Skip to content

Commit 5d62160

Browse files
committed
Remove pseudo-inverse documentation on 3.6.4.
1 parent c192a4c commit 5d62160

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/ArrayFire/LAPACK.hs

-15
Original file line numberDiff line numberDiff line change
@@ -220,21 +220,6 @@ inverse
220220
inverse a m =
221221
a `op1` (\x y -> af_inverse x y (toMatProp m))
222222

223-
-- | Pseudo-inverse
224-
--
225-
-- Not implemented in /3.6.4/
226-
--
227-
-- [ArrayFire Docs](http://arrayfire.org/docs/group__lapack__factor__func__p_inv.htm)
228-
--
229-
-- pinverse
230-
-- :: AFType a
231-
-- => Array a
232-
-- -> Double
233-
-- -> MatProp
234-
-- -> Array a
235-
-- pinverse a d m =
236-
-- op1 a (\x y -> af_pinverse x y d (toMatProp m))
237-
238223
-- | Find the rank of the input matrix
239224
--
240225
-- [ArrayFire Docs](http://arrayfire.org/docs/group__lapack__factor__func__rank.htm)

0 commit comments

Comments
 (0)