|
Classes | |
| class | BlockDiagonalMatrix< MATRIX > |
| class | BlockMatrixArray< number > |
| class | FilteredMatrix< VECTOR > |
| class | Householder< number > |
| class | IterativeInverse< VECTOR > |
| class | MatrixBlock< MATRIX > |
| class | ProductMatrix< VECTOR > |
| class | ScaledMatrix< VECTOR > |
| class | ProductSparseMatrix< number, vector_number > |
| class | MeanValueFilter |
| class | InverseMatrixRichardson< VECTOR > |
| class | PointerMatrixBase< VECTOR > |
| class | PointerMatrix< MATRIX, VECTOR > |
| class | PointerMatrixAux< MATRIX, VECTOR > |
| class | PointerMatrixVector< number > |
| class | SchurMatrix< MA_inverse, MB, MDt, MC > |
| class | ShiftedMatrix< MATRIX > |
| class | ShiftedMatrixGeneralized< MATRIX, MASSMATRIX, VECTOR > |
| class | TransposeMatrix< MATRIX, VECTOR > |
Functions | |
| template<class VECTOR , class MATRIX > | |
| PointerMatrixBase< VECTOR > * | PointerMatrixAux::new_pointer_matrix_base (MATRIX &matrix, const VECTOR &, const char *name="PointerMatrixAux") |
| template<typename numberv > | |
| PointerMatrixBase< Vector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const IdentityMatrix &matrix, const Vector< numberv > &, const char *name="PointerMatrix") |
| template<typename numberv , typename numberm > | |
| PointerMatrixBase< Vector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const FullMatrix< numberm > &matrix, const Vector< numberv > &, const char *name="PointerMatrix") |
| template<typename numberv , typename numberm > | |
| PointerMatrixBase< Vector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const LAPACKFullMatrix< numberm > &matrix, const Vector< numberv > &, const char *name="PointerMatrix") |
| template<typename numberv , typename numberm > | |
| PointerMatrixBase< Vector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const SparseMatrix< numberm > &matrix, const Vector< numberv > &, const char *name="PointerMatrix") |
| template<class VECTOR , typename numberm > | |
| PointerMatrixBase< VECTOR > * | PointerMatrix::new_pointer_matrix_base (const BlockSparseMatrix< numberm > &matrix, const VECTOR &, const char *name="PointerMatrix") |
| template<typename numberv , typename numberm > | |
| PointerMatrixBase< Vector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const SparseMatrixEZ< numberm > &matrix, const Vector< numberv > &, const char *name="PointerMatrix") |
| template<class VECTOR , typename numberm > | |
| PointerMatrixBase< VECTOR > * | PointerMatrix::new_pointer_matrix_base (const BlockSparseMatrixEZ< numberm > &matrix, const VECTOR &, const char *name="PointerMatrix") |
| template<typename numberv , typename numberm > | |
| PointerMatrixBase< BlockVector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const BlockMatrixArray< numberm > &matrix, const BlockVector< numberv > &, const char *name="PointerMatrix") |
| template<typename numberv , typename numberm > | |
| PointerMatrixBase< Vector < numberv > > * | PointerMatrix::new_pointer_matrix_base (const TridiagonalMatrix< numberm > &matrix, const Vector< numberv > &, const char *name="PointerMatrix") |
These matrices are built on top of the basic matrices. They perform special operations using the interface defined in Linear solver classes.
| PointerMatrixBase< VECTOR > * new_pointer_matrix_base | ( | MATRIX & | matrix, |
| const VECTOR & | , | ||
| const char * | name = "PointerMatrixAux< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
This function helps you creating a PointerMatrixBase object if you do not want to provide the full template arguments of PointerMatrix or PointerMatrixAux.
Note that this function by default creates a PointerMatrixAux, emulating the functions vmult_add and Tvmult_add, using an auxiliary vector. It is overloaded for the library matrix classes implementing these functions themselves. If you have such a class, you should overload the function in order to save memory and time.
The result is a PointerMatrixBase* pointing to matrix. The VECTOR argument is a dummy just used to determine the template arguments.
Definition at line 544 of file pointer_matrix.h.
References LAPACKSupport::matrix.
Referenced by ScaledMatrix< VECTOR >::initialize(), and IterativeInverse< VECTOR >::initialize().
| PointerMatrixBase< Vector< numberv > > * new_pointer_matrix_base | ( | const IdentityMatrix & | matrix, |
| const Vector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for IdentityMatrix.
Definition at line 557 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< Vector< numberv > > * new_pointer_matrix_base | ( | const FullMatrix< numberm > & | matrix, |
| const Vector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for FullMatrix.
Definition at line 571 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< Vector< numberv > > * new_pointer_matrix_base | ( | const LAPACKFullMatrix< numberm > & | matrix, |
| const Vector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for LAPACKFullMatrix.
Definition at line 585 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< Vector< numberv > > * new_pointer_matrix_base | ( | const SparseMatrix< numberm > & | matrix, |
| const Vector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for SparseMatrix.
Definition at line 599 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< VECTOR > * new_pointer_matrix_base | ( | const BlockSparseMatrix< numberm > & | matrix, |
| const VECTOR & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for BlockSparseMatrix.
Definition at line 613 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< Vector< numberv > > * new_pointer_matrix_base | ( | const SparseMatrixEZ< numberm > & | matrix, |
| const Vector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for SparseMatrixEZ.
Definition at line 627 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< VECTOR > * new_pointer_matrix_base | ( | const BlockSparseMatrixEZ< numberm > & | matrix, |
| const VECTOR & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for BlockSparseMatrixEZ.
Definition at line 641 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< BlockVector< numberv > > * new_pointer_matrix_base | ( | const BlockMatrixArray< numberm > & | matrix, |
| const BlockVector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for BlockMatrixArray.
Definition at line 655 of file pointer_matrix.h.
References LAPACKSupport::matrix.
| PointerMatrixBase< Vector< numberv > > * new_pointer_matrix_base | ( | const TridiagonalMatrix< numberm > & | matrix, |
| const Vector< numberv > & | , | ||
| const char * | name = "PointerMatrix< MATRIX, VECTOR >" |
||
| ) | [related, inherited] |
Specialized version for TridiagonalMatrix.
Definition at line 669 of file pointer_matrix.h.
References LAPACKSupport::matrix.
documentation generated on Fri Feb 3 2012 06:04:04 by
doxygen
1.7.2