IFEM  90A354
Namespaces | Enumerations
LinAlgenums.h File Reference

Various enums for linear algebra scope. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LinAlg
 Linear algebra scope.
 

Enumerations

enum  LinAlg::MatrixType {
  LinAlg::DENSE = 0 , LinAlg::SPR = 1 , LinAlg::SPARSE = 2 , LinAlg::SAMG = 3 ,
  LinAlg::PETSC = 4 , LinAlg::ISTL = 5 , LinAlg::UMFPACK = 6 , LinAlg::DIAG = 7
}
 The available system matrix formats and associated solvers. More...
 
enum  LinAlg::LinearSystemType { LinAlg::GENERAL_MATRIX = 0 , LinAlg::SYMMETRIC = 1 , LinAlg::SPD = 2 }
 Enum defining linear system properties. More...
 
enum  LinAlg::StorageFormat { LinAlg::BINARY , LinAlg::FLAT , LinAlg::MATLAB , LinAlg::MATRIX_MARKET }
 Enumeration of matrix storage formats. More...
 

Detailed Description

Various enums for linear algebra scope.

Date
Oct 23 2014
Author
Arne Morten Kvarving / SINTEF