SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ ppcm() [2/2]

Int ppcm ( Int  a,
Int  b 
)

Definition at line 134 of file pgemraux.c.

135{
136 Int pg;
137 pg = pgcd(a, b);
138 return a * (b / pg);
139}
#define Int
Definition Bconfig.h:22
Int pgcd(Int a, Int b)
Definition pgemraux.c:120
Here is the call graph for this function: