| DoubleComplexMatrixInfinityNorm Method |
Computes the infinity-norm of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double InfinityNorm()
Public Function InfinityNorm As Double
public:
double InfinityNorm()
member InfinityNorm : unit -> float
Return Value
DoubleThe infinity norm of this matrix. This is just the
maximum row sum.
See Also