You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > NormL1 Method > clMatrix.NormL1 Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.NormL1 Method ()

Calculate the L1-norm of the calling vector.

Syntax
C#
Visual Basic
public double NormL1();

L-1 norm, defined by the following equation: 

NormL1 = Sum(|a[i]|), 0 < i < Length-1

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!