Searched defs:ViewOp (Results 1 - 1 of 1) 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...]

Completed in 418 milliseconds