[SciPy-User] Error bound of scipy.linalg.eigh?

Pauli Virtanen pav at iki.fi
Mon Dec 16 14:04:26 EST 2013


16.12.2013 11:47, Hong Xu kirjoitti:
> It seems that there is no parameter to set the error bound for the
>  scipy.linalg.eigh routine. Does anyone have any idea on this?

LAPACK usually determines the error bounds by itself. You can call the
underlying LAPACK routines via scipy.linalg.lapack, if you really need
to set some of the parameters.

-- 
Pauli Virtanen




More information about the SciPy-User mailing list