|
static void | aat_product (const gene_matrix &A, gene_matrix &X, int) |
|
static void | ata_product (const gene_matrix &A, gene_matrix &X, int) |
|
static void | atv_product (gene_matrix &A, gene_vector &B, gene_vector &X, int) |
|
static void | axpby (real a, const gene_vector &X, real b, gene_vector &Y, int) |
|
static void | axpy (real coef, const gene_vector &X, gene_vector &Y, int) |
|
static void | cholesky (const gene_matrix &X, gene_matrix &C, int) |
|
static EIGEN_DONT_INLINE void | copy_matrix (const gene_matrix &source, gene_matrix &cible, int) |
|
static EIGEN_DONT_INLINE void | copy_vector (const gene_vector &source, gene_vector &cible, int) |
|
static void | free_matrix (gene_matrix &, int) |
|
static void | free_vector (gene_vector &) |
|
static EIGEN_DONT_INLINE void | ger (gene_matrix &A, gene_vector &X, gene_vector &Y, int N) |
|
static void | hessenberg (const gene_matrix &X, gene_matrix &C, int) |
|
static void | lu_decomp (const gene_matrix &X, gene_matrix &C, int) |
|
static BTL_DONT_INLINE void | matrix_from_stl (gene_matrix &A, stl_matrix &A_stl) |
|
static void | matrix_matrix_product (const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int) |
|
static BTL_DONT_INLINE void | matrix_to_stl (gene_matrix &A, stl_matrix &A_stl) |
|
static void | matrix_vector_product (const gene_matrix &A, const gene_vector &B, gene_vector &X, int) |
|
static std::string | name (void) |
|
static void | partial_lu_decomp (const gene_matrix &X, gene_matrix &C, int N) |
|
static EIGEN_DONT_INLINE void | rot (gene_vector &A, gene_vector &B, real c, real s, int) |
|
static void | symv (const gene_matrix &A, const gene_vector &B, gene_vector &X, int) |
|
static EIGEN_DONT_INLINE void | syr2 (gene_matrix &A, gene_vector &X, gene_vector &Y, int N) |
|
static void | transposed_matrix_matrix_product (const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int) |
|
template<typename Dest , typename Src > |
static void | triassign (Dest &dst, const Src &src) |
|
static void | tridiagonalization (const gene_matrix &X, gene_matrix &C, int N) |
|
static void | trisolve_lower (const gene_matrix &L, const gene_vector &B, gene_vector &X, int) |
|
static void | trisolve_lower_matrix (const gene_matrix &L, const gene_matrix &B, gene_matrix &X, int) |
|
static void | trmm (const gene_matrix &L, const gene_matrix &B, gene_matrix &X, int) |
|
static BTL_DONT_INLINE void | vector_from_stl (gene_vector &B, stl_vector &B_stl) |
|
static BTL_DONT_INLINE void | vector_to_stl (gene_vector &B, stl_vector &B_stl) |
|
template<class real, int SIZE = Dynamic>
class eigen3_interface< real, SIZE >
Definition at line 28 of file eigen3_interface.hh.