GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
class | bsxfun_wrapper< R, X, Y, F > |
Functions | |
template<class U , class T , class R , class F > | |
Array< U > | binmap (const T &x, const Array< R > &ya, F fcn) |
template<class U , class T , class R , class F > | |
Array< U > | binmap (const Array< T > &xa, const R &y, F fcn) |
template<class U , class T , class R , class F > | |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, F fcn, const char *name) |
template<class U , class T , class R , class F > | |
Sparse< U > | binmap (const T &x, const Sparse< R > &ys, F fcn) |
template<class U , class T , class R , class F > | |
Sparse< U > | binmap (const Sparse< T > &xs, const R &y, F fcn) |
template<class U , class T , class R , class F > | |
Sparse< U > | binmap (const Sparse< T > &xs, const Sparse< R > &ys, F fcn, const char *name) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(T, R), const char *name) |
template<class U , class T , class R > | |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(T, R)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(T, R)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(T, R), const char *name) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(T, R)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(T, R)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(const T &, const R &), const char *name) |
template<class U , class T , class R > | |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(const T &, const R &)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(const T &, const R &)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(const T &, const R &), const char *name) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(const T &, const R &)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(const T &, const R &)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(const T &, R), const char *name) |
template<class U , class T , class R > | |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(const T &, R)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(const T &, R)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(const T &, R), const char *name) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(const T &, R)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(const T &, R)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(T, const R &), const char *name) |
template<class U , class T , class R > | |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(T, const R &)) |
template<class U , class T , class R > | |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(T, const R &)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(T, const R &), const char *name) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(T, const R &)) |
template<class U , class T , class R > | |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(T, const R &)) |
Array<U> binmap | ( | const T & | x, |
const Array< R > & | ya, | ||
F | fcn | ||
) |
Definition at line 106 of file oct-binmap.h.
References Array< T >::data(), Array< T >::dims(), Array< T >::fortran_vec(), and Array< T >::numel().
Array<U> binmap | ( | const Array< T > & | xa, |
const R & | y, | ||
F | fcn | ||
) |
Definition at line 137 of file oct-binmap.h.
References Array< T >::data(), Array< T >::dims(), Array< T >::fortran_vec(), Array< T >::numel(), and x.
Array<U> binmap | ( | const Array< T > & | xa, |
const Array< R > & | ya, | ||
F | fcn, | ||
const char * | name | ||
) |
Definition at line 168 of file oct-binmap.h.
References Array< T >::data(), Array< T >::dims(), do_bsxfun_op(), Array< T >::fortran_vec(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::numel(), bsxfun_wrapper< R, X, Y, F >::set_f(), and x.
Sparse<U> binmap | ( | const T & | x, |
const Sparse< R > & | ys, | ||
F | fcn | ||
) |
Definition at line 220 of file oct-binmap.h.
References Sparse< T >::array_value(), Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::nnz(), Sparse< T >::ridx(), Sparse< T >::rows(), and x.
Sparse<U> binmap | ( | const Sparse< T > & | xs, |
const R & | y, | ||
F | fcn | ||
) |
Definition at line 251 of file oct-binmap.h.
References Sparse< T >::array_value(), Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::nnz(), Sparse< T >::ridx(), and Sparse< T >::rows().
Sparse<U> binmap | ( | const Sparse< T > & | xs, |
const Sparse< R > & | ys, | ||
F | fcn, | ||
const char * | name | ||
) |
Definition at line 282 of file oct-binmap.h.
References Sparse< T >::array_value(), Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::dims(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::ridx(), Sparse< T >::rows(), and Sparse< T >::xcidx().
|
inline |
Definition at line 361 of file oct-binmap.h.
|
inline |
Definition at line 367 of file oct-binmap.h.
References x.
|
inline |
Definition at line 372 of file oct-binmap.h.
|
inline |
Definition at line 377 of file oct-binmap.h.
|
inline |
Definition at line 383 of file oct-binmap.h.
References x.
|
inline |
Definition at line 388 of file oct-binmap.h.
|
inline |
Definition at line 395 of file oct-binmap.h.
|
inline |
Definition at line 401 of file oct-binmap.h.
References x.
|
inline |
Definition at line 406 of file oct-binmap.h.
|
inline |
Definition at line 411 of file oct-binmap.h.
|
inline |
Definition at line 417 of file oct-binmap.h.
References x.
|
inline |
Definition at line 422 of file oct-binmap.h.
|
inline |
Definition at line 429 of file oct-binmap.h.
|
inline |
Definition at line 435 of file oct-binmap.h.
References x.
|
inline |
Definition at line 440 of file oct-binmap.h.
|
inline |
Definition at line 445 of file oct-binmap.h.
|
inline |
Definition at line 451 of file oct-binmap.h.
References x.
|
inline |
Definition at line 456 of file oct-binmap.h.
|
inline |
Definition at line 463 of file oct-binmap.h.
|
inline |
Definition at line 469 of file oct-binmap.h.
References x.
|
inline |
Definition at line 474 of file oct-binmap.h.
|
inline |
Definition at line 479 of file oct-binmap.h.
|
inline |
Definition at line 485 of file oct-binmap.h.
References x.
|
inline |
Definition at line 490 of file oct-binmap.h.