LAPACK 3.3.1
Linear Algebra PACKage

dsfrk.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSFRK (TRANSR, UPLO, TRANS, N, K, ALPHA, A, LDA, BETA, C)

Function Documentation

subroutine DSFRK ( CHARACTER  TRANSR,
CHARACTER  UPLO,
CHARACTER  TRANS,
INTEGER  N,
INTEGER  K,
DOUBLE PRECISION  ALPHA,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION  BETA,
DOUBLE PRECISION,dimension( * )  C 
)

Definition at line 1 of file dsfrk.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions