GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
oct-binmap.h File Reference
#include "octave-config.h"
#include "Array.h"
#include "Sparse.h"
#include "Array-util.h"
#include "bsxfun.h"

Go to the source code of this file.

Classes

class  bsxfun_wrapper< R, X, Y, F >
 

Functions

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)
 

Function Documentation

◆ binmap() [1/30]

template<typename U , typename T , typename R , typename F >
Array< U > binmap ( const Array< T > &  xa,
const Array< R > &  ya,
fcn,
const char *  name 
)

◆ binmap() [2/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const Array< R > &  ya,
U(*)(const T &, const R &)  fcn,
const char *  name 
)
inline

Definition at line 395 of file oct-binmap.h.

◆ binmap() [3/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const Array< R > &  ya,
U(*)(const T &, R)  fcn,
const char *  name 
)
inline

Definition at line 429 of file oct-binmap.h.

◆ binmap() [4/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const Array< R > &  ya,
U(*)(T, const R &)  fcn,
const char *  name 
)
inline

Definition at line 463 of file oct-binmap.h.

◆ binmap() [5/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const Array< R > &  ya,
U(*)(T, R)  fcn,
const char *  name 
)
inline

Definition at line 361 of file oct-binmap.h.

◆ binmap() [6/30]

template<typename U , typename T , typename R , typename F >
Array< U > binmap ( const Array< T > &  xa,
const R &  y,
fcn 
)

◆ binmap() [7/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const R &  y,
U(*)(const T &, const R &)  fcn 
)
inline

Definition at line 406 of file oct-binmap.h.

◆ binmap() [8/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const R &  y,
U(*)(const T &, R)  fcn 
)
inline

Definition at line 440 of file oct-binmap.h.

◆ binmap() [9/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const R &  y,
U(*)(T, const R &)  fcn 
)
inline

Definition at line 474 of file oct-binmap.h.

◆ binmap() [10/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const Array< T > &  xa,
const R &  y,
U(*)(T, R)  fcn 
)
inline

Definition at line 372 of file oct-binmap.h.

◆ binmap() [11/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const R &  y,
U(*)(const T &, const R &)  fcn 
)
inline

Definition at line 422 of file oct-binmap.h.

◆ binmap() [12/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const R &  y,
U(*)(const T &, R)  fcn 
)
inline

Definition at line 456 of file oct-binmap.h.

◆ binmap() [13/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const R &  y,
U(*)(T, const R &)  fcn 
)
inline

Definition at line 490 of file oct-binmap.h.

◆ binmap() [14/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const R &  y,
U(*)(T, R)  fcn 
)
inline

Definition at line 388 of file oct-binmap.h.

◆ binmap() [15/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const Sparse< R > &  ya,
U(*)(const T &, const R &)  fcn,
const char *  name 
)
inline

Definition at line 411 of file oct-binmap.h.

◆ binmap() [16/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const Sparse< R > &  ya,
U(*)(const T &, R)  fcn,
const char *  name 
)
inline

Definition at line 445 of file oct-binmap.h.

◆ binmap() [17/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const Sparse< R > &  ya,
U(*)(T, const R &)  fcn,
const char *  name 
)
inline

Definition at line 479 of file oct-binmap.h.

◆ binmap() [18/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const Sparse< T > &  xa,
const Sparse< R > &  ya,
U(*)(T, R)  fcn,
const char *  name 
)
inline

Definition at line 377 of file oct-binmap.h.

◆ binmap() [19/30]

template<typename U , typename T , typename R , typename F >
Sparse< U > binmap ( const Sparse< T > &  xs,
const R &  y,
fcn 
)

◆ binmap() [20/30]

◆ binmap() [21/30]

template<typename U , typename T , typename R , typename F >
Array< U > binmap ( const T &  x,
const Array< R > &  ya,
fcn 
)

◆ binmap() [22/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const T &  x,
const Array< R > &  ya,
U(*)(const T &, const R &)  fcn 
)
inline

Definition at line 401 of file oct-binmap.h.

References x.

◆ binmap() [23/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const T &  x,
const Array< R > &  ya,
U(*)(const T &, R)  fcn 
)
inline

Definition at line 435 of file oct-binmap.h.

References x.

◆ binmap() [24/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const T &  x,
const Array< R > &  ya,
U(*)(T, const R &)  fcn 
)
inline

Definition at line 469 of file oct-binmap.h.

References x.

◆ binmap() [25/30]

template<typename U , typename T , typename R >
Array< U > binmap ( const T &  x,
const Array< R > &  ya,
U(*)(T, R)  fcn 
)
inline

Definition at line 367 of file oct-binmap.h.

References x.

◆ binmap() [26/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const T &  x,
const Sparse< R > &  ya,
U(*)(const T &, const R &)  fcn 
)
inline

Definition at line 417 of file oct-binmap.h.

References x.

◆ binmap() [27/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const T &  x,
const Sparse< R > &  ya,
U(*)(const T &, R)  fcn 
)
inline

Definition at line 451 of file oct-binmap.h.

References x.

◆ binmap() [28/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const T &  x,
const Sparse< R > &  ya,
U(*)(T, const R &)  fcn 
)
inline

Definition at line 485 of file oct-binmap.h.

References x.

◆ binmap() [29/30]

template<typename U , typename T , typename R >
Sparse< U > binmap ( const T &  x,
const Sparse< R > &  ya,
U(*)(T, R)  fcn 
)
inline

Definition at line 383 of file oct-binmap.h.

References x.

◆ binmap() [30/30]

template<typename U , typename T , typename R , typename F >
Sparse< U > binmap ( const T &  x,
const Sparse< R > &  ys,
fcn 
)