Click or drag to resize
Accord.NET (logo)

NormEuclidean Method

Overload List
  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.
Top
See Also