SciPy

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

scipy.linalg.lapack.dgehrd_lwork

scipy.linalg.lapack.dgehrd_lwork(n[, lo, hi]) = <fortran object>

Wrapper for dgehrd_lwork.

Parameters:

n : input int

Returns:

work : float

info : int

Other Parameters:
 

lo : input int, optional

Default: 0

hi : input int, optional

Default: n-1