Navigation

Operators and Keywords

Function List:

C++ API

: pinv (x)
: pinv (x, tol)

Return the pseudoinverse of x.

Singular values less than tol are ignored.

If the second argument is omitted, it is taken to be

tol = max (size (x)) * sigma_max (x) * eps,

where sigma_max (x) is the maximal singular value of x.

Package: octave