Go to the source code of this file.
|
void | dgeev_ (const char *jobvl, const char *jobvr, const int *n, double *a, const int *lda, double *wr, double *wi, double *vl, const int *ldvl, double *vr, const int *ldvr, double *work, const int *lwork, int *info) |
|
| DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (IntegratorForceExact, "IntegratorForceExact") |
|
static void | eigenDecomp (const dynamicgraph::Matrix &M, dynamicgraph::Matrix &P, dynamicgraph::Vector &eig) |
|
static void | expMatrix (const dynamicgraph::Matrix &MiB, dynamicgraph::Matrix &Mexp) |
|
int | geev (Matrix &a, Eigen::VectorXcd &w, Matrix &vl2, Matrix &vr2) |
|
◆ dgeev_()
void dgeev_ |
( |
const char * |
jobvl, |
|
|
const char * |
jobvr, |
|
|
const int * |
n, |
|
|
double * |
a, |
|
|
const int * |
lda, |
|
|
double * |
wr, |
|
|
double * |
wi, |
|
|
double * |
vl, |
|
|
const int * |
ldvl, |
|
|
double * |
vr, |
|
|
const int * |
ldvr, |
|
|
double * |
work, |
|
|
const int * |
lwork, |
|
|
int * |
info |
|
) |
| |
◆ DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN()
◆ eigenDecomp()
◆ expMatrix()
◆ geev()