Expand description
Factorization methods for MPO tensors
This module provides various factorization methods (SVD, RSVD, LU, CI) for compressing and reshaping MPO tensors.
Structs§
- Factorize
Options - Options for factorization
- Factorize
Result - Result of factorization
Enums§
- Factorize
Method - Factorization method to use
Traits§
- SVDScalar
- Trait bounds for SVD-compatible scalars
Functions§
- factorize
- Factorize a matrix into left and right factors
- factorize_
ci - Factorize using Cross Interpolation
- factorize_
lu - Factorize using LU decomposition