45 const double&,
const double*,
46 const octave_idx_type&,
const double*,
47 const octave_idx_type&,
const double&,
48 double*,
const octave_idx_type&
51 F77_FUNC (
xddot, XDDOT) (
const octave_idx_type&,
const double*,
52 const octave_idx_type&,
const double*,
53 const octave_idx_type&,
double&);
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 double res =
elem (0);
252 double res =
elem (0);
267 os <<
" " << a.
elem (i);
300 double delta = (x2 - x1) / (n - 1);
303 retval(i) = x1 + i*delta;