SCALAPACK
2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
◆
inter_len()
[2/2]
static2
Int
inter_len
(
Int
hinb
,
IDESC
*
hi
,
Int
vinb
,
IDESC
*
vi
)
Definition at line
680
of file
pdgemr.c
.
682
{
683
Int
hlen, vlen, h, v;
684
hlen = 0;
685
for
(h = 0; h < hinb; h++)
686
hlen += hi[h].len;
687
vlen = 0;
688
for
(v = 0; v < vinb; v++)
689
vlen += vi[v].len;
690
return
hlen * vlen;
Int
#define Int
Definition
Bconfig.h:22
REDIST
SRC
pdgemr.c
Generated on Sun Jan 12 2025 15:58:52 for SCALAPACK by
1.9.8