Home
last modified time | relevance | path

Searched defs:BinarySquare (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/python/example/numpy/
Dufunc.cpp32 struct BinarySquare struct
34 typedef double first_argument_type;
35 typedef double second_argument_type;
36 typedef double result_type;
38 double operator()(double a,double b) const { return (a*a + b*b) ; } in operator ()()