/external/eigen/Eigen/src/Core/ |
D | VectorBlock.h | 20 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)
|
D | Ref.h | 32 …ived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)… 78 : int(Flags)&RowMajorBit ? this->cols() 111 …Type::IsVectorAtCompileTime) && ((Expression::Flags&RowMajorBit)!=(PlainObjectType::Flags&RowMajor…
|
D | SolveTriangular.h | 72 (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…
|
D | Product.h | 46 Flags = (MaxRowsAtCompileTime==1 && MaxColsAtCompileTime!=1) ? RowMajorBit 48 : ( ((LhsTraits::Flags&NoPreferredStorageOrderBit) && (RhsTraits::Flags&RowMajorBit)) 49 …| ((RhsTraits::Flags&NoPreferredStorageOrderBit) && (LhsTraits::Flags&RowMajorBit)) ) ? RowMajorBit
|
D | CoreEvaluators.h | 271 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 …]
|
D | CoreIterators.h | 79 enum { IsRowMajor = (XprType::Flags&RowMajorBit)==RowMajorBit };
|
D | Replicate.h | 37 : (MatrixType::Flags & RowMajorBit) ? 1 : 0, 40 Flags = IsRowMajor ? RowMajorBit : 0
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDiagonalProduct.h | 39 …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…
|
D | SparseAssign.h | 79 …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(…
|
D | SparseCwiseBinaryOp.h | 48 …|| ((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)
|
D | SparseDenseProduct.h | 22 … 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,
|
D | SparseTriangularView.h | 28 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)),
|
D | SparseMatrixBase.h | 95 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);
|
D | SparseUtil.h | 100 enum { _Options = ((Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor }; 115 enum { _Options = ((evaluator<T>::Flags&RowMajorBit)==RowMajorBit) ? RowMajor : ColMajor };
|
D | SparseView.h | 24 Flags = int(traits<MatrixType>::Flags) & (RowMajorBit) 143 enum { IsRowMajor = (XprType::Flags&RowMajorBit)==RowMajorBit };
|
D | ConservativeSparseSparseProduct.h | 126 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/ |
D | vectorization_logic.cpp | 113 …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/ |
D | BlockOfDynamicSparseMatrix.h | 63 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/ |
D | SkylineProduct.h | 43 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>
|
D | SkylineMatrixBase.h | 75 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/ |
D | eigen_autoexp_part.dat | 129 ; Check for RowMajorBit 173 ; Check for RowMajorBit 217 ; Check for RowMajorBit 261 ; Check for RowMajorBit
|
/external/eigen/demos/opengl/ |
D | gpuhelper.h | 144 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/ |
D | SelfadjointProduct.h | 64 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/ |
D | eigen3_interface.hh | 131 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/ |
D | Constants.h | 61 const unsigned int RowMajorBit = 0x1; variable 190 const unsigned int HereditaryBits = RowMajorBit
|