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.lapack.zhfrk

scipy.linalg.lapack.zhfrk(n, k, alpha, a, beta, c[, transr, uplo, trans, overwrite_c]) = <fortran object>

Wrapper for zhfrk.

Parameters:
n : input int
k : input int
alpha : input float
a : input rank-2 array(‘D’) with bounds (lda,ka)
beta : input float
c : input rank-1 array(‘D’) with bounds (nt)
Returns:
cout : rank-1 array(‘D’) with bounds (nt) and c storage
Other Parameters:
 
transr : input string(len=1), optional

Default: ‘N’

uplo : input string(len=1), optional

Default: ‘U’

trans : input string(len=1), optional

Default: ‘N’

overwrite_c : input int, optional

Default: 0

Previous topic

scipy.linalg.lapack.chfrk

Next topic

scipy.linalg.lapack.stfsm