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

#include <TriangularMatrix.h>

Inheritance diagram for Eigen::internal::traits< TriangularView< MatrixType, _Mode > >:
Inheritance graph
[legend]

Public Types

enum  { Mode = _Mode, FlagsLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0, Flags = (MatrixTypeNestedCleaned::Flags & (HereditaryBits | FlagsLvalueBit) & (~(PacketAccessBit | DirectAccessBit | LinearAccessBit))) }
 
typedef MatrixType ExpressionType
 
typedef MatrixType::PlainObject FullMatrixType
 
typedef ref_selector< MatrixType >::non_const_type MatrixTypeNested
 
typedef remove_all< MatrixTypeNested >::type MatrixTypeNestedCleaned
 
typedef remove_reference< MatrixTypeNested >::type MatrixTypeNestedNonRef
 

Detailed Description

template<typename MatrixType, unsigned int _Mode>
struct Eigen::internal::traits< TriangularView< MatrixType, _Mode > >

Definition at line 169 of file TriangularMatrix.h.

Member Typedef Documentation

template<typename MatrixType , unsigned int _Mode>
typedef MatrixType Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::ExpressionType

Definition at line 175 of file TriangularMatrix.h.

template<typename MatrixType , unsigned int _Mode>
typedef MatrixType::PlainObject Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::FullMatrixType

Definition at line 174 of file TriangularMatrix.h.

template<typename MatrixType , unsigned int _Mode>
typedef ref_selector<MatrixType>::non_const_type Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNested

Definition at line 171 of file TriangularMatrix.h.

template<typename MatrixType , unsigned int _Mode>
typedef remove_all<MatrixTypeNested>::type Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNestedCleaned

Definition at line 173 of file TriangularMatrix.h.

template<typename MatrixType , unsigned int _Mode>
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNestedNonRef

Definition at line 172 of file TriangularMatrix.h.

Member Enumeration Documentation

template<typename MatrixType , unsigned int _Mode>
anonymous enum
Enumerator
Mode 
FlagsLvalueBit 
Flags 

Definition at line 176 of file TriangularMatrix.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:52