RMatrixDivision Operator |
| Name | Description | |
|---|---|---|
| Division(DVector, RMatrix) | Solves the equation m*x = v for the vector x. | |
| Division(Matrix, RMatrix) | Solves the equation m2*x = m1 for the matrix x. | |
| Division(RMatrix, Double) | Divides a matrix by a scalar value. |