LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
Main Page
Modules
Data Types List
Files
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:
lapacke.h:47
LAPACKE
example
example_user.c
Generated on Sun Jun 19 2016 20:52:53 for LAPACK by
1.8.10