MatrixUtils Member List
This is the complete list of members for
MatrixUtils, including all inherited members.
ColumnAverage(Matrix< double > matrix, int col) | MatrixUtils | [static] |
ContainsNaN(Matrix< double > matrix) | MatrixUtils | [static] |
FrobeniusNorm(Matrix< double > matrix) | MatrixUtils | [static] |
Inc(Matrix< double > matrix, int i, int j, double v) | MatrixUtils | [static] |
Inc(Matrix< double > matrix1, Matrix< double > matrix2) | MatrixUtils | [static] |
InitNormal(Matrix< double > matrix, double mean, double stdev, int row) | MatrixUtils | [static] |
InitNormal(Matrix< double > matrix, double mean, double stdev) | MatrixUtils | [static] |
Multiply(Matrix< double > matrix, double d) | MatrixUtils | [static] |
RowAverage(Matrix< double > matrix, int row) | MatrixUtils | [static] |
RowScalarProduct(Matrix< double > matrix, int i, IList< double > vector) | MatrixUtils | [static] |
RowScalarProduct(Matrix< double > matrix1, int i, Matrix< double > matrix2, int j) | MatrixUtils | [static] |