ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
smmadd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine smmadd (M, N, ALPHA, A, LDA, BETA, B, LDB)
 

Function/Subroutine Documentation

◆ smmadd()

subroutine smmadd ( integer  M,
integer  N,
real  ALPHA,
real, dimension( lda, * )  A,
integer  LDA,
real  BETA,
real, dimension( ldb, * )  B,
integer  LDB 
)

Definition at line 2 of file smmadd.f.