Method | Description | |
---|---|---|
Euclidean ( this a ) : double |
Gets the Euclidean norm for a matrix.
|
|
Euclidean ( this a, int dimension ) : double[] |
Gets the Euclidean norm for a matrix.
|
|
Euclidean ( this a ) : float |
Gets the Euclidean norm for a matrix.
|
|
Euclidean ( this a, int dimension ) : float[] |
Gets the Euclidean norm for a matrix.
|
|
Frobenius ( this a ) : double |
Gets the square root of the sum of squares for all elements in a matrix.
|
|
Frobenius ( this a ) : float |
Gets the square root of the sum of squares for all elements in a matrix.
|
|
Norm1 ( this a ) : double |
Returns the maximum column sum of the given matrix.
|
|
Norm2 ( this a ) : double |
Returns the maximum singular value of the given matrix.
|
|
SquareEuclidean ( this a ) : double |
Gets the Squared Euclidean norm for a matrix.
|
|
SquareEuclidean ( this a, int dimension ) : double[] |
Gets the Squared Euclidean norm vector for a matrix.
|
|
SquareEuclidean ( this a ) : float |
Gets the Squared Euclidean norm for a matrix.
|
|
SquareEuclidean ( this a, int dimension ) : float[] |
Gets the Squared Euclidean norm vector for a matrix.
|
public static Euclidean ( this a, int dimension ) : double[] | ||
a | this | |
dimension | int | |
return | double[] |
public static Euclidean ( this a, int dimension ) : float[] | ||
a | this | |
dimension | int | |
return | float[] |
public static SquareEuclidean ( this a ) : double | ||
a | this | |
return | double |
public static SquareEuclidean ( this a, int dimension ) : double[] | ||
a | this | |
dimension | int | |
return | double[] |
public static SquareEuclidean ( this a ) : float | ||
a | this | |
return | float |
public static SquareEuclidean ( this a, int dimension ) : float[] | ||
a | this | |
dimension | int | |
return | float[] |