CAPD DynSys Library 5.2.0
capd::matrixAlgorithms::CAPDIntMatrixAlgorithms Struct Reference

#include <capd/matrixAlgorithms/CAPDIntMatrixAlgorithms.h>

Classes

struct  QuotientBaseMatrix
 
struct  SmithForm
 
struct  SolveLinearEquation
 

Public Types

typedef CAPDIntMatrixAlgorithms This
 

Public Member Functions

template<typename Matrix >
SmithForm< Matrix >::type smithForm (Matrix &B, bool computeQ, bool computeQinv, bool computeR, bool computeRinv)
 
template<typename Matrix >
SolveLinearEquation< Matrix >::type solveLinearEquation (Matrix &m)
 
template<typename Matrix >
QuotientBaseMatrix< Matrix >::type quotientBaseMatrix (Matrix &A_W, Matrix &A_V)
 

Member Typedef Documentation

◆ This

Member Function Documentation

◆ quotientBaseMatrix()

template<typename Matrix >
QuotientBaseMatrix< Matrix >::type capd::matrixAlgorithms::CAPDIntMatrixAlgorithms::quotientBaseMatrix ( Matrix &  A_W,
Matrix &  A_V 
)
inline

◆ smithForm()

template<typename Matrix >
SmithForm< Matrix >::type capd::matrixAlgorithms::CAPDIntMatrixAlgorithms::smithForm ( Matrix &  B,
bool  computeQ,
bool  computeQinv,
bool  computeR,
bool  computeRinv 
)
inline

◆ solveLinearEquation()

template<typename Matrix >
SolveLinearEquation< Matrix >::type capd::matrixAlgorithms::CAPDIntMatrixAlgorithms::solveLinearEquation ( Matrix &  m)
inline