#include <stdio.h>
#include <math.h>
#include "mbs_message.h"
#include "useful_functions.h"
#include "mbs_errors_names.h"
#include "lapacke.h"
Classes | |
struct | complex_float |
Implementation of eig function using lapacke without using the lapackE interface. More... | |
struct | complex_double |
Macros | |
#define | lapack_complex_float struct complex_float |
#define | lapack_complex_double struct complex_double |
Functions | |
int | mbs_rank_0 (double **A, int m, int n) |
#define lapack_complex_double struct complex_double |
#define lapack_complex_float struct complex_float |
int mbs_rank_0 | ( | double ** | A, |
int | m, | ||
int | n | ||
) |
[in] | A | matrix for the rank computation |
[in] | m | matrix first dimension |
[in] | n | matrix second dimension |