Example #1
0
File: main.cpp Project: CCJY/coliru
int main()
{
    Impl impl;
    impl.test();
}
Example #2
0
 bool test(const DynamicVector<RealType>& p) const { return impl_->test(p); }