Searched refs:SluMatrix (Results 1 – 2 of 2) sorted by relevance
115 struct SluMatrix : SuperMatrix struct117 SluMatrix() in SluMatrix() argument122 SluMatrix(const SluMatrix& other) in SluMatrix() function129 SluMatrix& operator=(const SluMatrix& other)175 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() argument179 SluMatrix res; in Map()193 static SluMatrix Map(SparseMatrixBase<MatrixType>& a_mat) in Map() argument196 SluMatrix res; in Map()235 static void run(MatrixType& mat, SluMatrix& res)254 static void run(MatrixType& mat, SluMatrix& res)[all …]
36 namespace Eigen { struct SluMatrix; }