로딩중...
검색중...
일치하는것 없음
baseConvergence.hpp
이 파일의 문서화 페이지로 가기
1
2
#pragma once
3
4
#include "
core/common.hpp
"
5
6
namespace
by {
11
class
_nout
baseConvergence
:
public
instance {
12
public
:
13
virtual
nbool
converge() = 0;
14
virtual
nbool
convergeWithoutFrame() = 0;
15
};
16
}
by::baseConvergence
Base class for convergence algorithms
Definition
baseConvergence.hpp:11
by::tnarr
Definition
tnarr.hpp:9
common.hpp
to Top