HomeSort by relevance Sort by last modified time
    Searched refs:TransposedSparseMatrix (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 73 typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 102 typedef SparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix;
    [all...]

Completed in 1209 milliseconds