bpp-phyl3  3.0.0
bpp::VectorDimension Struct Reference

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

+ Inheritance diagram for bpp::VectorDimension:
+ Collaboration diagram for bpp::VectorDimension:

Public Member Functions

 VectorDimension (Eigen::Index rows_)
 
 VectorDimension (int rows_)
 
 VectorDimension (size_t rows_)
 
 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 266 of file DataFlowNumeric.h.

Constructor & Destructor Documentation

◆ VectorDimension() [1/3]

bpp::VectorDimension::VectorDimension ( Eigen::Index  rows_)
inline

Definition at line 270 of file DataFlowNumeric.h.

◆ VectorDimension() [2/3]

bpp::VectorDimension::VectorDimension ( int  rows_)
inline

Definition at line 272 of file DataFlowNumeric.h.

◆ VectorDimension() [3/3]

bpp::VectorDimension::VectorDimension ( size_t  rows_)
inline

Definition at line 274 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: