Matrix3x3DecomposeIntoQR Method |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (Matrix3x3 Q, Matrix3x3 R) DecomposeIntoQR()
Return Value
ValueTupleMatrix3x3,
Matrix3x3The two matrices Q (orthonormal) and R (upper triangular).
See Also