We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856e004 commit 419f88cCopy full SHA for 419f88c
src/tensors/factorizations.jl
@@ -16,7 +16,7 @@ A truncation parameter `trunc` can be specified for the new internal dimension,
16
case a truncated singular value decomposition will be computed. Choices are:
17
* `notrunc()`: no truncation (default);
18
* `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;
+ smaller than `η`;
20
* `truncdim(χ::Int)`: truncates such that the equivalent total dimension of the internal
21
vector space is no larger than `χ`;
22
* `truncspace(V)`: truncates such that the dimension of the internal vector space is
0 commit comments