|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
One scalarized row in the selected output stack. More...
#include <Diagnostics.hpp>
Public Attributes | |
| int | flat_row = -1 |
| Row in the flattened output stack. | |
| int | output_idx = -1 |
| Index of the output block. | |
| int | local_row = -1 |
| Row within the output block. | |
| int | local_col = -1 |
| Column within the output block. | |
| std::string | label |
| Human-readable label. | |
One scalarized row in the selected output stack.
| int janus::DiagnosticOutputRef::flat_row = -1 |
Row in the flattened output stack.
| std::string janus::DiagnosticOutputRef::label |
Human-readable label.
| int janus::DiagnosticOutputRef::local_col = -1 |
Column within the output block.
| int janus::DiagnosticOutputRef::local_row = -1 |
Row within the output block.
| int janus::DiagnosticOutputRef::output_idx = -1 |
Index of the output block.