Diana
0.8.3
|
Classes | |
class | ICapeNumericESO |
class | ICapeNumericLAESO |
class | ICapeNumericNLAESO |
class | ICapeNumericDAESO |
class | ICapeNumericMatrix |
class | ICapeNumericFullMatrix |
class | ICapeNumericUnstructuredMatrix |
class | ICapeNumericBandedMatrix |
Typedefs | |
typedef std::vector < ICapeNumericMatrix > | CapeArrayNumericMatrix |
typedef std::vector < ICapeNumericFullMatrix > | CapeArrayNumericFullMatrix |
typedef std::vector < ICapeNumericUnstructuredMatrix > | CapeArrayNumericUnstructuredMatrix |
typedef std::vector < ICapeNumericBandedMatrix > | CapeArrayNumericBandedMatrix |
Enumerations | |
enum | CapeMatrixType { CAPE_FULL, CAPE_UNSTRUCTURED, CAPE_BANDED } |
enum | CapeMatrixOrdering { CAPE_ROW, CAPE_COLUMN, CAPE_OTHER } |
Cape-Open ESO interface namespace
typedef std::vector<ICapeNumericBandedMatrix> CapeArrayNumericBandedMatrix |
CapeOpen numeric banded matrix array type.
typedef std::vector<ICapeNumericFullMatrix> CapeArrayNumericFullMatrix |
CapeOpen numeric matrix array type.
typedef std::vector<ICapeNumericMatrix> CapeArrayNumericMatrix |
CapeOpen numeric matrix array type.
typedef std::vector<ICapeNumericUnstructuredMatrix> CapeArrayNumericUnstructuredMatrix |
CapeOpen numeric unstructured matrix array type.
enum CapeMatrixOrdering |
enum CapeMatrixType |