Click or drag to resize

NMathFunctionsOneNorm Method

Overload List
 NameDescription
Public methodStatic memberOneNorm(DoubleBandMatrix) Computes the one matrix norm of a banded matrix.
Public methodStatic memberOneNorm(DoubleComplexBandMatrix) Computes the one matrix norm of a banded matrix.
Public methodStatic memberOneNorm(DoubleComplexTriDiagMatrix) Computes the one matrix norm of a tridiagonal matrix.
Public methodStatic memberOneNorm(DoubleHermitianBandMatrix) Computes the one matrix norm of a Hermitian banded matrix.
Public methodStatic memberOneNorm(DoubleHermitianMatrix) Computes the one matrix norm of an Hermitian matrix.
Public methodStatic memberOneNorm(DoubleSymBandMatrix) Computes the one matrix norm of a symmetric banded matrix.
Public methodStatic memberOneNorm(DoubleSymmetricMatrix) Computes the one matrix norm of a symmetric matrix.
Public methodStatic memberOneNorm(DoubleTriDiagMatrix) Computes the one matrix norm of a tridiagonal matrix.
Public methodStatic memberOneNorm(FloatBandMatrix) Computes the one matrix norm of a banded matrix.
Public methodStatic memberOneNorm(FloatComplexBandMatrix) Computes the one matrix norm of a banded matrix.
Public methodStatic memberOneNorm(FloatComplexTriDiagMatrix) Computes the one matrix norm of a tridiagonal matrix.
Public methodStatic memberOneNorm(FloatHermitianBandMatrix) Computes the one matrix norm of a Hermitian banded matrix.
Public methodStatic memberOneNorm(FloatHermitianMatrix) Computes the one matrix norm of a Hermitian matrix.
Public methodStatic memberOneNorm(FloatSymBandMatrix) Computes the one matrix norm of a symmetric banded matrix.
Public methodStatic memberOneNorm(FloatSymmetricMatrix) Computes the one matrix norm of a symmetric matrix.
Public methodStatic memberOneNorm(FloatTriDiagMatrix) Computes the one matrix norm of a tridiagonal matrix.
Top
See Also