Searched refs:Meshgrid (Results 1 – 5 of 5) sorted by relevance
58 ## Meshgrid if x and y are vectors but z is matrix71 ## Meshgrid xi and yi if they are a row and column vector.
116 std::vector<Array> Meshgrid(const std::vector<Array>& arrays, MeshgridIndexingMode mode);
341 std::vector<Array> Meshgrid(const std::vector<Array>& arrays, MeshgridIndexingMode mode) { in Meshgrid() function
47 Meshgrid section in Notable differences with numpy
333 return MoveArrayBodies(Meshgrid(xs, mode)); in InitChainerxCreation()