Public Types

internal::traits< CwiseUnaryView< ViewOp, MatrixType > > Struct Template Reference

#include <CwiseUnaryView.h>

List of all members.

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

template<typename ViewOp, typename MatrixType>
struct internal::traits< CwiseUnaryView< ViewOp, MatrixType > >


Member Typedef Documentation

template<typename ViewOp , typename MatrixType >
typedef remove_all<MatrixTypeNested>::type internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::_MatrixTypeNested
template<typename ViewOp , typename MatrixType >
typedef MatrixType::Nested internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::MatrixTypeNested
template<typename ViewOp , typename MatrixType >
typedef result_of< ViewOp(typename traits<MatrixType>::Scalar) >::type internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::Scalar

Member Enumeration Documentation

template<typename ViewOp , typename MatrixType >
anonymous enum
Enumerator:
Flags 
CoeffReadCost 
MatrixTypeInnerStride 
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 

The documentation for this struct was generated from the following file: