HomeSort by relevance Sort by last modified time
    Searched defs:traits (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/eigen/Eigen/src/Core/
VectorBlock.h 18 struct traits<VectorBlock<VectorType, Size> > struct in namespace:Eigen::internal
19 : public traits<Block<VectorType,
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)
CwiseUnaryOp.h 18 struct traits<CwiseUnaryOp<UnaryOp, XprType> > struct in namespace:Eigen::internal
19 : traits<XprType>
55 class CwiseUnaryOp : public CwiseUnaryOpImpl<UnaryOp, XprType, typename internal::traits<XprType>::StorageKind>, internal::no_assignment_operator
59 typedef typename CwiseUnaryOpImpl<UnaryOp, XprType,typename internal::traits<XprType>::StorageKind>::Base Base;
ForceAlignedAccess.h 30 struct traits<ForceAlignedAccess<ExpressionType> > : public traits<ExpressionType> struct in namespace:Eigen::internal
Map.h 18 struct traits<Map<PlainObjectType, MapOptions, StrideType> > struct in namespace:Eigen::internal
19 : public traits<PlainObjectType>
21 typedef traits<PlainObjectType> TraitsBase;
NestByValue.h 18 struct traits<NestByValue<ExpressionType> > : public traits<ExpressionType> struct in namespace:Eigen::internal
Array.h 17 struct traits<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > : traits<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > struct in namespace:Eigen::internal
ArrayWrapper.h 28 struct traits<ArrayWrapper<ExpressionType> > struct in namespace:Eigen::internal
29 : public traits<typename remove_all<typename ExpressionType::Nested>::type >
34 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
126 struct traits<MatrixWrapper<ExpressionType> > struct in namespace:Eigen::internal
127 : public traits<typename remove_all<typename ExpressionType::Nested>::type >
132 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
CwiseUnaryView.h 17 struct traits<CwiseUnaryView<ViewOp, MatrixType> > struct in namespace:Eigen::internal
18 : traits<MatrixType>
21 ViewOp(const typename traits<MatrixType>::Scalar&)
27 Flags = traits<_MatrixTypeNested>::Flags & (RowMajorBit | FlagsLvalueBit | DirectAccessBit), // FIXME DirectAccessBit should not be handled by expressions
33 : int(MatrixTypeInnerStride) * int(sizeof(typename traits<MatrixType>::Scalar) / sizeof(Scalar)),
36 : outer_stride_at_compile_time<MatrixType>::ret * int(sizeof(typename traits<MatrixType>::Scalar) / sizeof(Scalar))
58 class CwiseUnaryView : public CwiseUnaryViewImpl<ViewOp, MatrixType, typename internal::traits<MatrixType>::StorageKind>
62 typedef typename CwiseUnaryViewImpl<ViewOp, MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Base;
117 return derived().nestedExpression().innerStride() * sizeof(typename internal::traits<MatrixType>::Scalar) / sizeof(Scalar);
122 return derived().nestedExpression().outerStride() * sizeof(typename internal::traits<MatrixType>::Scalar) / sizeof(Scalar)
    [all...]
Inverse.h 20 struct traits<Inverse<XprType> > struct in namespace:Eigen::internal
21 : traits<typename XprType::PlainObject>
24 typedef traits<PlainObject> BaseTraits;
43 class Inverse : public InverseImpl<XprType,typename internal::traits<XprType>::StorageKind>
Replicate.h 17 struct traits<Replicate<MatrixType,RowFactor,ColFactor> > struct in namespace:Eigen::internal
18 : traits<MatrixType>
21 typedef typename traits<MatrixType>::StorageKind StorageKind;
22 typedef typename traits<MatrixType>::XprKind XprKind;
64 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
ReturnByValue.h 19 struct traits<ReturnByValue<Derived> > struct in namespace:Eigen::internal
20 : public traits<typename traits<Derived>::ReturnType>
26 Flags = (traits<typename traits<Derived>::ReturnType>::Flags
41 typedef typename traits<Derived>::ReturnType type;
54 typedef typename internal::traits<Derived>::ReturnType ReturnType;
96 : public evaluator<typename internal::traits<Derived>::ReturnType>
99 typedef typename internal::traits<Derived>::ReturnType PlainObject;
Select.h 32 struct traits<Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> > struct in namespace:Eigen::internal
33 : traits<ThenMatrixType>
35 typedef typename traits<ThenMatrixType>::Scalar Scalar;
37 typedef typename traits<ThenMatrixType>::XprKind XprKind;
Solve.h 46 struct traits<Solve<Decomposition, RhsType> > struct in namespace:Eigen::internal
47 : traits<typename solve_traits<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind>::PlainObject>
49 typedef typename solve_traits<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind>::PlainObject PlainObject;
51 typedef traits<PlainObject> BaseTraits;
62 class Solve : public SolveImpl<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind>
65 typedef typename internal::traits<Solve>::PlainObject PlainObject;
66 typedef typename internal::traits<Solve>::StorageIndex StorageIndex;
  /external/libchrome/base/task_scheduler/
task.h 26 // to run. |traits| is metadata about the task. |delay| is a delay that must
30 const TaskTraits& traits,
35 const TaskTraits traits; member in struct:base::internal::Task
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
RegistryParser.h 37 typedef U traits; typedef in class:llvm::RegistryParser
43 addLiteralOption(traits::nameof(E), &E, traits::descof(E));
  /external/ImageMagick/MagickCore/
composite-private.h 76 traits; local
79 traits=GetPixelChannelTraits(image,channel);
80 if (traits == UndefinedPixelTrait)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 17 template<typename T> struct traits;
19 // here we say once and for all that traits<const T> == traits<T>
20 // When constness must affect traits, it has to be constness on template parameters on which T itself depends.
21 // For example, traits<Map<const T> > != traits<Map<T> >, but
22 // traits<const Map<T> > == traits<Map<T> >
23 template<typename T> struct traits<const T> : traits<T> {} struct in namespace:Eigen::internal
    [all...]
  /external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h 27 struct traits<MappedSparseMatrix<_Scalar, _Flags, _StorageIndex> > : traits<SparseMatrix<_Scalar, _Flags, _StorageIndex> > struct in namespace:Eigen::internal
SparseRef.h 24 struct traits<Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > struct in namespace:Eigen::internal
25 : public traits<SparseMatrix<MatScalar,MatOptions,MatIndex> >
30 Flags = traits<PlainObjectType>::Flags | CompressedAccessBit | NestByRefBit
44 struct traits<Ref<const SparseMatrix<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > struct in namespace:Eigen::internal
45 : public traits<Ref<SparseMatrix<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> >
48 Flags = (traits<SparseMatrix<MatScalar,MatOptions,MatIndex> >::Flags | CompressedAccessBit | NestByRefBit) & ~LvalueBit
53 struct traits<Ref<SparseVector<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> > struct in namespace:Eigen::internal
54 : public traits<SparseVector<MatScalar,MatOptions,MatIndex> >
59 Flags = traits<PlainObjectType>::Flags | CompressedAccessBit | NestByRefBit
72 struct traits<Ref<const SparseVector<MatScalar,MatOptions,MatIndex>, _Options, _StrideType> struct in namespace:Eigen::internal
81 struct traits<SparseRefBase<Derived> > : public traits<Derived> {}; struct in namespace:Eigen::internal
    [all...]
  /external/libchrome/base/
scoped_generic_unittest.cc 35 IntTraits traits(&values_freed);
39 ScopedInt a(IntTraits::InvalidValue(), traits); local
46 ScopedInt a(kFirst, traits);
54 ScopedInt a(kFirst, traits);
57 ScopedInt b(IntTraits::InvalidValue(), traits); local
66 ScopedInt b(kFirst, traits);
77 ScopedInt a(kFirst, traits);
78 ScopedInt b(kSecond, traits);
92 ScopedInt a(kFirst, traits);
105 ScopedInt a(kFirst, traits);
    [all...]
  /external/clang/test/SemaCXX/
vtable-instantiation.cpp 44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}} local
  /external/eigen/Eigen/src/misc/
Image.h 21 struct traits<image_retval_base<DecompositionType> > struct in namespace:Eigen::internal
Kernel.h 21 struct traits<kernel_retval_base<DecompositionType> > struct in namespace:Eigen::internal
  /external/eigen/Eigen/src/IterativeLinearSolvers/
SolveWithGuess.h 33 struct traits<SolveWithGuess<Decomposition, RhsType, GuessType> > struct in namespace:Eigen::internal
34 : traits<Solve<Decomposition,RhsType> >
41 class SolveWithGuess : public internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type
44 typedef typename internal::traits<SolveWithGuess>::Scalar Scalar;
45 typedef typename internal::traits<SolveWithGuess>::PlainObject PlainObject;
46 typedef typename internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type Base;
  /external/eigen/doc/examples/
matrixfree_cg.cpp 12 // MatrixReplacement looks-like a SparseMatrix, so let's inherits its traits:
14 struct traits<MatrixReplacement> : public Eigen::internal::traits<Eigen::SparseMatrix<double> > struct in namespace:Eigen::internal

Completed in 321 milliseconds

1 2 3 4 5 6