LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapacke_example_aux.c File Reference
#include <lapacke.h>
#include <stdio.h>
Include dependency graph for lapacke_example_aux.c:

Go to the source code of this file.

Functions

void print_matrix_rowmajor (char *desc, lapack_int m, lapack_int n, double *mat, lapack_int ldm)
 
void print_matrix_colmajor (char *desc, lapack_int m, lapack_int n, double *mat, lapack_int ldm)
 
void print_vector (char *desc, lapack_int n, lapack_int *vec)