|
TRUST 1.9.8
HPC thermohydraulic platform
|
This is the complete list of members for Matrix_tools, including all inherited members.
| add_scaled_matrices(const Matrice &A, const double alpha, const Matrice &B, const double beta, Matrice &C) | Matrix_tools | static |
| add_symmetric_scaled_matrices(const Matrice &A, const double alpha, const Matrice &B, const double beta, Matrice &C) | Matrix_tools | static |
| allocate_for_scaled_addition(const Matrice &A, const Matrice &B, Matrice &C) | Matrix_tools | static |
| allocate_for_symmetric_scaled_addition(const Matrice &A, const Matrice &B, Matrice &C) | Matrix_tools | static |
| allocate_from_stencil(const int nb_lines, const int nb_columns, const Stencil &stencil, Matrice &matrix, const bool &attach_stencil_to_matrix=false) | Matrix_tools | static |
| allocate_morse_matrix(const int nb_lines, const int nb_columns, const Stencil &stencil, Matrice_Morse &matrix, const bool &attach_stencil_to_matrix=false) | Matrix_tools | static |
| allocate_symmetric_morse_matrix(const int order, const Stencil &stencil, Matrice_Morse_Sym &matrix) | Matrix_tools | static |
| build_morse_matrix(const int nb_lines, const int nb_columns, const Stencil &stencil, const StencilCoeffs &coefficients, Matrice_Morse &matrix) | Matrix_tools | static |
| build_symmetric_morse_matrix(const int order, const Stencil &stencil, const StencilCoeffs &coefficients, Matrice_Morse_Sym &matrix) | Matrix_tools | static |
| convert_to_morse_matrix(const Matrice_Base &in, Matrice_Morse &out) | Matrix_tools | static |
| convert_to_morse_matrix_with_ptrs(const Matrice_Base &in, Matrice_Morse &out, std::vector< const double * > &coeffs) | Matrix_tools | static |
| convert_to_symmetric_morse_matrix(const Matrice_Base &in, Matrice_Morse_Sym &out) | Matrix_tools | static |
| extend_matrix(Matrice_Morse &mat, int nl, int nc) | Matrix_tools | static |
| extend_matrix_stencil(const Stencil &stencil, Matrice &matrix, const bool &attach_stencil_to_matrix=false) | Matrix_tools | static |
| fill_csr_arrays(const _SIZE_ nb_lines, const _SIZE_ nb_columns, const TRUSTTab< _SIZE_, _SIZE_ > &stencil, TRUSTVect< _SIZE_, _SIZE_ > &tab1, TRUSTVect< _SIZE_, _SIZE_ > &tab2) | Matrix_tools | static |
| is_diagonal_stencil(const int nb_lines, const int nb_columns, const Stencil &stencil) | Matrix_tools | static |
| is_normalized_stencil(const TRUSTTab< _TYPE_, _SIZE_ > &stencil) | Matrix_tools | static |
| is_normalized_symmetric_stencil(const Stencil &stencil) | Matrix_tools | static |
| is_null_stencil(const Stencil &stencil) | Matrix_tools | static |
| matdiag_mult_matmorse(const DoubleTab &diag, Matrice_Morse &mat, const bool &inverse) | Matrix_tools | static |
| matmorse_mult_matdiag(const DoubleTab &diag, Matrice_Morse &mat, const bool &inverse) | Matrix_tools | static |
| matmorse_mult_uniform_matdiag(const double diag, Matrice_Morse &mat, const bool &inverse) | Matrix_tools | static |
| uniform_matdiag_mult_matmorse(const double diag, Matrice_Morse &mat, const bool &inverse) | Matrix_tools | static |