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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ smmtcadd()

subroutine smmtcadd ( 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 smmtcadd.f.