Home
last modified time | relevance | path

Searched refs:mgl_datac_envelop (Results 1 – 3 of 3) sorted by relevance

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Ddatac_cf.h346 void MGL_EXPORT mgl_datac_envelop(HADT dat, char dir);
H A Ddatac.h410 inline void Envelop(char dir='x') { mgl_datac_envelop(this,dir); }
/dports/math/mathgl/mathgl-2.5/src/
H A Dfft.cpp395 void MGL_EXPORT mgl_datac_envelop(HADT c, char dir) in mgl_datac_envelop() function
885 { mgl_datac_envelop(_DC_,*dir); } in mgl_datac_envelop_()