LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
example_DGELS_rowmajor.c File Reference
#include <stdio.h>
#include <lapacke.h>
#include "lapacke_example_aux.h"
Include dependency graph for example_DGELS_rowmajor.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_rowmajor
void print_matrix_rowmajor(char *desc, lapack_int m, lapack_int n, double *mat, lapack_int ldm)
Definition: lapacke_example_aux.c:5
LAPACK_ROW_MAJOR
#define LAPACK_ROW_MAJOR
Definition: lapacke.h:53