Click or drag to resize

LMatrixDivision(Matrix, LMatrix) Operator

Solves the equation m2*x = m1 for the matrix x.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
C#
public static Matrix operator /(
	Matrix m1,
	LMatrix m2
)

Parameters

m1  Matrix
The matrix at the right side.
m2  LMatrix
The matrix at the left side.

Return Value

Matrix
The solving matrix.
See Also