Loading...
Searching...
No Matches
baseConvergence.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "core/common.hpp"
5
6namespace by {
11 class _nout baseConvergence: public instance {
12 public:
13 virtual nbool converge() = 0;
14 virtual nbool convergeWithoutFrame() = 0;
15 };
16}
Base class for convergence algorithms.
Definition baseConvergence.hpp:11
Definition tnarr.hpp:9
to Top