HomeSort by relevance Sort by last modified time
    Searched defs:SparseMatrixType (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/eigen2/
eigen2_sparse_vector.cpp 19 typedef SparseMatrix<Scalar> SparseMatrixType;
22 SparseMatrixType m1(rows,cols);
  /external/eigen/test/
sparse_vector.cpp 19 typedef SparseMatrix<Scalar> SparseMatrixType;
22 SparseMatrixType m1(rows,rows);
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 107 typedef SparseMatrix<Scalar,RowMajor,Index> SparseMatrixType;
293 mutable SparseMatrixType m_matrix;

Completed in 1077 milliseconds