Searched refs:TargetRowMajor (Results 1 – 1 of 1) sorted by relevance
169 TargetRowMajor = (SparseMatrixType::Flags & RowMajorBit) ? 1 : 0, enumerator170 SetterRowMajor = SwapStorage ? 1-TargetRowMajor : TargetRowMajor205 (*this)(TargetRowMajor?j:it.index(), TargetRowMajor?it.index():j) = it.value(); in RandomSetter()