Click or drag to resize
Accord.NET (logo)

Norm Class

Static class Distance. Defines a set of methods defining distance measures.
Static class Norm. Defines a set of extension methods defining norms measures.
Inheritance Hierarchy
SystemObject
  Accord.MathNorm

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static class Norm
Request Example View Source
Methods
  NameDescription
Public methodStatic memberEuclidean(Double)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Double)
Gets the Euclidean norm for a vector.
Public methodStatic memberEuclidean(Double)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Single)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Single)
Gets the Euclidean norm for a vector.
Public methodStatic memberEuclidean(Single)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(SparseDouble)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(SparseSingle)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Double, Int32)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Double, Int32)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Single, Int32)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(Single, Int32)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(SparseDouble, Int32)
Gets the Euclidean norm for a matrix.
Public methodStatic memberEuclidean(SparseSingle, Int32)
Gets the Euclidean norm for a matrix.
Public methodStatic memberFrobenius(Double)
Gets the square root of the sum of squares for all elements in a matrix.
Public methodStatic memberFrobenius(Double)
Gets the square root of the sum of squares for all elements in a matrix.
Public methodStatic memberFrobenius(Single)
Gets the square root of the sum of squares for all elements in a matrix.
Public methodStatic memberFrobenius(Single)
Gets the square root of the sum of squares for all elements in a matrix.
Public methodStatic memberNorm1(Double)
Returns the maximum column sum of the given matrix.
Public methodStatic memberNorm1(Double)
Returns the maximum column sum of the given matrix.
Public methodStatic memberNorm2(Double)
Returns the maximum singular value of the given matrix.
Public methodStatic memberNorm2(Double)
Returns the maximum singular value of the given matrix.
Public methodStatic memberSquareEuclidean(Double)
Gets the Squared Euclidean norm for a matrix.
Public methodStatic memberSquareEuclidean(Double)
Gets the Squared Euclidean norm for a vector.
Public methodStatic memberSquareEuclidean(Double)
Gets the Squared Euclidean norm for a matrix.
Public methodStatic memberSquareEuclidean(Single)
Gets the Squared Euclidean norm for a matrix.
Public methodStatic memberSquareEuclidean(Single)
Gets the Squared Euclidean norm for a vector.
Public methodStatic memberSquareEuclidean(Single)
Gets the Squared Euclidean norm for a matrix.
Public methodStatic memberSquareEuclidean(SparseDouble)
Gets the Squared Euclidean norm for a vector.
Public methodStatic memberSquareEuclidean(SparseSingle)
Gets the Squared Euclidean norm for a vector.
Public methodStatic memberSquareEuclidean(Double, Int32)
Gets the Squared Euclidean norm vector for a matrix.
Public methodStatic memberSquareEuclidean(Double, Int32)
Gets the Squared Euclidean norm vector for a matrix.
Public methodStatic memberSquareEuclidean(Single, Int32)
Gets the Squared Euclidean norm vector for a matrix.
Public methodStatic memberSquareEuclidean(Single, Int32)
Gets the Squared Euclidean norm vector for a matrix.
Public methodStatic memberSquareEuclidean(SparseDouble, Int32)
Gets the Squared Euclidean norm vector for a matrix.
Public methodStatic memberSquareEuclidean(SparseSingle, Int32)
Gets the Squared Euclidean norm vector for a matrix.
Top
See Also