roadrunner
2.6.0
Fast simulator for SBML models
|
Linear algebra utility functions. More...
Functions | |
C_DECL_SPEC RRDoubleMatrixPtr rrcCallConv | getEigenvaluesMatrix (const RRDoubleMatrixPtr mat) |
Compute the eigenvalues of a double matrix. More... | |
C_DECL_SPEC RRComplexVectorPtr rrcCallConv | getEigenvaluesVector (const RRDoubleMatrixPtr mat) |
Compute the eigenvalues of a double matrix. More... | |
Linear algebra utility functions.
C_DECL_SPEC RRDoubleMatrixPtr rrcCallConv getEigenvaluesMatrix | ( | const RRDoubleMatrixPtr | mat | ) |
Compute the eigenvalues of a double matrix.
[in] | mat | Pointer to a to double matrix |
C_DECL_SPEC RRComplexVectorPtr rrcCallConv getEigenvaluesVector | ( | const RRDoubleMatrixPtr | mat | ) |
Compute the eigenvalues of a double matrix.
[in] | mat | Handle to input matrix |