LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
Main Page
Data Types List
Files
File List
File Members
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_*/
lapacke
example
lapacke_example_aux.h
Generated on Mon Dec 30 2013 16:09:14 for LAPACK by
1.8.1.2