Home
last modified time | relevance | path

Searched refs:scalar_constant_op (Results 1 – 15 of 15) sorted by relevance

/external/eigen/Eigen/src/Core/functors/
DNullaryFunctors.h18 struct scalar_constant_op { struct
19 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_othe… in scalar_constant_op() argument
20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op() argument
27 struct functor_traits<scalar_constant_op<Scalar> > argument
156 struct has_nullary_operator<scalar_constant_op<Scalar>,IndexType> { enum { value = 1}; };
158 struct has_unary_operator<scalar_constant_op<Scalar>,IndexType> { enum { value = 0}; };
160 struct has_binary_operator<scalar_constant_op<Scalar>,IndexType> { enum { value = 0}; };
/external/eigen/test/
Dnullary.cpp264 VERIFY(( internal::has_nullary_operator<internal::scalar_constant_op<double> >::value )); in test_nullary()
265 VERIFY(( !internal::has_unary_operator<internal::scalar_constant_op<double> >::value )); in test_nullary()
266 VERIFY(( !internal::has_binary_operator<internal::scalar_constant_op<double> >::value )); in test_nullary()
267 VERIFY(( internal::functor_has_linear_access<internal::scalar_constant_op<double> >::ret )); in test_nullary()
293 VERIFY(( internal::has_nullary_operator<internal::scalar_constant_op<float> >::value )); in test_nullary()
294 VERIFY(( !internal::has_unary_operator<internal::scalar_constant_op<float> >::value )); in test_nullary()
295 VERIFY(( !internal::has_binary_operator<internal::scalar_constant_op<float> >::value )); in test_nullary()
296 VERIFY(( internal::functor_has_linear_access<internal::scalar_constant_op<float> >::ret )); in test_nullary()
/external/eigen/Eigen/src/plugins/
DArrayCwiseBinaryOps.h41 … const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject> > in EIGEN_MAKE_CWISE_BINARY_OP()
67 … const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject> > in EIGEN_MAKE_CWISE_BINARY_OP()
115 …cmp_ ## COMPARATOR>, const Derived, const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, Pla…
116 …lar, internal::cmp_ ## COMPARATOR>, const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, Pla…
/external/eigen/Eigen/src/Core/util/
DBlasUtil.h310 struct blas_traits<CwiseBinaryOp<scalar_product_op<Scalar>, const CwiseNullaryOp<scalar_constant_op
314 …typedef CwiseBinaryOp<scalar_product_op<Scalar>, const CwiseNullaryOp<scalar_constant_op<Scalar>,P…
321 …inaryOp<scalar_product_op<Scalar>, NestedXpr, const CwiseNullaryOp<scalar_constant_op<Scalar>,Plai…
325 …inaryOp<scalar_product_op<Scalar>, NestedXpr, const CwiseNullaryOp<scalar_constant_op<Scalar>,Plai…
332 struct blas_traits<CwiseBinaryOp<scalar_product_op<Scalar>, const CwiseNullaryOp<scalar_constant_op
333 … const CwiseNullaryOp<scalar_constant_op<Scalar>,Plain2> > >
334 : blas_traits<CwiseNullaryOp<scalar_constant_op<Scalar>,Plain1> >
DMacros.h944 …ved,PromotedT>::type(derived().rows(), derived().cols(), internal::scalar_constant_op<PromotedT>(s…
953 …::type(matrix.derived().rows(), matrix.derived().cols(), internal::scalar_constant_op<PromotedT>(s…
DForwardDeclarations.h203 template<typename Scalar> struct scalar_constant_op;
DXprHelper.h635 …typedef CwiseNullaryOp<scalar_constant_op<Scalar>, const typename conditional<is_same< typename tr…
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h45 …EIGEN_STRONG_INLINE const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, const Derived>
47 return nullaryExpr(internal::scalar_constant_op<Scalar>(value)); in constant()
291 …ax_op<Scalar>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
297 …in_op<Scalar>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
424 …rnal::cmp_LT>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
429 …rnal::cmp_LE>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
434 …rnal::cmp_GT>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
439 …rnal::cmp_GE>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
444 …rnal::cmp_EQ>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
449 …nal::cmp_NEQ>, const Derived, const TensorCwiseNullaryOp<internal::scalar_constant_op<Scalar>, con…
/external/eigen/Eigen/src/Core/
DAssign_MKL.h143 …const CwiseNullaryOp<internal::scalar_constant_op<EIGENTYPE>,Plain> >, assign_op<EIGENTYPE,EIGENTY…
146 …const CwiseNullaryOp<internal::scalar_constant_op<EIGENTYPE>,Plain> > SrcXprType; …
DCwiseNullaryOp.h176 return DenseBase<Derived>::NullaryExpr(rows, cols, internal::scalar_constant_op<Scalar>(value));
198 return DenseBase<Derived>::NullaryExpr(size, internal::scalar_constant_op<Scalar>(value));
215 …ived>::NullaryExpr(RowsAtCompileTime, ColsAtCompileTime, internal::scalar_constant_op<Scalar>(valu…
DArrayBase.h86 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
DProductEvaluators.h42 … const CwiseNullaryOp<internal::scalar_constant_op<Scalar1>, Plain1>,
49 const CwiseNullaryOp<internal::scalar_constant_op<Scalar1>, Plain1>,
54 const CwiseNullaryOp<internal::scalar_constant_op<Scalar1>, Plain1>,
187 …calar_product_op<ScalarBis,Scalar>, const CwiseNullaryOp<internal::scalar_constant_op<ScalarBis>,P…
191 const CwiseNullaryOp<internal::scalar_constant_op<ScalarBis>,Plain>,
DDenseBase.h262 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
DMatrixBase.h107 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,PlainObject> ConstantReturnType;
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h130 …typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > Const…