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

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.

Detailed Description

One scalarized row in the selected output stack.

Member Data Documentation

◆ flat_row

int janus::DiagnosticOutputRef::flat_row = -1

Row in the flattened output stack.

◆ label

std::string janus::DiagnosticOutputRef::label

Human-readable label.

◆ local_col

int janus::DiagnosticOutputRef::local_col = -1

Column within the output block.

◆ local_row

int janus::DiagnosticOutputRef::local_row = -1

Row within the output block.

◆ output_idx

int janus::DiagnosticOutputRef::output_idx = -1

Index of the output block.


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