rheolef  6.3
Namespaces | Macros | Functions
tensor-eig3.cc File Reference
#include "rheolef/tensor.h"
Include dependency graph for tensor-eig3.cc:

Go to the source code of this file.

Namespaces

namespace  rheolef
 irheostream, orheostream - large data streams

Macros

#define _RHEOLEF_instanciation(T)   template void eigen_decomposition (const tensor_basic<T>& A, tensor_basic<T>& V, point_basic<T>& d);

Functions

template<class T >
static T rheolef::hypot2 (const T &x, const T &y)
template<class T >
static void rheolef::tred2 (tensor_basic< T > &V, point_basic< T > &d, point_basic< T > &e)
template<class T >
static void rheolef::tql2 (tensor_basic< T > &V, point_basic< T > &d, point_basic< T > &e)
template<class T >
void rheolef::eigen_decomposition (const tensor_basic< T > &A, tensor_basic< T > &V, point_basic< T > &d)

Macro Definition Documentation

#define _RHEOLEF_instanciation (   T)    template void eigen_decomposition (const tensor_basic<T>& A, tensor_basic<T>& V, point_basic<T>& d);

Definition at line 242 of file tensor-eig3.cc.