Home
last modified time | relevance | path

Searched refs:ndim_out (Results 1 – 7 of 7) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dmapping.h709 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
719 …ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
721 …ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
723 …ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
731 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
733 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
735 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
739 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
743 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
747 …lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,badval,ndim_out,lbnd_out,ubnd_out… argument
[all …]
H A Dmapping.c6545 ndim_out = astGetNout( this ); in LinearApprox()
6583 grad = fit + ndim_out; in LinearApprox()
9768 if ( astOK && ( ( ndim_out != nout ) || ( ndim_out < 1 ) ) ) { \
9771 if ( ndim_out != nout ) { \
12006 if ( astOK && ( ( ndim_out != nout ) || ( ndim_out < 1 ) ) ) { \
12009 if ( ndim_out != nout ) { \
12673 factor = MatrixDet( ndim_out, ndim_in, linear_fit + ndim_out, in RebinWithBlocking()
13856 if ( astOK && ( ( ndim_out != nout ) || ( ndim_out < 1 ) ) ) { \
17230 if ( ndim_out == 1 ) { \
18415 if ( ndim_out == 1 ) { \
[all …]
H A Dast.h883ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleLD_(astCheckMapping(this)… argument
888ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astRebinD_(astCheckMapping(this),wli… argument
889ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astRebinF_(astCheckMapping(this),wli… argument
890ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astRebinI_(astCheckMapping(this),wli… argument
894ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleD_(astCheckMapping(this),… argument
895ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleF_(astCheckMapping(this),… argument
896ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleL_(astCheckMapping(this),… argument
898ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleI_(astCheckMapping(this),… argument
900ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleK_(astCheckMapping(this),… argument
902ndim_out,lbnd_out,ubnd_out,lbnd,ubnd,out,out_var) astINVOKE(V,astResampleS_(astCheckMapping(this),… argument
[all …]
/dports/devel/py-tinyarray/tinyarray-1.2.4/src/
H A Darray.cc319 PyObject *readin_seqs_into_new(PyObject **seqs, int ndim_in, int ndim_out, in readin_seqs_into_new() argument
322 Array<T> *result = Array<T>::make(ndim_out, shape_out); in readin_seqs_into_new()
323 assert(ndim_out >= ndim_in); in readin_seqs_into_new()
325 for (int d = 0, e = ndim_out - ndim_in; d < e; ++d) in readin_seqs_into_new()
330 shape_out + ndim_out - ndim_in, exact) in readin_seqs_into_new()
554 PyObject *make_and_readin_buffer(Py_buffer *view, int ndim_out, in make_and_readin_buffer() argument
557 Array<T> *result = Array<T>::make(ndim_out, shape_out); in make_and_readin_buffer()
558 assert(ndim_out >= view->ndim); in make_and_readin_buffer()
560 for (int d = 0, e = ndim_out - view->ndim; d < e; ++d) in make_and_readin_buffer()
/dports/devel/py-dask/dask-2021.11.2/dask/array/
H A Doverlap.py707 ndim_out = max(a.ndim for a in args if isinstance(a, Array))
708 drop_axis = [d % ndim_out for d in drop_axis]
H A Dcore.py708 ndim_out = len(out_ind)
709 if any(i < -ndim_out or i >= ndim_out for i in drop_axis):
714 drop_axis = [i % ndim_out for i in drop_axis]
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py3563 ndim_out = np.ndim(array) + len(dimensions)
3564 dims_set = frozenset(canonicalize_axis(i, ndim_out) for i in dimensions)
3568 broadcast_dims = [i for i in range(ndim_out) if i not in dims_set]