Searched refs:ViewOp (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DCwiseUnaryView.h20 * \param ViewOp template functor implementing the view
30 template<typename ViewOp, typename MatrixType>
31 struct traits<CwiseUnaryView<ViewOp, MatrixType> >
35 ViewOp(typename traits<MatrixType>::Scalar)
41 CoeffReadCost = traits<_MatrixTypeNested>::CoeffReadCost + functor_traits<ViewOp>::Cost,
55 template<typename ViewOp, typename MatrixType, typename StorageKind>
58 template<typename ViewOp, typename MatrixType>
59 class CwiseUnaryView : public CwiseUnaryViewImpl<ViewOp, MatrixType, typename internal::traits<MatrixType>::StorageKind>
63 typedef typename CwiseUnaryViewImpl<ViewOp, MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Base;
66 inline CwiseUnaryView(const MatrixType& mat, const ViewOp argument
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseUnaryOp.h79 template<typename ViewOp, typename MatrixType>
80 class CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>
81 : public SparseMatrixBase<CwiseUnaryView<ViewOp, MatrixType> >
88 typedef CwiseUnaryView<ViewOp, MatrixType> Derived;
97 template<typename ViewOp, typename MatrixType>
98 class CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::InnerIterator
99 : public CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterator
102 typedef typename CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterator Base;
116 const ViewOp m_functor;
119 template<typename ViewOp, typenam
[all...]
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h88 template<typename ViewOp, typename MatrixType> class CwiseUnaryView;

Completed in 3514 milliseconds