|
|
|||
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_*/
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|