OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needToTranspose
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseVector.h
309
const bool
needToTranspose
= (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit);
310
if(
needToTranspose
)
SparseMatrix.h
627
const bool
needToTranspose
= (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit);
628
if (
needToTranspose
)
[
all
...]
Completed in 358 milliseconds