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

One user-facing structural diagnostic with an attached remediation hint. More...

#include <Diagnostics.hpp>

Public Attributes

std::string message
 Human-readable diagnostic message.
std::vector< int > input_local_indices
 Affected input indices.
std::vector< int > output_rows
 Affected output rows.

Detailed Description

One user-facing structural diagnostic with an attached remediation hint.

Member Data Documentation

◆ input_local_indices

std::vector<int> janus::StructuralDiagnosticIssue::input_local_indices

Affected input indices.

◆ message

std::string janus::StructuralDiagnosticIssue::message

Human-readable diagnostic message.

◆ output_rows

std::vector<int> janus::StructuralDiagnosticIssue::output_rows

Affected output rows.


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