vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
|
demonstrate use of b-spline over std::complex data More...
#include <iostream>
#include <iomanip>
#include <assert.h>
#include <complex>
#include <vspline/multithread.h>
#include <vspline/vspline.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
demonstrate use of b-spline over std::complex data
vspline handles std::complex data like pairs of the complex type's value_type, and uses a vigra::TinyVector of two simdized value_types as the vectorized type. use examples.sh to compile with g++ and clang++, and all available SIMD back-ends: ./examples.sh complex.cc
Definition in file complex.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file complex.cc.