Home
last modified time | relevance | path

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

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_misc.hpp273 ind2sub(const SizeMat& s, const uword i) in ind2sub() function
300 ind2sub(const SizeMat& s, const T1& indices) in ind2sub() function
386 ind2sub(const SizeCube& s, const uword i) in ind2sub() function
417 ind2sub(const SizeCube& s, const T1& indices) in ind2sub() function
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_misc.hpp273 ind2sub(const SizeMat& s, const uword i) in ind2sub() function
300 ind2sub(const SizeMat& s, const T1& indices) in ind2sub() function
386 ind2sub(const SizeCube& s, const uword i) in ind2sub() function
417 ind2sub(const SizeCube& s, const T1& indices) in ind2sub() function
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DArray-util.cc620 ind2sub (const dim_vector& dv, const idx_vector& idx) in ind2sub() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/util/src/
H A Dmath_tools.cpp28 void ind2sub( const IntVector &sizes, int index, int num_elems, in ind2sub() function
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dmx.py2404 def ind2sub(dims, ind): function