Home
last modified time | relevance | path

Searched defs:octave_map (Results 1 – 9 of 9) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Doct-map.h261 friend class octave_map; variable
280 octave_map (const octave_fields& k) in octave_map() function
283 octave_map (const dim_vector& dv, const octave_fields& k) in octave_map() function
288 octave_map (void) : xkeys (), xvals (), dimensions () { } in octave_map() function
290 octave_map (const dim_vector& dv) : xkeys (), xvals (), dimensions (dv) { } in octave_map() function
292 octave_map (const string_vector& k) in octave_map() function
295 octave_map (const dim_vector& dv, const string_vector& k) in octave_map() function
298 octave_map (const octave_map& m) in octave_map() function
H A Dsyminfo.h38 class octave_map; variable
H A Dcall-stack.h36 class octave_map; variable
H A Doct-map.cc262 octave_map::octave_map (const octave_scalar_map& m) in octave_map() function in octave_map
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-idx.h33 class octave_map; variable
H A Dbp-table.h36 class octave_map; variable
/dports/math/nlopt/nlopt-2.7.1/src/octave/
H A Dnlopt_optimize-oct.cc35 # define octave_map Octave_map macro
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-base.h61 class octave_map; variable
H A Dov.h57 class octave_map; variable