CAPD DynSys Library 5.2.0
capd::matrixAlgorithms::_CreateSmithForm_< Matrix< Scalar, 0, 0 > > Struct Template Reference

#include </Users/kapela/code/capd-all/capd/capdAlg/src/capd/matrixAlgorithms/SmithFormFactory.hpp>

Public Types

typedef Matrix< Scalar, 0, 0 > MatrixT
 

Public Member Functions

SmithForm< MatrixT > * operator() (MatrixT &B, bool computeQ, bool computeQinv, bool computeR, bool computeRinv, bool)
 

Member Typedef Documentation

◆ MatrixT

template<typename Scalar >
typedef Matrix<Scalar, 0, 0> capd::matrixAlgorithms::_CreateSmithForm_< Matrix< Scalar, 0, 0 > >::MatrixT

Member Function Documentation

◆ operator()()

template<typename Scalar >
SmithForm< MatrixT > * capd::matrixAlgorithms::_CreateSmithForm_< Matrix< Scalar, 0, 0 > >::operator() ( MatrixT B,
bool  computeQ,
bool  computeQinv,
bool  computeR,
bool  computeRinv,
bool   
)
inline