OGS
|
Definition in file GlobalMatrixVectorTypes.h.
#include "SparsityPattern.h"
#include "MathLib/LinAlg/Eigen/EigenMatrix.h"
#include "MathLib/LinAlg/Eigen/EigenVector.h"
Go to the source code of this file.
Typedefs | |
using | GlobalVector = MathLib::EigenVector |
using | GlobalMatrix = MathLib::EigenMatrix |
using | GlobalIndexType = GlobalMatrix::IndexType |
using | GlobalSparsityPattern = MathLib::SparsityPattern<GlobalIndexType> |
A type used for indexing of global vectors and matrices. It is equal to the GlobalMatrix::IndexType and the GlobalVector::IndexType.
Definition at line 51 of file GlobalMatrixVectorTypes.h.
using GlobalMatrix = MathLib::EigenMatrix |
Definition at line 24 of file GlobalMatrixVectorTypes.h.
Definition at line 53 of file GlobalMatrixVectorTypes.h.
using GlobalVector = MathLib::EigenVector |
Definition at line 23 of file GlobalMatrixVectorTypes.h.