CAPD DynSys Library  5.2.0
capd::matrixAlgorithms::Gershgorin< MatrixType, false > Class Template Reference

Specialization for non-rigorous types. More...

#include <capd/matrixAlgorithms/floatMatrixAlgorithms.hpp>

Public Types

typedef MatrixType::ScalarType ScalarType
 
typedef MatrixType::size_type size_type
 

Static Public Member Functions

static ScalarType spectralRadius (const MatrixType &D)
 Approximation of a spetral radius of given matrix. More...
 
static ScalarType maxEigenValueOfSymMatrix (const MatrixType &D)
 

Detailed Description

template<typename MatrixType>
class capd::matrixAlgorithms::Gershgorin< MatrixType, false >

Specialization for non-rigorous types.

Member Typedef Documentation

◆ ScalarType

template<typename MatrixType >
typedef MatrixType::ScalarType capd::matrixAlgorithms::Gershgorin< MatrixType, false >::ScalarType

◆ size_type

template<typename MatrixType >
typedef MatrixType::size_type capd::matrixAlgorithms::Gershgorin< MatrixType, false >::size_type

Member Function Documentation

◆ maxEigenValueOfSymMatrix()

template<typename MatrixType >
static ScalarType capd::matrixAlgorithms::Gershgorin< MatrixType, false >::maxEigenValueOfSymMatrix ( const MatrixType &  D)
inlinestatic

◆ spectralRadius()

template<typename MatrixType >
static ScalarType capd::matrixAlgorithms::Gershgorin< MatrixType, false >::spectralRadius ( const MatrixType &  D)
inlinestatic

Approximation of a spetral radius of given matrix.