|
template<typename U , typename T , typename R , typename F > |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, F fcn, const char *name) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(const T &, const R &), const char *name) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(const T &, R), const char *name) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(T, const R &), const char *name) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const Array< R > &ya, U(*fcn)(T, R), const char *name) |
|
template<typename U , typename T , typename R , typename F > |
Array< U > | binmap (const Array< T > &xa, const R &y, F fcn) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(const T &, const R &)) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(const T &, R)) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(T, const R &)) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const Array< T > &xa, const R &y, U(*fcn)(T, R)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(const T &, const R &)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(const T &, R)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(T, const R &)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const R &y, U(*fcn)(T, R)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(const T &, const R &), const char *name) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(const T &, R), const char *name) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(T, const R &), const char *name) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const Sparse< T > &xa, const Sparse< R > &ya, U(*fcn)(T, R), const char *name) |
|
template<typename U , typename T , typename R , typename F > |
Sparse< U > | binmap (const Sparse< T > &xs, const R &y, F fcn) |
|
template<typename U , typename T , typename R , typename F > |
Sparse< U > | binmap (const Sparse< T > &xs, const Sparse< R > &ys, F fcn, const char *name) |
|
template<typename U , typename T , typename R , typename F > |
Array< U > | binmap (const T &x, const Array< R > &ya, F fcn) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(const T &, const R &)) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(const T &, R)) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(T, const R &)) |
|
template<typename U , typename T , typename R > |
Array< U > | binmap (const T &x, const Array< R > &ya, U(*fcn)(T, R)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(const T &, const R &)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(const T &, R)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(T, const R &)) |
|
template<typename U , typename T , typename R > |
Sparse< U > | binmap (const T &x, const Sparse< R > &ya, U(*fcn)(T, R)) |
|
template<typename U , typename T , typename R , typename F > |
Sparse< U > | binmap (const T &x, const Sparse< R > &ys, F fcn) |
|