Robotran C Documentation
Classes | Macros | Functions
rank_lapack.c File Reference
#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)
 

Macro Definition Documentation

◆ lapack_complex_double

#define lapack_complex_double   struct complex_double

◆ lapack_complex_float

#define lapack_complex_float   struct complex_float

Function Documentation

◆ mbs_rank_0()

int mbs_rank_0 ( double **  A,
int  m,
int  n 
)
Parameters
[in]Amatrix for the rank computation
[in]mmatrix first dimension
[in]nmatrix second dimension