Module qr

Module qr 

Source
Expand description

QR decomposition for tensors.

This module works with concrete types (DynIndex, TensorDynLen) only.

Structs§

QrOptions
Options for QR decomposition with truncation control.

Enums§

QrError
Error type for QR operations in tensor4all-linalg.

Functions§

default_qr_rtol
Get the global default rtol for QR truncation.
qr
Compute QR decomposition of a tensor with arbitrary rank, returning (Q, R).
qr_with
Compute QR decomposition of a tensor with arbitrary rank, returning (Q, R).
set_default_qr_rtol
Set the global default rtol for QR truncation.