Utilities to work with matrices. More...
Static Public Member Functions | |
| static double | FrobeniusNorm (this SparseMatrix< double > matrix) |
| Compute the Frobenius norm (square root of the sum of squared entries) of a matrix. | |
| static float | Max (this SparseMatrix< float > m) |
| return the maximum value contained in a matrix | |
| static double | Max (this SparseMatrix< double > m) |
| return the maximum value contained in a matrix | |
| static int | Max (this SparseMatrix< int > m) |
| return the maximum value contained in a matrix | |
Utilities to work with matrices.
| static double FrobeniusNorm | ( | this SparseMatrix< double > | matrix | ) | [inline, static] |
Compute the Frobenius norm (square root of the sum of squared entries) of a matrix.
See http://en.wikipedia.org/wiki/Matrix_norm
| matrix | the matrix |
| static float Max | ( | this SparseMatrix< float > | m | ) | [inline, static] |
return the maximum value contained in a matrix
| m | the matrix |
| static double Max | ( | this SparseMatrix< double > | m | ) | [inline, static] |
return the maximum value contained in a matrix
| m | the matrix |
| static int Max | ( | this SparseMatrix< int > | m | ) | [inline, static] |
return the maximum value contained in a matrix
| m | the matrix |
1.6.3