Skip to content

Commit 419f88c

Browse files
committed
fix svd docs
1 parent 856e004 commit 419f88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/factorizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A truncation parameter `trunc` can be specified for the new internal dimension,
1616
case a truncated singular value decomposition will be computed. Choices are:
1717
* `notrunc()`: no truncation (default);
1818
* `truncerr(η::Real)`: truncates such that the p-norm of the truncated singular values is
19-
smaller than `η` times the p-norm of all singular values;
19+
smaller than `η`;
2020
* `truncdim(χ::Int)`: truncates such that the equivalent total dimension of the internal
2121
vector space is no larger than `χ`;
2222
* `truncspace(V)`: truncates such that the dimension of the internal vector space is

0 commit comments

Comments
 (0)