Norm Class |
Namespace: Accord.Math
Name | Description | |
---|---|---|
Euclidean(Double) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Double) |
Gets the Euclidean norm for a vector.
| |
Euclidean(Double) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Single) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Single) |
Gets the Euclidean norm for a vector.
| |
Euclidean(Single) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(SparseDouble) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(SparseSingle) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Double, Int32) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Double, Int32) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Single, Int32) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(Single, Int32) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(SparseDouble, Int32) |
Gets the Euclidean norm for a matrix.
| |
Euclidean(SparseSingle, Int32) |
Gets the Euclidean norm for a matrix.
| |
Frobenius(Double) |
Gets the square root of the sum of squares for all elements in a matrix.
| |
Frobenius(Double) |
Gets the square root of the sum of squares for all elements in a matrix.
| |
Frobenius(Single) |
Gets the square root of the sum of squares for all elements in a matrix.
| |
Frobenius(Single) |
Gets the square root of the sum of squares for all elements in a matrix.
| |
Norm1(Double) |
Returns the maximum column sum of the given matrix.
| |
Norm1(Double) |
Returns the maximum column sum of the given matrix.
| |
Norm2(Double) |
Returns the maximum singular value of the given matrix.
| |
Norm2(Double) |
Returns the maximum singular value of the given matrix.
| |
SquareEuclidean(Double) |
Gets the Squared Euclidean norm for a matrix.
| |
SquareEuclidean(Double) |
Gets the Squared Euclidean norm for a vector.
| |
SquareEuclidean(Double) |
Gets the Squared Euclidean norm for a matrix.
| |
SquareEuclidean(Single) |
Gets the Squared Euclidean norm for a matrix.
| |
SquareEuclidean(Single) |
Gets the Squared Euclidean norm for a vector.
| |
SquareEuclidean(Single) |
Gets the Squared Euclidean norm for a matrix.
| |
SquareEuclidean(SparseDouble) |
Gets the Squared Euclidean norm for a vector.
| |
SquareEuclidean(SparseSingle) |
Gets the Squared Euclidean norm for a vector.
| |
SquareEuclidean(Double, Int32) |
Gets the Squared Euclidean norm vector for a matrix.
| |
SquareEuclidean(Double, Int32) |
Gets the Squared Euclidean norm vector for a matrix.
| |
SquareEuclidean(Single, Int32) |
Gets the Squared Euclidean norm vector for a matrix.
| |
SquareEuclidean(Single, Int32) |
Gets the Squared Euclidean norm vector for a matrix.
| |
SquareEuclidean(SparseDouble, Int32) |
Gets the Squared Euclidean norm vector for a matrix.
| |
SquareEuclidean(SparseSingle, Int32) |
Gets the Squared Euclidean norm vector for a matrix.
|