CAPD DynSys Library
5.2.0
|
Euclidean norm. More...
#include <capd/vectalg/Norm.h>
Public Types | |
typedef VectorType::ScalarType | ScalarType |
typedef MatrixType::size_type | size_type |
Public Member Functions | |
virtual ScalarType | operator() (const VectorType &iv) const |
Computes norm of the vector. More... | |
virtual ScalarType | operator() (const MatrixType &iv) const |
Computes norm of the matrix. More... | |
virtual std::string | show (void) const |
Returns the name of the norm. More... | |
Norm< VectorType, MatrixType > * | clone (void) const |
Makes virtual copy of the object. More... | |
Euclidean norm.
typedef VectorType::ScalarType capd::vectalg::EuclNorm< VectorType, MatrixType >::ScalarType |
typedef MatrixType::size_type capd::vectalg::EuclNorm< VectorType, MatrixType >::size_type |
|
virtual |
Makes virtual copy of the object.
Implements capd::vectalg::Norm< VectorType, MatrixType >.
|
virtual |
Computes norm of the matrix.
where $\rho$ is spectral radius of a matrix (the biggest modulus of an eigenvalue)
Implements capd::vectalg::Norm< VectorType, MatrixType >.
|
virtual |
|
virtual |
Returns the name of the norm.
Implements capd::vectalg::Norm< VectorType, MatrixType >.