Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-01-07 10:10:52

0001 #ifndef _LAPACKE_EXAMPLE_AUX_
0002 #define _LAPACKE_EXAMPLE_AUX_
0003 
0004 
0005 void print_matrix_rowmajor( char* desc, lapack_int m, lapack_int n, double* mat, lapack_int ldm );
0006 void print_matrix_colmajor( char* desc, lapack_int m, lapack_int n, double* mat, lapack_int ldm );
0007 void print_vector( char* desc, lapack_int n, lapack_int* vec );
0008 
0009 #endif /* _LAPACKE_EXAMPLE_AUX_*/