CAPD::DynSys Library  6.0.0
PARIInterface.hpp File Reference
#include <capd/matrixAlgorithms/PARIInterface.h>
#include <capd/vectalg/Matrix.hpp>
#include <capd/vectalg/Vector.hpp>
#include <capd/config-capdAlg.h>
#include <stdexcept>

Namespaces

 capd
 
 capd::matrixAlgorithms
 Matrix algorithms: Gauss elimination, orthonormalization, QR decomposition etc.
 

Macros

#define PARI_INTERFACE_SMITH_FORM_INSTANCE(type)
 

Detailed Description

Macro Definition Documentation

◆ PARI_INTERFACE_SMITH_FORM_INSTANCE

#define PARI_INTERFACE_SMITH_FORM_INSTANCE (   type)
Value:
template \
capd::vectalg::Vector<type, 0> \
PARIInterface::smithForm<type>(const capd::vectalg::Matrix<type, 0, 0>& capdMatrix); \
Definition: Matrix.h:65
void smithForm(matrix &B, sqMatrix1 &Q, sqMatrix1 &Qinv, sqMatrix2 &R, sqMatrix2 &Rinv, int &s, int &t)
Definition: intMatrixAlgorithms.hpp:52