Click or drag to resize
Accord.NET (logo)

Norm Methods

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