Inherits CreatorInterfaceName< LinearSolverInterface< M, X, Y > >.
Public Member Functions | |
| std::unique_ptr< LinearSolverInterface< M, X, Y > > | createWithString (std::string prefix) final |
| Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor. | |
Public Member Functions inherited from CreatorInterfaceName< LinearSolverInterface< M, X, Y > > | |
| std::unique_ptr< LinearSolverInterface< M, X, Y > > | create () final |
| Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass. | |
|
inlinefinalvirtual |
Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor.
Implements CreatorInterfaceName< LinearSolverInterface< M, X, Y > >.