Home
last modified time | relevance | path

Searched refs:octave_value (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-cbinop.cc38 octave_value
41 octave_value val; in evaluate()
70 static octave_value::unary_op
96 static octave_value::unary_op
106 if (op == octave_value::op_not)
130 retop = octave_value::op_herm_mul; in simplify_mul_op()
178 if (opa == octave_value::op_not)
212 case octave_value::op_mul: in maybe_compound_binary_expression()
216 case octave_value::op_ldiv: in maybe_compound_binary_expression()
223 case octave_value::op_el_and: in maybe_compound_binary_expression()
[all …]
H A Dpt-binop.cc71 octave_value
74 octave_value val; in evaluate()
80 octave_value a = m_lhs->evaluate (tw); in evaluate()
112 return octave_value (result); in evaluate()
119 octave_value a = m_lhs->evaluate (tw); in evaluate()
185 octave_value
188 octave_value val; in evaluate()
199 octave_value a = m_lhs->evaluate (tw); in evaluate()
206 return octave_value (true); in evaluate()
211 return octave_value (false); in evaluate()
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dxpow.h46 class octave_value; variable
49 extern OCTINTERP_API octave_value xpow (double a, double b);
65 extern OCTINTERP_API octave_value xpow (const Complex& a,
69 extern OCTINTERP_API octave_value xpow (const ComplexMatrix& a,
83 extern OCTINTERP_API octave_value elem_xpow (const Matrix& a,
87 extern OCTINTERP_API octave_value elem_xpow (const Complex& a,
103 extern OCTINTERP_API octave_value elem_xpow (const NDArray& a,
124 extern OCTINTERP_API octave_value xpow (float a, float b);
130 extern OCTINTERP_API octave_value xpow (const FloatMatrix& a,
155 extern OCTINTERP_API octave_value elem_xpow (float a,
[all …]
H A Dfcn-info.h182 package = octave_value (); in clear_package()
197 octave_value dump (void) const;
223 octave_value cmdline_function;
225 octave_value autoload_function;
227 octave_value function_on_path;
229 octave_value package;
231 octave_value built_in_function;
258 octave_value
289 octave_value find_autoload (void) in find_autoload()
305 octave_value
[all …]
H A DCell.h42 Cell : public Array<octave_value>
54 Cell (const octave_value& val) in Cell()
60 const octave_value& val = Matrix ())
64 : Array<octave_value> (dv, val) { }
66 Cell (const Array<octave_value>& c) in Cell()
67 : Array<octave_value> (c) { } in Cell()
79 : Array<octave_value> () in Cell()
106 using Array<octave_value>::index;
110 using Array<octave_value>::delete_elements;
114 using Array<octave_value>::assign;
[all …]
H A Dfcn-info.cc52 octave_value
94 octave_value
153 octave_value
353 octave_value
627 octave_value
670 octave_value
706 octave_value
719 octave_value
817 octave_value
842 octave_value
[all …]
H A Dsparse-xpow.h35 class octave_value; variable
37 extern octave_value xpow (const SparseMatrix& a, double b);
38 extern octave_value xpow (const SparseComplexMatrix& a, double b);
40 extern octave_value elem_xpow (double a, const SparseMatrix& b);
41 extern octave_value elem_xpow (double a, const SparseComplexMatrix& b);
43 extern octave_value elem_xpow (const SparseMatrix& a, double b);
46 extern octave_value elem_xpow (const SparseMatrix& a,
50 extern octave_value elem_xpow (const Complex& a,
54 extern octave_value elem_xpow (const SparseComplexMatrix& a,
56 extern octave_value elem_xpow (const SparseComplexMatrix& a,
[all …]
H A Dmatrix_type.cc138 octave_value retval;
143 retval = octave_value ("Diagonal");
182 retval = octave_value ("Diagonal");
186 retval = octave_value ("Upper");
190 retval = octave_value ("Lower");
194 retval = octave_value ("Banded");
211 retval = octave_value ("Full");
213 retval = octave_value ("Unknown");
356 retval = octave_value ("Upper");
360 retval = octave_value ("Lower");
[all …]
H A Dsymtab.h83 octave_value find_method (const std::string& name,
88 octave_value find_autoload (const std::string& name);
90 octave_value
94 octave_value
107 octave_value
114 octave_value
177 octave_value dump (void) const;
215 const octave_value& value = octave_value ());
239 const octave_value& value = octave_value ());
243 const octave_value& value = octave_value ());
[all …]
H A Dxnorm.h33 class octave_value; variable
35 extern OCTINTERP_API octave_value
36 xnorm (const octave_value& x, const octave_value& p);
38 extern OCTINTERP_API octave_value
39 xcolnorms (const octave_value& x, const octave_value& p);
41 extern OCTINTERP_API octave_value
42 xrownorms (const octave_value& x, const octave_value& p);
44 extern OCTINTERP_API octave_value
45 xfrobnorm (const octave_value& x);
/dports/math/octave-forge-zeromq/zeromq-1.5.3/src/
H A Dglobals.cc89 return octave_value(-1);
151 return octave_value(-1);
161 return octave_value(-1);
171 return octave_value(-1);
181 return octave_value(-1);
192 return octave_value(-1);
202 return octave_value(-1);
212 return octave_value(-1);
222 return octave_value(-1);
232 return octave_value(-1);
[all …]
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov.cc477 octave_value::octave_value (short int i) in octave_value() function in octave_value
485 octave_value::octave_value (int i) in octave_value() function in octave_value
489 octave_value::octave_value (unsigned int i) in octave_value() function in octave_value
493 octave_value::octave_value (long int i) in octave_value() function in octave_value
502 octave_value::octave_value (long long int i) in octave_value() function in octave_value
517 octave_value::octave_value (double d) in octave_value() function in octave_value
521 octave_value::octave_value (float d) in octave_value() function in octave_value
531 octave_value::octave_value (const Array<octave_value>& a, bool is_csl) in octave_value() function in octave_value
741 octave_value::octave_value (bool b) in octave_value() function in octave_value
1094 octave_value::octave_value (const std::map<std::string, octave_value>& m) in octave_value() function in octave_value
[all …]
H A Dov.h69 OCTINTERP_API octave_value do_colon_op (const octave_value& base,
73 OCTINTERP_API octave_value do_colon_op (const octave_value& base,
80 octave_value
291 octave_value (const std::map<std::string, octave_value>&);
301 octave_value (octave_value::magic_colon);
307 octave_value (const octave_value& a) in octave_value() function
313 octave_value (octave_value&& a) in octave_value() function
375 octave_value& operator = (const octave_value& a)
389 octave_value& operator = (octave_value&& a)
1523 do_cat_op (const octave_value& a, const octave_value& b,
[all …]
H A Dov-typeinfo.h46 typedef octave_value (*unary_class_op_fcn) (const octave_value&);
52 typedef octave_value (*binary_class_op_fcn)
53 (const octave_value&, const octave_value&);
55 typedef octave_value (*binary_op_fcn)
58 typedef octave_value (*cat_op_fcn)
62 typedef octave_value (*assign_op_fcn)
65 typedef octave_value (*assignany_op_fcn)
126 bool install_assign_op (octave_value::assign_op op, in install_assign_op()
191 octave_value lookup_type (const std::string& nm);
242 Array<octave_value *> vals;
[all …]
H A Dov-base-int.h77 octave_value as_double (void) const;
78 octave_value as_single (void) const;
80 octave_value as_int8 (void) const;
81 octave_value as_int16 (void) const;
82 octave_value as_int32 (void) const;
83 octave_value as_int64 (void) const;
85 octave_value as_uint8 (void) const;
86 octave_value as_uint16 (void) const;
87 octave_value as_uint32 (void) const;
88 octave_value as_uint64 (void) const;
[all …]
H A Dov-typeinfo.cc90 const octave_value& val, in register_type()
155 vals(i) = new octave_value (val); in register_type()
481 octave_value retval; in lookup_type()
609 octave_value::unary_op op_id = static_cast<octave_value::unary_op> (j); in unary_ops_map()
634 octave_value::unary_op op_id = static_cast<octave_value::unary_op> (j); in non_const_unary_ops_map()
659 octave_value::binary_op op_id = static_cast<octave_value::binary_op> (k); in binary_ops_map()
685 octave_value::compound_binary_op op_id in compound_binary_ops_map()
711 octave_value::assign_op op_id = static_cast<octave_value::assign_op> (k); in assign_ops_map()
735 octave_value::assign_op op_id = static_cast<octave_value::assign_op> (j); in assignany_ops_map()
766 const octave_value& val) in register_type()
[all …]
H A Dov-str-mat.h96 octave_value do_index_op (const octave_value_list& idx,
100 octave_value squeeze (void) const in squeeze()
103 octave_value reshape (const dim_vector& new_dims) const in reshape()
116 octave_value diag (octave_idx_type k = 0) const
117 { return octave_value (matrix.diag (k)); }
144 { return octave_value (matrix.sort (dim, mode)); }
148 { return octave_value (matrix.sort (sidx, dim, mode)); }
231 octave_value squeeze (void) const in squeeze()
244 return octave_value (retval, '\'');
252 octave_value diag (octave_idx_type k = 0) const
[all …]
H A Dov-lazy-idx.h65 octave_value squeeze (void) const;
203 octave_value as_double (void) const;
204 octave_value as_single (void) const;
206 octave_value as_int8 (void) const;
207 octave_value as_int16 (void) const;
208 octave_value as_int32 (void) const;
209 octave_value as_int64 (void) const;
211 octave_value as_uint8 (void) const;
212 octave_value as_uint16 (void) const;
264 octave_value& make_value (void) in make_value()
[all …]
H A Dov-perm.h210 octave_value as_double (void) const;
211 octave_value as_single (void) const;
213 octave_value as_int8 (void) const;
214 octave_value as_int16 (void) const;
215 octave_value as_int32 (void) const;
216 octave_value as_int64 (void) const;
218 octave_value as_uint8 (void) const;
219 octave_value as_uint16 (void) const;
220 octave_value as_uint32 (void) const;
221 octave_value as_uint64 (void) const;
[all …]
/dports/math/octave/octave-6.4.0/libinterp/operators/
H A Dop-class.cc51 static octave_value
52 oct_unop_default (const octave_value& a, const std::string& opname) in oct_unop_default()
56 octave_value meth in oct_unop_default()
70 return octave_value (); in oct_unop_default()
95 return octave_value (v.map_value ().transpose (), in oct_unop_default()
108 static octave_value \
109 oct_unop_ ## opname (const octave_value& a) \
137 static octave_value in DEF_CLASS_UNOP()
138 oct_binop_default (const octave_value& a1, const octave_value& a2, in DEF_CLASS_UNOP()
165 return octave_value (); in DEF_CLASS_UNOP()
[all …]
H A Dops.h49 (octave_value::op, t::static_type_id (), CONCAT2 (oct_unop_, f));
53 (octave_value::op, t::static_type_id (), CONCAT2 (oct_unop_, f));
57 (octave_value::op, t1::static_type_id (), t2::static_type_id (), \
66 (octave_value::op, t1::static_type_id (), t2::static_type_id (), \
71 (octave_value::op, t1::static_type_id (), CONCAT2 (oct_assignop_, f));
82 static octave_value \
88 static octave_value \
176 static octave_value \
180 static octave_value \
226 static octave_value \
[all …]
/dports/math/octave-forge-netcdf/netcdf-1.0.14/src/
H A D__netcdf__.cc58 octave_value netcdf_get_constant(octave_value ov) in netcdf_get_constant()
221 return octave_value(c);
286 return octave_value();
399 return octave_value();
421 return octave_value();
594 return octave_value();
662 return octave_value();
740 octave_value data;
1144 octave_value data;
1359 octave_value data;
[all …]
/dports/math/octave-forge-sockets/sockets-1.2.1/src/
H A Dsocket.cc72 return octave_value(); };
277 return octave_value ();
285 return octave_value ();
293 return octave_value ();
299 return octave_value ();
305 return octave_value ();
312 return octave_value ();
323 return octave_value ();
355 return octave_value ();
394 return octave_value ();
[all …]
/dports/math/octave-forge-database/database-2.4.4/src/
H A Dconverters.cc63 ov = octave_value (tp); in to_octave_str_bool()
344 ov = octave_value (m); in to_octave_bin_bytea()
407 ov = octave_value (s); in to_octave_bin_text()
860 ov = octave_value (tp); in to_octave_bin_interval()
1118 ov = octave_value (m); in to_octave_bin_point()
1201 ov = octave_value (m); in to_octave_bin_lseg()
1318 ov = octave_value (m); in to_octave_bin_circle()
1405 ov = octave_value (m); in to_octave_bin_polygon()
1898 ov = octave_value (a); in to_octave_bin_macaddr()
2081 ov = octave_value (m); in to_octave_bin_uuid()
[all …]
/dports/math/octave-forge-gsl/gsl-2.1.1/src/
H A Dgsl_sf.cc48 return octave_value();
174 return octave_value ();
272 return octave_value ();
367 return octave_value ();
462 return octave_value ();
560 return octave_value ();
658 return octave_value ();
756 return octave_value ();
854 return octave_value ();
952 return octave_value ();
[all …]

12345678910>>...32