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