46 const octave_idx_type&,
const FloatComplex*,
47 const octave_idx_type&,
const FloatComplex&,
48 FloatComplex*,
const octave_idx_type&
52 F77_FUNC (
xcdotu, XCDOTU) (
const octave_idx_type&,
const FloatComplex*,
53 const octave_idx_type&,
const FloatComplex*,
54 const octave_idx_type&, FloatComplex&);
81 if (c < 0 || c + a_len >
length ())
83 (*current_liboctave_error_handler) (
"range error for insert");
104 if (c < 0 || c + a_len >
length ())
106 (*current_liboctave_error_handler) (
"range error for insert");
158 if (c1 < 0 || c2 < 0 || c1 >= len || c2 >= len)
160 (*current_liboctave_error_handler) (
"range error for fill");
164 if (c1 > c2) { std::swap (c1, c2); }
183 if (c1 < 0 || c2 < 0 || c1 >= len || c2 >= len)
185 (*current_liboctave_error_handler) (
"range error for fill");
189 if (c1 > c2) { std::swap (c1, c2); }
209 retval.
insert (a, nc_insert);
220 retval.
insert (a, nc_insert);
239 return do_mx_unary_map<FloatComplex, FloatComplex, std::conj<float> > (a);
247 if (c1 > c2) { std::swap (c1, c2); }
333 retval.
resize (a_nc, 0.0);
344 a_nr, a_nc, 1.0, a.
data (),
345 ld, v.
data (), 1, 0.0, y, 1
409 os <<
" " << a.
elem (i);
473 retval(i) = x1 +
static_cast<float> (i)*delta;