FasTensor  1.0.0
Transform Supercomputing for AI
Functions
ft_array_iterator_2.cpp File Reference
#include "au_array_iterator.h"

Functions

void iterate (std::vector< int > &ordinates_p, const std::vector< int > start_p, const std::vector< int > end_p)
 get the next ordinates_p from current ordinates_p call More...
 

Function Documentation

◆ iterate()

void iterate ( std::vector< int > &  ordinates_p,
const std::vector< int >  start_p,
const std::vector< int >  end_p 
)
inline

get the next ordinates_p from current ordinates_p call

Author: Bin Dong dbin@.nosp@m.lbl..nosp@m.gov Web: https://crd.lbl.gov/bin-dong Scientific Data Management Research Group Lawrence Berkeley National Laboratory

Parameters
ordinates_p,inputand output for current and next coordinate
start_pis the start range, n-dimensional, including
end_pis the end range, n-dimensional. including