Module svd

Module svd 

Source
Expand description

SVD decomposition for tensors.

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

Structs§

SvdOptions
Options for SVD decomposition with truncation control.

Enums§

SvdError
Error type for SVD operations in tensor4all-linalg.

Functions§

default_svd_rtol
Get the global default rtol for SVD truncation.
set_default_svd_rtol
Set the global default rtol for SVD truncation.
svd
Compute SVD decomposition of a tensor with arbitrary rank, returning (U, S, V).
svd_with
Compute SVD decomposition of a tensor with arbitrary rank, returning (U, S, V).