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 7a5709f commit 6810a42Copy full SHA for 6810a42
src/common/matrixproperties.jl
@@ -4,7 +4,7 @@
4
Test whether a linear map is an isometry, where the type of isometry is controlled by `kind`:
5
6
- `side = :left` : `A' * A ≈ I`.
7
-- `side = :right` : `A * A` ≈ I`.
+- `side = :right` : `A * A' ≈ I`.
8
9
The `isapprox_kwargs` are passed on to `isapprox` to control the tolerances.
10
0 commit comments