Home
last modified time | relevance | path

Searched defs:iscell (Results 1 – 13 of 13) sorted by relevance

/dports/math/octave-forge-dataframe/dataframe-1.2.0/inst/@dataframe/
H A Discell.m1 function resu = iscell(df) function
/dports/math/octave-forge-io/io-2.6.4/src/
H A Doctave_4_2_compatibility.h7 #define iscell is_cell macro
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddageometry.c37 PetscErrorCode private_DMDALocatePointsIS_2D_Regular(DM dmregular,Vec pos,IS *iscell) in private_DMDALocatePointsIS_2D_Regular()
116 PetscErrorCode private_DMDALocatePointsIS_3D_Regular(DM dmregular,Vec pos,IS *iscell) in private_DMDALocatePointsIS_3D_Regular()
209 IS iscell; in DMLocatePoints_DA_Regular() local
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-cell.h62 bool iscell (void) const { return true; } in iscell() function
H A Dpt-exp.h68 virtual bool iscell (void) const { return false; } in iscell() function
/dports/science/PETSc/petsc-3.14.1/src/dm/tutorials/
H A Dswarm_ex3.c12 PetscErrorCode _DMLocatePoints_DMDARegular_IS(DM dm,Vec pos,IS *iscell) in _DMLocatePoints_DMDARegular_IS()
65 IS iscell; in DMLocatePoints_DMDARegular() local
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-cell.h131 bool iscell (void) const { return true; } in iscell() function
H A Dov-base.h365 virtual bool iscell (void) const { return false; } in iscell() function
H A Dov.h568 bool iscell (void) const in iscell() function
/dports/math/nlopt/nlopt-2.7.1/src/octave/
H A Dnlopt_optimize-oct.cc43 # define iscell is_cell macro
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dmxarray.in.h383 int iscell (void) const { return rep->iscell (); } in iscell() function
H A Dmex.cc220 int iscell (void) const { return val.iscell (); } in iscell() function in mxArray_octave_value
755 int iscell (void) const { return id == mxCELL_CLASS; } in iscell() function in mxArray_matlab
/dports/math/giacxcas/giac-1.6.0/src/
H A Dvecteur.cc597 bool iscell(const gen & g,int & r,int & c,GIAC_CONTEXT){ in iscell() function