Template Class GeneratorBase

Inheritance Relationships

Base Type

Derived Types

Class Documentation

template<class ScalarT, typename IdxT>
class GeneratorBase : public GridKit::ModelEvaluatorImpl<ScalarT, IdxT>

Generator base class template.

Template Parameters:
  • ScalarT – - Scalar type

  • IdxT – - Matrix and vector index type

Subclassed by GridKit::GeneratorPQ< ScalarT, IdxT >, GridKit::GeneratorPV< ScalarT, IdxT >, GridKit::GeneratorSlack< ScalarT, IdxT >