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).