Skip to content

Commit 94d62d2

Browse files
committed
update docs
1 parent d940666 commit 94d62d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/user_interface/truncations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently, truncations are supported through the following different methods:
1111
notrunc
1212
truncrank
1313
trunctol
14-
truncabove
14+
truncfilter
1515
truncerror
1616
```
1717

@@ -20,6 +20,6 @@ For example, truncating to a maximal dimension `10`, and discarding all values b
2020

2121
```julia
2222
maxdim = 10
23-
tol = 1e-6
24-
combined_trunc = truncrank(maxdim) & trunctol(tol)
23+
atol = 1e-6
24+
combined_trunc = truncrank(maxdim) & trunctol(; atol)
2525
```

0 commit comments

Comments
 (0)