Public Constructors
| Name | Description | |
|---|---|---|
![]() |
MatrixUtils | There is no summary. |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
ColumnAverage | Compute the average value of the entries in a column of a matrix |
![]() |
ContainsNaN | Check whether a matrix contains NaN ("not a number") elements |
![]() |
FrobeniusNorm | Compute the Frobenius norm (square root of the sum of squared entries) of a matrix |
![]() |
Inc | Overloaded. Increment the elements in one matrix by the ones in another |
![]() |
InitNormal | Overloaded. Initializes a double matrix with normal distributed (Gaussian) noise |
![]() |
Multiply | Multiply all entries of a matrix with a scalar |
![]() |
RowAverage | Compute the average value of the entries in a row of a matrix |
![]() |
RowScalarProduct | Compute the scalar product between a vector and a row of the matrix |