Struct ae108::solve::AffineTransform
template <class Policy>
ClassList > ae108 > solve > AffineTransform
Public Types
| Type | Name |
|---|---|
| typedef cpppetsc::Matrix< Policy > | matrix_type |
| typedef cpppetsc::Vector< Policy > | vector_type |
Public Attributes
| Type | Name |
|---|---|
| matrix_type | matrix |
| cpppetsc::distributed< vector_type > | vector |
Public Types Documentation
typedef matrix_type
using ae108::solve::AffineTransform< Policy >::matrix_type = cpppetsc::Matrix<Policy>;
typedef vector_type
using ae108::solve::AffineTransform< Policy >::vector_type = cpppetsc::Vector<Policy>;
Public Attributes Documentation
variable matrix
matrix_type ae108::solve::AffineTransform< Policy >::matrix;
variable vector
cpppetsc::distributed<vector_type> ae108::solve::AffineTransform< Policy >::vector;
The documentation for this class was generated from the following file solve/src/include/ae108/solve/AffineTransform.h