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

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])
 
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACKE_dgels
lapack_int LAPACKE_dgels(int matrix_layout, char trans, lapack_int m, lapack_int n, lapack_int nrhs, double *a, lapack_int lda, double *b, lapack_int ldb)
Definition: lapacke_dgels.c:35
print_matrix_colmajor
void print_matrix_colmajor(char *desc, lapack_int m, lapack_int n, double *mat, lapack_int ldm)
Definition: lapacke_example_aux.c:17
LAPACK_COL_MAJOR
#define LAPACK_COL_MAJOR
Definition: lapacke.h:54