qrDecomp

Computes a QR factorization of matrix 'a'.

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

Parameters

allowDestroy

flag to delete the source matrix.

a Slice!(Iterator, 2, kind)

initial matrix

Return Value

Type: auto

Meta