Searched defs:SpMat (Results 1 – 4 of 4) sorted by relevance
4 typedef Eigen::SparseMatrix<double> SpMat; // declares a column-major sparse matrix type of double typedef
5 typedef Eigen::SparseMatrix<double> SpMat; // declares a column-major sparse matrix type of double typedef
190 typedef SparseMatrix<Scalar,ColMajor> SpMat; in check_sparse_spd_solving() typedef284 typedef SparseMatrix<Scalar,ColMajor> SpMat; in check_sparse_square_solving() typedef
307 typedef SparseMatrix<Scalar, ColMajor> SpMat; in SelectSolvers() typedef