Skip to content

Commit 6810a42

Browse files
lkdvosJutho
andauthored
Update src/common/matrixproperties.jl
Co-authored-by: Jutho <[email protected]>
1 parent 7a5709f commit 6810a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/matrixproperties.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Test whether a linear map is an isometry, where the type of isometry is controlled by `kind`:
55
66
- `side = :left` : `A' * A ≈ I`.
7-
- `side = :right` : `A * A` ≈ I`.
7+
- `side = :right` : `A * A' ≈ I`.
88
99
The `isapprox_kwargs` are passed on to `isapprox` to control the tolerances.
1010

0 commit comments

Comments
 (0)