AUSTRA
C#
Show/Hide TOC
Matrix
Division Operator
Overload List
Division(DVector, Matrix)
Solves the equation m*x = v for the vector x.
Division(Matrix, Matrix)
Solves the equation m2*x = m1 for the matrix x.
Division(Matrix, Double)
Divides a matrix by a scalar value.
See Also
Reference
Matrix Structure
Austra.Library Namespace
In This Article
Overload List
See Also