fortran-lapack
Loading...
Searching...
No Matches
la_blas::herk Interface Reference

HERK: performs one of the hermitian rank k operations C := alpha*A*A**H + beta*C, or C := alpha*A**H*A + beta*C, where alpha and beta are real scalars, C is an n by n hermitian matrix and A is an n by k matrix in the first case and a k by n matrix in the second case. More...

Public Member Functions

 la_cherk
 
 la_wherk
 
 la_zherk
 

Detailed Description

HERK: performs one of the hermitian rank k operations C := alpha*A*A**H + beta*C, or C := alpha*A**H*A + beta*C, where alpha and beta are real scalars, C is an n by n hermitian matrix and A is an n by k matrix in the first case and a k by n matrix in the second case.

Member Function/Subroutine Documentation

◆ la_cherk()

la_blas::herk::la_cherk

◆ la_wherk()

la_blas::herk::la_wherk

◆ la_zherk()

la_blas::herk::la_zherk

The documentation for this interface was generated from the following file: