Reference documentation for deal.II version 8.5.1
Typedefs
LinearAlgebraDealII Namespace Reference

Typedefs

typedef Vector< double > Vector
 
typedef BlockVector< double > BlockVector
 
typedef SparseMatrix< double > SparseMatrix
 

Detailed Description

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 Documentation

◆ Vector

Make all other ReadWriteVector types friends.

Definition at line 39 of file generic_linear_algebra.h.

◆ BlockVector

Make BlockVector type friends.

Definition at line 40 of file generic_linear_algebra.h.

◆ SparseMatrix

Make all sparse matrices friends of this class.

Definition at line 42 of file generic_linear_algebra.h.