Skip to content

Struct MatvecConfig

ClassList > MatvecConfig

Represents the configuration for matrix-vector operations.

  • #include <Matrix.hpp>

Public Attributes

Type Name
bool full = false
bool transpose = false
bool use_aux_mat = false

Public Attributes Documentation

variable full

MatvecConfig::full;

Flag indicating if the matvec is with a full matrix.

Flag indicating if the matvec is with a full matrix (F*F) or just F.


variable transpose

MatvecConfig::transpose;

Flag indicating if the matvec is a transpose matvec.


variable use_aux_mat

MatvecConfig::use_aux_mat;

Flag indicating if the auxiliary matrix G is used for the matvec.



The documentation for this class was generated from the following file src/Matrix.hpp