Overload List
| Name | Description | |
|---|---|---|
| SumOfSquares(DoubleComplexMatrix) |
Calculates the sum of the squared deviations from the mean of the elements
of the columns of a given matrix.
| |
| SumOfSquares(DoubleComplexVector) |
Calculates the sum of the squared deviations from the mean of the elements
of a given vector.
| |
| SumOfSquares(DoubleMatrix) |
Calculates the sum of the squared deviations from the mean of the elements
of the columns of a given matrix.
| |
| SumOfSquares(DoubleVector) |
Calculates the sum of the squared deviations from the mean of the elements
of a given vector.
| |
| SumOfSquares(FloatComplexMatrix) |
Calculates the sum of the squared deviations from the mean of the elements
of the columns of a given matrix.
| |
| SumOfSquares(FloatComplexVector) |
Calculates the sum of the squared deviations from the mean of the elements
of a given vector.
| |
| SumOfSquares(FloatMatrix) |
Calculates the sum of the squared deviations from the mean of the elements
of the columns of a given matrix.
| |
| SumOfSquares(FloatVector) |
Calculates the sum of the squared deviations from the mean of the elements
of a given vector.
|