ComplexSparseMatrixFrobeniusNorm Method |
Returns the Frobenius norm of the matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double FrobeniusNorm()
Public Function FrobeniusNorm As Double
public:
double FrobeniusNorm()
member FrobeniusNorm : unit -> float
Return Value
Type:
Double
A
double containing the Frobenius norm of the matrix.
See Also