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
274 typedef SparseMatrix<Scalar,ColMajor, StorageIndex> SpMat; typedef403 typedef SparseMatrix<Scalar,ColMajor, typename Mat::StorageIndex> SpMat; typedef536 typedef SparseMatrix<Scalar,ColMajor, typename Mat::StorageIndex> SpMat; in check_sparse_leastsquare_solving() typedef
307 typedef SparseMatrix<Scalar, ColMajor> SpMat; in SelectSolvers() typedef