|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Combined observability and identifiability analysis options. More...
#include <Diagnostics.hpp>
Public Attributes | |
| std::vector< int > | output_indices |
| Output indices to analyze (empty = all). | |
| int | state_input_idx = -1 |
| State input block index (-1 to skip observability). | |
| int | parameter_input_idx = -1 |
| Parameter input block index (-1 to skip identifiability). | |
Combined observability and identifiability analysis options.
Leave either input index negative to skip that analysis. At least one of state_input_idx or parameter_input_idx must be non-negative.
| std::vector<int> janus::StructuralDiagnosticsOptions::output_indices |
Output indices to analyze (empty = all).
| int janus::StructuralDiagnosticsOptions::parameter_input_idx = -1 |
Parameter input block index (-1 to skip identifiability).
| int janus::StructuralDiagnosticsOptions::state_input_idx = -1 |
State input block index (-1 to skip observability).