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