Public Types | List of all members
Eigen::internal::plain_matrix_type_column_major< T > Struct Template Reference

#include <XprHelper.h>

Public Types

enum  { Rows = traits<T>::RowsAtCompileTime, Cols = traits<T>::ColsAtCompileTime, MaxRows = traits<T>::MaxRowsAtCompileTime, MaxCols = traits<T>::MaxColsAtCompileTime }
 
typedef Matrix< typename traits< T >::Scalar, Rows, Cols,(MaxRows==1 &&MaxCols!=1) ? RowMajor :ColMajor, MaxRows, MaxColstype
 

Detailed Description

template<typename T>
struct Eigen::internal::plain_matrix_type_column_major< T >

Definition at line 378 of file XprHelper.h.

Member Typedef Documentation

◆ type

template<typename T>
typedef Matrix<typename traits<T>::Scalar, Rows, Cols, (MaxRows==1&&MaxCols!=1) ? RowMajor : ColMajor, MaxRows, MaxCols > Eigen::internal::plain_matrix_type_column_major< T >::type

Definition at line 391 of file XprHelper.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T>
anonymous enum
Enumerator
Rows 
Cols 
MaxRows 
MaxCols 

Definition at line 380 of file XprHelper.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:02