SciPy

This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.clartg

scipy.linalg.lapack.clartg = <fortran object>
clartg - Function signature:
cs,sn,r = clartg(f,g)
Required arguments:
f : input complex g : input complex
Return objects:
cs : float sn : complex r : complex