LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
◆
print_int_vector()
void print_int_vector
(
char *
desc
,
lapack_int
n
,
lapack_int
*
a
)
Definition at line
90
of file
example_user.c
.
90
{
91
lapack_int
j;
92
printf(
"\n %s\n"
, desc );
93
for
( j = 0; j < n; j++ ) printf(
" %6i"
, a[j] );
94
printf(
"\n"
);
95
}
lapack_int
#define lapack_int
Definition:
lapack.h:21
LAPACKE
example
example_user.c
Generated on Wed May 5 2021 15:10:55 for LAPACK by
1.8.16