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

HER2K: performs one of the hermitian rank 2k operations C := alpha*A*B**H + conjg( alpha )*B*A**H + beta*C, or C := alpha*A**H*B + conjg( alpha )*B**H*A + beta*C, where alpha and beta are scalars with beta real, C is an n by n hermitian matrix and A and B are n by k matrices in the first case and k by n matrices in the second case. More...

Public Member Functions

 la_cher2k
 
 la_wher2k
 
 la_zher2k
 

Detailed Description

HER2K: performs one of the hermitian rank 2k operations C := alpha*A*B**H + conjg( alpha )*B*A**H + beta*C, or C := alpha*A**H*B + conjg( alpha )*B**H*A + beta*C, where alpha and beta are scalars with beta real, C is an n by n hermitian matrix and A and B are n by k matrices in the first case and k by n matrices in the second case.

Member Function/Subroutine Documentation

◆ la_cher2k()

la_blas::her2k::la_cher2k

◆ la_wher2k()

la_blas::her2k::la_wher2k

◆ la_zher2k()

la_blas::her2k::la_zher2k

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