Skip to content

Commit 7a137ac

Browse files
authored
Update PartialInverseOperator docstring (#353)
1 parent dc110b2 commit 7a137ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Operators/banded/DiagonalOperator.jl

Whitespace-only changes.

src/Operators/general/PartialInverseOperator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export PartialInverseOperator
22

33
"""
4-
PartialInverseOperator(O::Operator[, bandwidths = bandwidths(O)])
4+
PartialInverseOperator(O::Operator, bandwidths = bandwidths(O))
55
66
Return an approximate estimate for `inv(O)`, such that `PartialInverseOperator(O) * O` is banded, and
77
is approximately `I` up to a bandwidth that is one less than the sum of the bandwidths

0 commit comments

Comments
 (0)