ORCA: Optimization-based framework for Robotic Control Applications
Public Member Functions | List of all members
orca::math::Size Struct Reference

#include <Utils.h>

Public Member Functions

template<typename Derived >
 Size (const Eigen::MatrixBase< Derived > &mat)
 
 Size (int rows=0, int cols=0)
 
 Size (const Size &s)
 
bool operator== (const Size &s) const
 
bool operator!= (const Size &s) const
 
int rows () const
 
int cols () const
 

Constructor & Destructor Documentation

◆ Size() [1/3]

template<typename Derived >
orca::math::Size::Size ( const Eigen::MatrixBase< Derived > &  mat)
inline

◆ Size() [2/3]

orca::math::Size::Size ( int  rows = 0,
int  cols = 0 
)
inline

◆ Size() [3/3]

orca::math::Size::Size ( const Size s)
inline

Member Function Documentation

◆ cols()

int orca::math::Size::cols ( ) const
inline

◆ operator!=()

bool orca::math::Size::operator!= ( const Size s) const
inline

◆ operator==()

bool orca::math::Size::operator== ( const Size s) const
inline

◆ rows()

int orca::math::Size::rows ( ) const
inline

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