Пример #1
0
int main()
{
    Impl impl;
    impl.test();
}
Пример #2
0
 bool test(const DynamicVector<RealType>& p) const { return impl_->test(p); }