|
Prev | Next |
| elementwise | Elementwise Operations |
| matrixwise | Matrixwise Operations |
| scalar_valued | Scalar Valued Operations |
| other | Other Operations |
| add | Elementwise Addition |
| cholesky | Cholesky Factor a Matrix Division |
| diag_prod | Diagonal Matrix Product with General Matrix |
| element_div | Elementwise Division |
| element_prod | Elementwise Product |
| element_unary | Matlab or Octave Elementwise Unary Functions |
| extend | Extending a Vector |
| matrix_div | Matrix Division |
| matrix_prod | Matrix Product |
| max | Maximum Element of a Matrix |
| min | Minimum Element of a Matrix |
| ones | Matrix of Ones |
| rand | Uniform Random Matrix |
| randn | Normal Random Matrix |
| scalar_div | Scalar Division |
| scalar_prod | Scalar Product |
| size | Matrix Size |
| slice | Matrix Slices |
| sub | Elementwise Subtraction |
| sum | Sum The Elements of a Matlab |
| transpose | Matrix Transpose |
| zeros | Matrix of Zeros |