#include "rheolef/tensor.h"
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); |