SciPy

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

scipy.linalg.lapack.chfrk

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

Wrapper for chfrk.

Parameters
ninput int
kinput int
alphainput float
ainput rank-2 array(‘F’) with bounds (lda,ka)
betainput float
cinput rank-1 array(‘F’) with bounds (nt)
Returns
coutrank-1 array(‘F’) with bounds (nt) and c storage
Other Parameters
transrinput string(len=1), optional

Default: ‘N’

uploinput string(len=1), optional

Default: ‘U’

transinput string(len=1), optional

Default: ‘N’

overwrite_cinput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.zhetrf_lwork

Next topic

scipy.linalg.lapack.zhfrk