Home
last modified time | relevance | path

Searched refs:abs_tol_len (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A DLSODE.cc216 F77_INT abs_tol_len = octave::to_f77_int (abs_tol.numel ()); in do_integrate() local
218 if (abs_tol_len == 1) in do_integrate()
220 else if (abs_tol_len == n) in do_integrate()
H A DDASRT.cc277 F77_INT abs_tol_len = octave::to_f77_int (abs_tol.numel ()); in integrate() local
280 if (abs_tol_len == 1 && rel_tol_len == 1) in integrate()
284 else if (abs_tol_len == n && rel_tol_len == n) in integrate()
H A DDASSL.cc250 F77_INT abs_tol_len = octave::to_f77_int (abs_tol.numel ()); in do_integrate() local
253 if (abs_tol_len == 1 && rel_tol_len == 1) in do_integrate()
257 else if (abs_tol_len == n && rel_tol_len == n) in do_integrate()
H A DDASPK.cc229 F77_INT abs_tol_len = octave::to_f77_int (abs_tol.numel ()); in do_integrate() local
232 if (abs_tol_len == 1 && rel_tol_len == 1) in do_integrate()
236 else if (abs_tol_len == n && rel_tol_len == n) in do_integrate()