|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Options for structural simplification and analysis passes. More...
#include <StructuralTransforms.hpp>
Public Attributes | |
| int | input_idx = 0 |
| Index of the input block to analyze. | |
| int | output_idx = 0 |
| Index of the output block to analyze. | |
| int | max_alias_row_nnz = 2 |
| Max non-zeros in an alias candidate row. | |
| bool | require_constant_alias_coefficients |
| Require constant (symbol-free) coefficients. | |
Options for structural simplification and analysis passes.
| int janus::StructuralTransformOptions::input_idx = 0 |
Index of the input block to analyze.
| int janus::StructuralTransformOptions::max_alias_row_nnz = 2 |
Max non-zeros in an alias candidate row.
| int janus::StructuralTransformOptions::output_idx = 0 |
Index of the output block to analyze.
| bool janus::StructuralTransformOptions::require_constant_alias_coefficients |
Require constant (symbol-free) coefficients.