Template Struct MINRESVisitor

Inheritance Relationships

Base Type

  • public nanobind::def_visitor< MINRESVisitor< MINRES > >

Struct Documentation

template<typename MINRES>
struct MINRESVisitor : public nanobind::def_visitor<MINRESVisitor<MINRES>>

Public Types

using MatrixType = typename MINRES::MatrixType
using CtorArg = nb::DMap<const MatrixType>

Public Functions

template<typename ...Ts>
inline void execute(nb::class_<MINRES, Ts...> &cl)

Public Static Functions

static inline void expose(nb::module_ &m, const char *name)