Janus 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
janus::StructuralDiagnosticsOptions Struct Reference

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).

Detailed Description

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.

Member Data Documentation

◆ output_indices

std::vector<int> janus::StructuralDiagnosticsOptions::output_indices

Output indices to analyze (empty = all).

◆ parameter_input_idx

int janus::StructuralDiagnosticsOptions::parameter_input_idx = -1

Parameter input block index (-1 to skip identifiability).

◆ state_input_idx

int janus::StructuralDiagnosticsOptions::state_input_idx = -1

State input block index (-1 to skip observability).


The documentation for this struct was generated from the following file: