HomeSort by relevance Sort by last modified time
    Searched refs:IsColMajor (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 86 template<typename Iterator, bool IsColMajor>
91 { if(IsColMajor)
301 IsColMajor = Flags&RowMajorBit ? 0 : 1
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 ? brow : bcol
    [all...]
  /external/eigen/Eigen/src/Core/
Reverse.h 76 IsColMajor = !IsRowMajor,
79 OffsetRow = ReverseRow && IsColMajor ? PacketSize : 1,
82 || ((Direction == Vertical) && IsColMajor)
CoreEvaluators.h     [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector_BLAS.h 57 IsColMajor = StorageOrder==ColMajor \
59 if (IsColMajor == ConjugateLhs) {\

Completed in 79 milliseconds