Home
last modified time | relevance | path

Searched refs:Meshgrid (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave/octave-6.4.0/scripts/geometry/
H A Dgriddata.m58 ## Meshgrid if x and y are vectors but z is matrix
71 ## Meshgrid xi and yi if they are a row and column vector.
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/routines/
H A Dcreation.h116 std::vector<Array> Meshgrid(const std::vector<Array>& arrays, MeshgridIndexingMode mode);
H A Dcreation.cc341 std::vector<Array> Meshgrid(const std::vector<Array>& arrays, MeshgridIndexingMode mode) { in Meshgrid() function
/dports/math/xtensor/xtensor-0.24.0/docs/source/
H A Dnumpy-differences.rst47 Meshgrid section in Notable differences with numpy
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/python/
H A Droutines.cc333 return MoveArrayBodies(Meshgrid(xs, mode)); in InitChainerxCreation()