Searched refs:TransposedSparseMatrix (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h73 typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix; typedef in class:Eigen::DynamicSparseMatrix
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h102 typedef SparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix; typedef in class:Eigen::SparseMatrix

Completed in 81 milliseconds