LinAlgQrT(T, T, T) Method

QR decomposition A = QR

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static void Qr<T>(
	T[][] a,
	out T[][] q,
	out T[][] r
)
where T : new(), Object, IRealNumber<T>

Parameters

a  T
Matrix A
q  T
Matrix Q
r  T
Matrix R

Type Parameters

T
Real Type

See Also