LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
hfrk: Hermitian rank-k update, RFP format
Collaboration diagram for hfrk: Hermitian rank-k update, RFP format:

Functions

subroutine chfrk (TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, C)
 CHFRK performs a Hermitian rank-k operation for matrix in RFP format. More...
 
subroutine dsfrk (TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, C)
 DSFRK performs a symmetric rank-k operation for matrix in RFP format. More...
 
subroutine ssfrk (TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, C)
 SSFRK performs a symmetric rank-k operation for matrix in RFP format. More...
 
subroutine zhfrk (TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, C)
 ZHFRK performs a Hermitian rank-k operation for matrix in RFP format. More...
 

Detailed Description