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.