Public Types | List of all members
Eigen::internal::traits< CwiseUnaryView< ViewOp, MatrixType > > Struct Template Reference

#include <CwiseUnaryView.h>

Inheritance diagram for Eigen::internal::traits< CwiseUnaryView< ViewOp, MatrixType > >:
Inheritance graph
[legend]

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
}
 
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:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20