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.ssfrk

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

Wrapper for ssfrk.

Parameters:
n : input int
k : input int
alpha : input float
a : input rank-2 array(‘f’) with bounds (lda,ka)
beta : input float
c : input rank-1 array(‘f’) with bounds (nt)
Returns:
cout : rank-1 array(‘f’) 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.dsygvx

Next topic

scipy.linalg.lapack.dsfrk