bpp-phyl3  3.0.0
bpp::RowVectorDimension Struct Reference

#include <Bpp/Phyl/Likelihood/DataFlow/DataFlowNumeric.h>

+ Inheritance diagram for bpp::RowVectorDimension:
+ Collaboration diagram for bpp::RowVectorDimension:

Public Member Functions

 RowVectorDimension (Eigen::Index cols_)
 
 RowVectorDimension (int cols_)
 
 RowVectorDimension (size_t cols_)
 
 MatrixDimension ()=default
 
 MatrixDimension (Eigen::Index rows_, Eigen::Index cols_)
 
 MatrixDimension (int rows_, int cols_)
 
 MatrixDimension (size_t rows_, size_t cols_)
 
template<typename Derived >
 MatrixDimension (const Eigen::MatrixBase< Derived > &m)
 
template<typename Derived >
 MatrixDimension (const ExtendedFloatEigenBase< Derived > &m)
 

Public Attributes

Eigen::Index rows {}
 
Eigen::Index cols {}
 

Detailed Description

Definition at line 278 of file DataFlowNumeric.h.

Constructor & Destructor Documentation

◆ RowVectorDimension() [1/3]

bpp::RowVectorDimension::RowVectorDimension ( Eigen::Index  cols_)
inline

Definition at line 282 of file DataFlowNumeric.h.

◆ RowVectorDimension() [2/3]

bpp::RowVectorDimension::RowVectorDimension ( int  cols_)
inline

Definition at line 284 of file DataFlowNumeric.h.

◆ RowVectorDimension() [3/3]

bpp::RowVectorDimension::RowVectorDimension ( size_t  cols_)
inline

Definition at line 286 of file DataFlowNumeric.h.

Member Function Documentation

◆ MatrixDimension() [1/6]

bpp::MatrixDimension::MatrixDimension
default

◆ MatrixDimension() [2/6]

template<typename Derived >
bpp::MatrixDimension::MatrixDimension ( typename Derived  )
inline

Definition at line 258 of file DataFlowNumeric.h.

◆ MatrixDimension() [3/6]

template<typename Derived >
bpp::MatrixDimension::MatrixDimension ( typename Derived  )
inline

Definition at line 262 of file DataFlowNumeric.h.

◆ MatrixDimension() [4/6]

bpp::MatrixDimension::MatrixDimension
inline

Definition at line 246 of file DataFlowNumeric.h.

◆ MatrixDimension() [5/6]

bpp::MatrixDimension::MatrixDimension
inline

Definition at line 249 of file DataFlowNumeric.h.

◆ MatrixDimension() [6/6]

bpp::MatrixDimension::MatrixDimension
inline

Definition at line 252 of file DataFlowNumeric.h.

Member Data Documentation

◆ cols

Eigen::Index bpp::MatrixDimension::cols {}
inherited

◆ rows

Eigen::Index bpp::MatrixDimension::rows {}
inherited

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