Definition at line 44 of file CwiseUnaryView.h.
#include <src/Core/CwiseUnaryView.h>
Public Types | |
| enum | { Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | DirectAccessBit)), CoeffReadCost = traits<_MatrixTypeNested>::CoeffReadCost + functor_traits<ViewOp>::Cost, MatrixTypeInnerStride = inner_stride_at_compile_time<MatrixType>::ret, InnerStrideAtCompileTime, OuterStrideAtCompileTime = outer_stride_at_compile_time<MatrixType>::ret } |
| typedef result_of< ViewOp(typename traits< MatrixType >::Scalar) > ::type | Scalar |
| typedef MatrixType::Nested | MatrixTypeNested |
| typedef remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
| typedef remove_all<MatrixTypeNested>::type internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::_MatrixTypeNested |
Definition at line 51 of file CwiseUnaryView.h.
| typedef MatrixType::Nested internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::MatrixTypeNested |
Definition at line 50 of file CwiseUnaryView.h.
| typedef result_of< ViewOp(typename traits<MatrixType>::Scalar) >::type internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::Scalar |
Definition at line 49 of file CwiseUnaryView.h.
| anonymous enum |
| Flags | |
| CoeffReadCost | |
| MatrixTypeInnerStride | |
| InnerStrideAtCompileTime | |
| OuterStrideAtCompileTime |
Definition at line 52 of file CwiseUnaryView.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |