Matrix4x4DecomposeIntoQR Method |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (Matrix4x4 Q, Matrix4x4 R) DecomposeIntoQR()
Return Value
ValueTupleMatrix4x4,
Matrix4x4The two matrices Q (orthonormal) and R (upper triangular).
See Also