Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h115 struct SluMatrix : SuperMatrix struct
117 SluMatrix() in SluMatrix() argument
122 SluMatrix(const SluMatrix& other) in SluMatrix() function
129 SluMatrix& operator=(const SluMatrix& other)
175 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() argument
179 SluMatrix res; in Map()
193 static SluMatrix Map(SparseMatrixBase<MatrixType>& a_mat) in Map() argument
196 SluMatrix res; in Map()
235 static void run(MatrixType& mat, SluMatrix& res)
254 static void run(MatrixType& mat, SluMatrix& res)
[all …]
/external/eigen/Eigen/
DSuperLUSupport36 namespace Eigen { struct SluMatrix; }