Home
last modified time | relevance | path

Searched refs:mgl_datac_crop (Results 1 – 6 of 6) sorted by relevance

/dports/math/mathgl/mathgl-2.5/src/
H A Dcomplex.cpp731 if(mglchr(how,'x')) mgl_datac_crop(d, 0, mgl_powers(d->nx, h), 'x'); in mgl_datac_crop_opt()
732 if(mglchr(how,'y')) mgl_datac_crop(d, 0, mgl_powers(d->ny, h), 'y'); in mgl_datac_crop_opt()
733 if(mglchr(how,'z')) mgl_datac_crop(d, 0, mgl_powers(d->nz, h), 'z'); in mgl_datac_crop_opt()
739 void MGL_EXPORT mgl_datac_crop(HADT d, long n1, long n2, char dir) in mgl_datac_crop() function
780 { mgl_datac_crop(_DC_,*n1,*n2,*dir); } in mgl_datac_crop_()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Ddatac_cf.h284 void MGL_EXPORT mgl_datac_crop(HADT dat, long n1, long n2, char dir);
H A Ddatac.h188 { mgl_datac_crop(this,n1,n2,dir); }
H A Dmgl_pas.pas682 procedure mgl_datac_crop(dat: HADT;n1: integer;n2: integer;dir: char); cdecl; external libmgl;
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Ddata_ru.texi287 @deftypefnx {Функция С} @code{void} mgl_datac_crop (@code{HADT} dat, @code{int} n1, @code{int} n2, …
H A Ddata_en.texi289 @deftypefnx {C function} @code{void} mgl_datac_crop (@code{HADT} dat, @code{int} n1, @code{int} n2,…