Click or drag to resize

VectorNorm1 Method

Calculate the 1-norm of the vector.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Norm1()
Request Example View Source

Return Value

Double
r = sum(abs(this[i]))
See Also