Skip to content

Commit

Permalink
fix svd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Sep 12, 2024
1 parent 856e004 commit 419f88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tensors/factorizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A truncation parameter `trunc` can be specified for the new internal dimension,
case a truncated singular value decomposition will be computed. Choices are:
* `notrunc()`: no truncation (default);
* `truncerr(η::Real)`: truncates such that the p-norm of the truncated singular values is
smaller than `η` times the p-norm of all singular values;
smaller than `η`;
* `truncdim(χ::Int)`: truncates such that the equivalent total dimension of the internal
vector space is no larger than `χ`;
* `truncspace(V)`: truncates such that the dimension of the internal vector space is
Expand Down

0 comments on commit 419f88c

Please sign in to comment.