Home
last modified time | relevance | path

Searched refs:RowMajorBit (Results 1 – 25 of 92) sorted by relevance

1234

/external/eigen/Eigen/src/Core/
DVectorBlock.h20 traits<VectorType>::Flags & RowMajorBit ? 1 : Size,
21 traits<VectorType>::Flags & RowMajorBit ? Size : 1> >
58 internal::traits<VectorType>::Flags & RowMajorBit ? 1 : Size,
59 internal::traits<VectorType>::Flags & RowMajorBit ? Size : 1>
62 internal::traits<VectorType>::Flags & RowMajorBit ? 1 : Size,
63 internal::traits<VectorType>::Flags & RowMajorBit ? Size : 1> Base;
65 IsColVector = !(internal::traits<VectorType>::Flags & RowMajorBit)
DRef.h32 …ived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)…
78 : int(Flags)&RowMajorBit ? this->cols()
111 …Type::IsVectorAtCompileTime) && ((Expression::Flags&RowMajorBit)!=(PlainObjectType::Flags&RowMajor…
DSolveTriangular.h72 (int(Lhs::Flags) & RowMajorBit) ? RowMajor : ColMajor>
95 …typedef internal::gemm_blocking_space<(Rhs::Flags&RowMajorBit) ? RowMajor : ColMajor,Scalar,Scalar,
100 …r,Index,Side,Mode,LhsProductTraits::NeedToConjugate,(int(Lhs::Flags) & RowMajorBit) ? RowMajor : C…
101 (Rhs::Flags&RowMajorBit) ? RowMajor : ColMajor>
173 …enum { copy = (internal::traits<OtherDerived>::Flags & RowMajorBit) && OtherDerived::IsVectorAtCo…
DProduct.h46 Flags = (MaxRowsAtCompileTime==1 && MaxColsAtCompileTime!=1) ? RowMajorBit
48 : ( ((LhsTraits::Flags&NoPreferredStorageOrderBit) && (RhsTraits::Flags&RowMajorBit))
49 …| ((RhsTraits::Flags&NoPreferredStorageOrderBit) && (LhsTraits::Flags&RowMajorBit)) ) ? RowMajorBit
DCoreEvaluators.h271 Flags = evaluator<ArgType>::Flags ^ RowMajorBit,
597 …sAgree = (int(Arg1Flags)&RowMajorBit)==(int(Arg2Flags)&RowMajorBit) && (int(Arg1Flags)&RowMajorBit
606 Flags = (Flags0 & ~RowMajorBit) | (Arg1Flags & RowMajorBit),
686 StorageOrdersAgree = (int(LhsFlags)&RowMajorBit)==(int(RhsFlags)&RowMajorBit),
695 Flags = (Flags0 & ~RowMajorBit) | (LhsFlags & RowMajorBit),
968 ArgTypeIsRowMajor = (int(evaluator<ArgType>::Flags)&RowMajorBit) != 0,
983 FlagsRowMajorBit = XprType::Flags&RowMajorBit,
984 Flags0 = evaluator<ArgType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
1183 …ed>::Flags & (HereditaryBits|LinearAccessMask) & ~RowMajorBit) | (traits<XprType>::Flags & RowMajo…
1272 …Flags = (traits<XprType>::Flags&RowMajorBit) | (evaluator<ArgType>::Flags&(HereditaryBits&(~RowMaj…
[all …]
DCoreIterators.h79 enum { IsRowMajor = (XprType::Flags&RowMajorBit)==RowMajorBit };
DReplicate.h37 : (MatrixType::Flags & RowMajorBit) ? 1 : 0,
40 Flags = IsRowMajor ? RowMajorBit : 0
/external/eigen/Eigen/src/SparseCore/
DSparseDiagonalProduct.h39 …al_product_evaluator<Rhs, typename Lhs::DiagonalVectorType, Rhs::Flags&RowMajorBit?SDP_AsScalarPro…
42 …enum { CoeffReadCost = HugeCost, Flags = Rhs::Flags&RowMajorBit, Alignment = 0 }; // FIXME CoeffRe…
44 …al_product_evaluator<Rhs, typename Lhs::DiagonalVectorType, Rhs::Flags&RowMajorBit?SDP_AsScalarPro…
50 …tor<Lhs, Transpose<const typename Rhs::DiagonalVectorType>, Lhs::Flags&RowMajorBit?SDP_AsCwiseProd…
53 …enum { CoeffReadCost = HugeCost, Flags = Lhs::Flags&RowMajorBit, Alignment = 0 }; // FIXME CoeffRe…
55 …tor<Lhs, Transpose<const typename Rhs::DiagonalVectorType>, Lhs::Flags&RowMajorBit?SDP_AsCwiseProd…
DSparseAssign.h79 …onst bool transpose = (DstEvaluatorType::Flags & RowMajorBit) != (SrcEvaluatorType::Flags & RowMaj…
80 const Index outerEvaluationSize = (SrcEvaluatorType::Flags&RowMajorBit) ? src.rows() : src.cols();
102 … (!((DstEvaluatorType::Flags & RowMajorBit) != (SrcEvaluatorType::Flags & RowMajorBit)))) &&
105 …enum { Flip = (DstEvaluatorType::Flags & RowMajorBit) != (SrcEvaluatorType::Flags & RowMajorBit) };
149 …const Index outerEvaluationSize = (internal::evaluator<SrcXprType>::Flags&RowMajorBit) ? src.rows(…
DSparseCwiseBinaryOp.h48 …|| ((internal::evaluator<Lhs>::Flags&RowMajorBit) == (internal::evaluator<Rhs>::Flags&RowMajorBit in CwiseBinaryOpImpl()
166 enum { IsRowMajor = (int(Rhs::Flags)&RowMajorBit)==RowMajorBit };
216 Flags = (XprType::Flags & ~RowMajorBit) | (int(Rhs::Flags)&RowMajorBit)
254 enum { IsRowMajor = (int(Lhs::Flags)&RowMajorBit)==RowMajorBit };
304 Flags = (XprType::Flags & ~RowMajorBit) | (int(Lhs::Flags)&RowMajorBit)
502 enum { IsRowMajor = (int(RhsArg::Flags)&RowMajorBit)==RowMajorBit };
537 Flags = (XprType::Flags & ~RowMajorBit) | (int(RhsArg::Flags)&RowMajorBit)
576 enum { IsRowMajor = (int(LhsArg::Flags)&RowMajorBit)==RowMajorBit };
612 Flags = (XprType::Flags & ~RowMajorBit) | (int(LhsArg::Flags)&RowMajorBit)
DSparseDenseProduct.h22 … int LhsStorageOrder = ((SparseLhsType::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor,
23 … bool ColPerCol = ((DenseRhsType::Flags&RowMajorBit)==0) || DenseRhsType::ColsAtCompileTime==1>
165 …typedef typename nested_eval<Lhs,((Rhs::Flags&RowMajorBit)==0) ? 1 : Rhs::ColsAtCompileTime>::type…
166 typedef typename nested_eval<Rhs,((Lhs::Flags&RowMajorBit)==0) ? 1 : Dynamic>::type RhsNested;
187 typedef typename nested_eval<Lhs,((Rhs::Flags&RowMajorBit)==0) ? Dynamic : 1>::type LhsNested;
188 …typedef typename nested_eval<Rhs,((Lhs::Flags&RowMajorBit)==RowMajorBit) ? 1 : Lhs::RowsAtCompileT…
225 Flags = NeedToTranspose ? RowMajorBit : 0,
DSparseTriangularView.h28 enum { SkipFirst = ((Mode&Lower) && !(MatrixType::Flags&RowMajorBit))
29 || ((Mode&Upper) && (MatrixType::Flags&RowMajorBit)),
80 enum { SkipFirst = ((Mode&Lower) && !(ArgType::Flags&RowMajorBit))
81 || ((Mode&Upper) && (ArgType::Flags&RowMajorBit)),
DSparseMatrixBase.h95 IsRowMajor = Flags&RowMajorBit ? 1 : 0,
114 typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor, StorageIndex> PlainObject;
184 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize()
187 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); } in innerSize()
218 if (Flags&RowMajorBit)
255 SparseMatrix<Scalar, RowMajorBit, StorageIndex> trans = m;
256 …s << static_cast<const SparseMatrixBase<SparseMatrix<Scalar, RowMajorBit, StorageIndex> >&>(trans);
DSparseUtil.h100 enum { _Options = ((Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };
115 enum { _Options = ((evaluator<T>::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };
DSparseView.h24 Flags = int(traits<MatrixType>::Flags) & (RowMajorBit)
143 enum { IsRowMajor = (XprType::Flags&RowMajorBit)==RowMajorBit };
DConservativeSparseSparseProduct.h126 int LhsStorageOrder = (traits<Lhs>::Flags&RowMajorBit) ? RowMajor : ColMajor,
127 int RhsStorageOrder = (traits<Rhs>::Flags&RowMajorBit) ? RowMajor : ColMajor,
128 int ResStorageOrder = (traits<ResultType>::Flags&RowMajorBit) ? RowMajor : ColMajor>
295 int LhsStorageOrder = (traits<Lhs>::Flags&RowMajorBit) ? RowMajor : ColMajor,
296 int RhsStorageOrder = (traits<Rhs>::Flags&RowMajorBit) ? RowMajor : ColMajor>
/external/eigen/test/
Dvectorization_logic.cpp113 …typedef Matrix<Scalar,(Matrix11::Flags&RowMajorBit)?16:4*PacketSize,(Matrix11::Flags&RowMajorBit)?… in run()
114 …typedef Matrix<Scalar,(Matrix11::Flags&RowMajorBit)?16:4*PacketSize,(Matrix11::Flags&RowMajorBit)?… in run()
126 DontAlign|((Matrix1::Flags&RowMajorBit)?RowMajor:ColMajor)> Matrix1u; in run()
130 …(PacketSize==8 ? 4 : PacketSize==4 ? 6 : PacketSize==2 ? ((Matrix11::Flags&RowMajorBit)?2:3) : /*P… in run()
131 …(PacketSize==8 ? 6 : PacketSize==4 ? 2 : PacketSize==2 ? ((Matrix11::Flags&RowMajorBit)?3:2) : /*P… in run()
219 …t_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?4:PacketSize,(Matrix1::Flags&RowMaj… in run()
285 DontAlign|((Matrix1::Flags&RowMajorBit)?RowMajor:ColMajor)> Matrix1u; in run()
289 …(PacketSize==8 ? 4 : PacketSize==4 ? 6 : PacketSize==2 ? ((Matrix11::Flags&RowMajorBit)?2:3) : /*P… in run()
290 …(PacketSize==8 ? 6 : PacketSize==4 ? 2 : PacketSize==2 ? ((Matrix11::Flags&RowMajorBit)?3:2) : /*P… in run()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DBlockOfDynamicSparseMatrix.h63 if (IsRowMajor != ((OtherDerived::Flags&RowMajorBit)==RowMajorBit))
66 DynamicSparseMatrix<Scalar,IsRowMajor?RowMajorBit:0> aux(other);
74 SparseVector<Scalar,IsRowMajor ? RowMajorBit : 0> aux(other.innerVector(j));
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h43 EvalToRowMajor = (RhsFlags & LhsFlags & RowMajorBit),
46 RemovedBits = ~((EvalToRowMajor ? 0 : RowMajorBit) | (ResultIsSkyline ? 0 : SkylineBit)),
128 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
191 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
249 int LhsStorageOrder = traits<Lhs>::Flags&RowMajorBit>
DSkylineMatrixBase.h75 IsRowMajor = Flags & RowMajorBit ? 1 : 0
129 return (int(Flags) & RowMajorBit) ? this->rows() : this->cols(); in outerSize()
135 return (int(Flags) & RowMajorBit) ? this->cols() : this->rows(); in innerSize()
/external/eigen/debug/msvc/
Deigen_autoexp_part.dat129 ; Check for RowMajorBit
173 ; Check for RowMajorBit
217 ; Check for RowMajorBit
261 ; Check for RowMajorBit
/external/eigen/demos/opengl/
Dgpuhelper.h144 GlMatrixHelper<_Flags&Eigen::RowMajorBit, _Flags>::multMatrix(mat);
160 GlMatrixHelper<(_Flags&Eigen::RowMajorBit)!=0, _Flags>::loadMatrix(mat);
173 GlMatrixHelper<_Flags&Eigen::RowMajorBit,_Flags>::loadMatrix(mat);
/external/eigen/Eigen/src/Core/products/
DSelfadjointProduct.h64 StorageOrder = (internal::traits<MatrixType>::Flags&RowMajorBit) ? RowMajor : ColMajor,
96 IsRowMajor = (internal::traits<MatrixType>::Flags&RowMajorBit) ? 1 : 0,
97 OtherIsRowMajor = _ActualOtherType::Flags&RowMajorBit ? 1 : 0
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh131 if(Dest::Flags&RowMajorBit) in triassign()
140 if(Dest::Flags&RowMajorBit) in triassign()
149 if(Dest::Flags&RowMajorBit) in triassign()
/external/eigen/Eigen/src/Core/util/
DConstants.h61 const unsigned int RowMajorBit = 0x1; variable
190 const unsigned int HereditaryBits = RowMajorBit

1234