Reference documentation for deal.II version 8.5.1
|
Typedefs | |
typedef Vector< double > | Vector |
typedef BlockVector< double > | BlockVector |
typedef SparseMatrix< double > | SparseMatrix |
A namespace in which the deal.II linear algebra classes are typedef'ed to generic names. There are similar namespaces LinearAlgebraPETSc and LinearAlgebraTrilinos for typedefs to classes that interface with the PETSc and Trilinos libraries.
typedef Vector<double> LinearAlgebraDealII::Vector |
Make all other ReadWriteVector types friends.
Definition at line 39 of file generic_linear_algebra.h.
typedef BlockVector<double> LinearAlgebraDealII::BlockVector |
Make BlockVector type friends.
Definition at line 40 of file generic_linear_algebra.h.
typedef SparseMatrix<double> LinearAlgebraDealII::SparseMatrix |
Make all sparse matrices friends of this class.
Definition at line 42 of file generic_linear_algebra.h.