Click or drag to resize

MatrixD2DInverse Method

Gets the inverse of the matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public MatrixD2D Inverse()

Return Value

MatrixD2D
The inverse matrix.
See Also