ComplexMatrixInfinityNorm Method |
Return the infinity norm of a Complex matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double InfinityNorm(
Complex[,] a
)
Public Shared Function InfinityNorm (
a As Complex(,)
) As Double
public:
static double InfinityNorm(
array<Complex,2>^ a
)
static member InfinityNorm :
a : Complex[,] -> float
Parameters
- a
- Type: Imsl.MathComplex
A Complex rectangular matrix.
Return Value
Type:
Double
A
double value equal to the maximum of the row sums of the
absolute values of the array elements.
See Also