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
670
of file
pigemr.c
.
672
{
673
Int
hlen, vlen, h, v;
674
hlen = 0;
675
for
(h = 0; h < hinb; h++)
676
hlen += hi[h].len;
677
vlen = 0;
678
for
(v = 0; v < vinb; v++)
679
vlen += vi[v].len;
680
return
hlen * vlen;
Int
#define Int
Definition
Bconfig.h:22
REDIST
SRC
pigemr.c
Generated on Sun Jan 12 2025 15:58:52 for SCALAPACK by
1.9.8