|
GEOS
|
#include "linearAlgebra/common/common.hpp"#include "linearAlgebra/common/LinearOperator.hpp"#include "LvArray/src/output.hpp"Go to the source code of this file.
Classes | |
| class | geos::MatrixBase< MATRIX, VECTOR > |
| Common base template for all matrix wrapper types. More... | |
Namespaces | |
| geos | |
Enumerations | |
| enum class | geos::RowSumType { SumValues , SumAbsValues , SumSqrValues , MaxAbsValues } |
| Type of row sum to compute. | |
| enum class | geos::MatrixPatternOp { Equal , Subset , Restrict , Extend } |
| Describes relationship between and treatment of nonzero patterns of arguments in matrix functions like addEntries(). | |