, including all inherited members.
aat_product(const gene_matrix &A, gene_matrix &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
ata_product(const gene_matrix &A, gene_matrix &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
atv_product(gene_matrix &A, gene_vector &B, gene_vector &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
axpby(real a, const gene_vector &X, real b, gene_vector &Y, int N) | eigen3_interface< real, SIZE > | [inline, static] |
axpy(real coef, const gene_vector &X, gene_vector &Y, int N) | eigen3_interface< real, SIZE > | [inline, static] |
cholesky(const gene_matrix &X, gene_matrix &C, int N) | eigen3_interface< real, SIZE > | [inline, static] |
copy_matrix(const gene_matrix &source, gene_matrix &cible, int N) | eigen3_interface< real, SIZE > | [inline, static] |
copy_vector(const gene_vector &source, gene_vector &cible, int N) | eigen3_interface< real, SIZE > | [inline, static] |
free_matrix(gene_matrix &A, int N) | eigen3_interface< real, SIZE > | [inline, static] |
free_vector(gene_vector &B) | eigen3_interface< real, SIZE > | [inline, static] |
gene_matrix typedef | eigen3_interface< real, SIZE > | |
gene_vector typedef | eigen3_interface< real, SIZE > | |
ger(gene_matrix &A, gene_vector &X, gene_vector &Y, int N) | eigen3_interface< real, SIZE > | [inline, static] |
hessenberg(const gene_matrix &X, gene_matrix &C, int N) | eigen3_interface< real, SIZE > | [inline, static] |
IsFixedSize enum value | eigen3_interface< real, SIZE > | |
lu_decomp(const gene_matrix &X, gene_matrix &C, int N) | eigen3_interface< real, SIZE > | [inline, static] |
matrix_from_stl(gene_matrix &A, stl_matrix &A_stl) | eigen3_interface< real, SIZE > | [inline, static] |
matrix_matrix_product(const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
matrix_to_stl(gene_matrix &A, stl_matrix &A_stl) | eigen3_interface< real, SIZE > | [inline, static] |
matrix_vector_product(const gene_matrix &A, const gene_vector &B, gene_vector &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
name(void) | eigen3_interface< real, SIZE > | [inline, static] |
partial_lu_decomp(const gene_matrix &X, gene_matrix &C, int N) | eigen3_interface< real, SIZE > | [inline, static] |
real_type typedef | eigen3_interface< real, SIZE > | |
rot(gene_vector &A, gene_vector &B, real c, real s, int N) | eigen3_interface< real, SIZE > | [inline, static] |
stl_matrix typedef | eigen3_interface< real, SIZE > | |
stl_vector typedef | eigen3_interface< real, SIZE > | |
symv(const gene_matrix &A, const gene_vector &B, gene_vector &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
syr2(gene_matrix &A, gene_vector &X, gene_vector &Y, int N) | eigen3_interface< real, SIZE > | [inline, static] |
transposed_matrix_matrix_product(const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
triassign(Dest &dst, const Src &src) | eigen3_interface< real, SIZE > | [inline, static] |
tridiagonalization(const gene_matrix &X, gene_matrix &C, int N) | eigen3_interface< real, SIZE > | [inline, static] |
trisolve_lower(const gene_matrix &L, const gene_vector &B, gene_vector &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
trisolve_lower_matrix(const gene_matrix &L, const gene_matrix &B, gene_matrix &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
trmm(const gene_matrix &L, const gene_matrix &B, gene_matrix &X, int N) | eigen3_interface< real, SIZE > | [inline, static] |
vector_from_stl(gene_vector &B, stl_vector &B_stl) | eigen3_interface< real, SIZE > | [inline, static] |
vector_to_stl(gene_vector &B, stl_vector &B_stl) | eigen3_interface< real, SIZE > | [inline, static] |