From 419f88cb25bdbd3698606990f9f4cd131156f0c4 Mon Sep 17 00:00:00 2001 From: Jutho Date: Wed, 11 Sep 2024 18:13:32 -0700 Subject: [PATCH] fix svd docs --- src/tensors/factorizations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tensors/factorizations.jl b/src/tensors/factorizations.jl index 6b325d48..313e2e63 100644 --- a/src/tensors/factorizations.jl +++ b/src/tensors/factorizations.jl @@ -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