qrDecomp

Computes a QR factorization of matrix 'a'.

qrDecomp
(
Flag!"allowDestroy" allowDestroy = No.allowDestroy
SliceKind kind
Iterator
)
(
Slice!(kind, [2], Iterator) a
)

Parameters

allowDestroy

flag to delete the source matrix.

a Slice!(kind, [2], Iterator)

initial matrix

Return Value

Type: auto

Meta