Public Types
Eigen::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 remove_all
< MatrixTypeNested >::type 
_MatrixTypeNested
typedef MatrixType::Nested MatrixTypeNested
typedef result_of< ViewOp(typename
traits< MatrixType >::Scalar) >
::type 
Scalar

Detailed Description

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

Definition at line 31 of file CwiseUnaryView.h.


Member Typedef Documentation

template<typename ViewOp , typename MatrixType >
typedef remove_all<MatrixTypeNested>::type Eigen::internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::_MatrixTypeNested

Definition at line 38 of file CwiseUnaryView.h.

template<typename ViewOp , typename MatrixType >
typedef MatrixType::Nested Eigen::internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::MatrixTypeNested

Definition at line 37 of file CwiseUnaryView.h.

template<typename ViewOp , typename MatrixType >
typedef result_of< ViewOp(typename traits<MatrixType>::Scalar) >::type Eigen::internal::traits< CwiseUnaryView< ViewOp, MatrixType > >::Scalar

Definition at line 36 of file CwiseUnaryView.h.


Member Enumeration Documentation

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

Definition at line 39 of file CwiseUnaryView.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:03