LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapacke_example_aux.h
Go to the documentation of this file.
1 #ifndef _LAPACKE_EXAMPLE_AUX_
2 #define _LAPACKE_EXAMPLE_AUX_
3 
4 
5 void print_matrix_rowmajor( char* desc, lapack_int m, lapack_int n, double* mat, lapack_int ldm );
6 void print_matrix_colmajor( char* desc, lapack_int m, lapack_int n, double* mat, lapack_int ldm );
7 void print_vector( char* desc, lapack_int n, lapack_int* vec );
8 
9 #endif /* _LAPACKE_EXAMPLE_AUX_*/