Home
last modified time | relevance | path

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

/third_party/boost/libs/python/test/numpy/
Dtemplates.cpp14 struct ArrayFiller struct
20 explicit ArrayFiller(np::ndarray const & arg) : argument(arg) {} in ArrayFiller() argument
23 void apply() const in apply()
55 ArrayFiller filler(arg); in fill() argument