Searched refs:IsColMajor (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockSparseMatrix.h86 template<typename Iterator, bool IsColMajor>
91 { if(IsColMajor)
301 IsColMajor = Flags&RowMajorBit ? 0 : 1 enumerator in enum:Eigen::BlockSparseMatrix::__anon6076
303 typedef Matrix<Scalar, _BlockAtCompileTime, _BlockAtCompileTime,IsColMajor ? ColMajor : RowMajor> BlockScalar;
304 typedef Matrix<RealScalar, _BlockAtCompileTime, _BlockAtCompileTime,IsColMajor ? ColMajor : RowMajor> BlockRealScalar;
306 typedef BlockSparseMatrix<Scalar, BlockSize, IsColMajor ? ColMajor : RowMajor, StorageIndex> PlainObject;
321 : m_innerBSize(IsColMajor ? brow : bcol),
322 m_outerBSize(IsColMajor ? bcol : brow),
409 eigen_assert(((MatrixType::Options&RowMajorBit) != IsColMajor) && "Wrong storage order");
540 m_innerBSize = IsColMajor
[all...]
/external/eigen/Eigen/src/Core/
H A DReverse.h76 IsColMajor = !IsRowMajor, enumerator in enum:Eigen::Reverse::__anon5315
79 OffsetRow = ReverseRow && IsColMajor ? PacketSize : 1,
82 || ((Direction == Vertical) && IsColMajor)
H A DCoreEvaluators.h1425 IsColMajor = !IsRowMajor, enumerator in enum:Eigen::internal::unary_evaluator::__anon5194
1429 || ((Direction == Vertical) && IsColMajor)
1484 OffsetRow = ReverseRow && IsColMajor ? PacketSize : 1,
1508 OffsetRow = ReverseRow && IsColMajor ? PacketSize : 1,
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector_BLAS.h57 IsColMajor = StorageOrder==ColMajor \
59 if (IsColMajor == ConjugateLhs) {\

Completed in 329 milliseconds