Home
last modified time | relevance | path

Searched defs:SpMat (Results 1 – 4 of 4) sorted by relevance

/external/eigen/doc/special_examples/
DTutorial_sparse_example.cpp4 typedef Eigen::SparseMatrix<double> SpMat; // declares a column-major sparse matrix type of double typedef
DTutorial_sparse_example_details.cpp5 typedef Eigen::SparseMatrix<double> SpMat; // declares a column-major sparse matrix type of double typedef
/external/eigen/test/
Dsparse_solver.h274 typedef SparseMatrix<Scalar,ColMajor, StorageIndex> SpMat; typedef
403 typedef SparseMatrix<Scalar,ColMajor, typename Mat::StorageIndex> SpMat; typedef
536 typedef SparseMatrix<Scalar,ColMajor, typename Mat::StorageIndex> SpMat; in check_sparse_leastsquare_solving() typedef
/external/eigen/bench/spbench/
Dspbenchsolver.h307 typedef SparseMatrix<Scalar, ColMajor> SpMat; in SelectSolvers() typedef