CAPD::DynSys Library
6.0.0
|
Euclidean Logarithmic 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 the norm of the vector. More... | |
virtual ScalarType | operator() (const MatrixType &iv) const |
Computes the 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 Logarithmic Norm.
typedef VectorType::ScalarType capd::vectalg::EuclLNorm< VectorType, MatrixType >::ScalarType |
typedef MatrixType::size_type capd::vectalg::EuclLNorm< VectorType, MatrixType >::size_type |
|
virtual |
Makes virtual copy of the object.
Implements capd::vectalg::Norm< VectorType, MatrixType >.
|
virtual |
Computes the norm of the matrix.
Implements capd::vectalg::Norm< VectorType, MatrixType >.
|
virtual |
Computes the norm of the vector.
Implements capd::vectalg::Norm< VectorType, MatrixType >.
|
virtual |
Returns the name of the norm.
Implements capd::vectalg::Norm< VectorType, MatrixType >.