Home
last modified time | relevance | path

Searched refs:SluMatrix (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h90 struct SluMatrix : SuperMatrix struct
92 SluMatrix() in SluMatrix() function
97 SluMatrix(const SluMatrix& other) in SluMatrix() function
104 SluMatrix& operator=(const SluMatrix& other)
150 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() argument
154 SluMatrix res; in Map()
168 static SluMatrix Map(SparseMatrixBase<MatrixType>& mat) in Map() argument
170 SluMatrix res; in Map()
209 static void run(MatrixType& mat, SluMatrix& res)
228 static void run(MatrixType& mat, SluMatrix& res)
[all …]
/external/eigen/Eigen/
DSuperLUSupport29 namespace Eigen { struct SluMatrix; }