#include "riccati.h"
#include "mbs_message.h"
#include "mbs_linalg.h"
#include "useful_functions.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_solve_riccati (MbsRiccati *ric) |
MbsRiccati * | mbs_new_riccati (int n) |
void | mbs_delete_riccati (MbsRiccati *ric) |
#define lapack_complex_double struct complex_double |
#define lapack_complex_float struct complex_float |
void mbs_delete_riccati | ( | MbsRiccati * | ric | ) |
MbsRiccati* mbs_new_riccati | ( | int | n | ) |
int mbs_solve_riccati | ( | MbsRiccati * | ric | ) |