BaseMatrixFrobeniusNorm Method |
Frobenius norm
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double FrobeniusNorm()
Public Function FrobeniusNorm As Double
Request Example
View SourceReturn Value
DoubleThe square root of sum of squares of all elements.
See Also