SciPy

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

scipy.linalg.blas.drotmg

scipy.linalg.blas.drotmg(d1, d2, x1, y1) = <fortran object>

Wrapper for drotmg.

Parameters:
d1 : input float
d2 : input float
x1 : input float
y1 : input float
Returns:
param : rank-1 array(‘d’) with bounds (5)

Previous topic

scipy.linalg.blas.drotm

Next topic

scipy.linalg.blas.dscal