Home
last modified time | relevance | path

Searched refs:TargetRowMajor (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h169 TargetRowMajor = (SparseMatrixType::Flags & RowMajorBit) ? 1 : 0, enumerator
170 SetterRowMajor = SwapStorage ? 1-TargetRowMajor : TargetRowMajor
205 (*this)(TargetRowMajor?j:it.index(), TargetRowMajor?it.index():j) = it.value(); in RandomSetter()