CAPD DynSys Library 5.2.0
capd::matrixAlgorithms::SmithFormTraits< MatrixT > Struct Template Reference

#include <capd/matrixAlgorithms/SmithForm.h>

Public Types

typedef MatrixT::ScalarType ScalarType
 
typedef MatrixT::size_type size_type
 
typedef MatrixT::template rebind< ScalarType >::other Matrix
 
typedef MatrixT::template rebind< ScalarType >::other MatrixQ
 
typedef MatrixT::template rebind< ScalarType >::other MatrixR
 

Member Typedef Documentation

◆ Matrix

template<class MatrixT >
typedef MatrixT::template rebind<ScalarType>::other capd::matrixAlgorithms::SmithFormTraits< MatrixT >::Matrix

◆ MatrixQ

template<class MatrixT >
typedef MatrixT::template rebind<ScalarType>::other capd::matrixAlgorithms::SmithFormTraits< MatrixT >::MatrixQ

◆ MatrixR

template<class MatrixT >
typedef MatrixT::template rebind<ScalarType>::other capd::matrixAlgorithms::SmithFormTraits< MatrixT >::MatrixR

◆ ScalarType

template<class MatrixT >
typedef MatrixT::ScalarType capd::matrixAlgorithms::SmithFormTraits< MatrixT >::ScalarType

◆ size_type

template<class MatrixT >
typedef MatrixT::size_type capd::matrixAlgorithms::SmithFormTraits< MatrixT >::size_type