45 const float&,
const float*,
46 const octave_idx_type&,
const float*,
47 const octave_idx_type&,
const float&,
48 float*,
const octave_idx_type&
51 F77_FUNC (
xsdot, XSDOT) (
const octave_idx_type&,
const float*,
52 const octave_idx_type&,
const float*,
53 const octave_idx_type&,
float&);
78 if (c < 0 || c + a_len >
length ())
80 (*current_liboctave_error_handler) (
"range error for insert");
116 if (c1 < 0 || c2 < 0 || c1 >= len || c2 >= len)
118 (*current_liboctave_error_handler) (
"range error for fill");
122 if (c1 > c2) { std::swap (c1, c2); }
142 retval.
insert (a, nc_insert);
167 if (c1 > c2) { std::swap (c1, c2); }
207 retval.
resize (a_nc, 0.0);
218 a_nr, a_nc, 1.0, a.
data (),
219 ld, v.
data (), 1, 0.0, y, 1
236 float res =
elem (0);
252 float res =
elem (0);
267 os <<
" " << a.
elem (i);
300 float delta = (x2 - x1) / (n - 1);
303 retval(i) = x1 + i*delta;