OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 52 milliseconds