|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
One structurally deficient connected component in the sensitivity graph. More...
#include <Diagnostics.hpp>
Public Attributes | |
| std::vector< int > | input_local_indices |
| Inputs in this connected component. | |
| std::vector< int > | output_rows |
| Outputs in this connected component. | |
| int | structural_rank = 0 |
| Rank of this sub-block. | |
| int | rank_deficiency = 0 |
| Number of structurally deficient inputs. | |
One structurally deficient connected component in the sensitivity graph.
| std::vector<int> janus::StructuralDeficiencyGroup::input_local_indices |
Inputs in this connected component.
| std::vector<int> janus::StructuralDeficiencyGroup::output_rows |
Outputs in this connected component.
| int janus::StructuralDeficiencyGroup::rank_deficiency = 0 |
Number of structurally deficient inputs.
| int janus::StructuralDeficiencyGroup::structural_rank = 0 |
Rank of this sub-block.