GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Member Functions | |
neg_log_scaler (void) | |
neg_log_scaler (void) | |
base_scaler * | clone (void) const |
base_scaler * | clone (void) const |
virtual bool | is_linear (void) const |
virtual bool | is_linear (void) const |
Matrix | scale (const Matrix &m) const |
Matrix | scale (const Matrix &m) const |
NDArray | scale (const NDArray &m) const |
NDArray | scale (const NDArray &m) const |
double | scale (double d) const |
double | scale (double d) const |
double | unscale (double d) const |
double | unscale (double d) const |
Private Member Functions | |
void | do_scale (const double *src, double *dest, int n) const |
void | do_scale (const double *src, double *dest, int n) const |
Definition at line 158 of file graphics.h.
|
inline |
Definition at line 161 of file graphics.h.
Referenced by clone().
|
inline |
Definition at line 159 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_scaler.
Definition at line 185 of file graphics.in.h.
References neg_log_scaler().
|
inlinevirtual |
Reimplemented from base_scaler.
Definition at line 187 of file graphics.h.
References neg_log_scaler().
Definition at line 189 of file graphics.in.h.
Definition at line 191 of file graphics.h.
Referenced by scale().
|
inlinevirtualinherited |
Reimplemented in lin_scaler, and lin_scaler.
Definition at line 94 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in lin_scaler, and lin_scaler.
Definition at line 96 of file graphics.h.
Referenced by scaler::is_linear().
Reimplemented from base_scaler.
Definition at line 161 of file graphics.in.h.
References Array< T >::cols(), Array< T >::data(), do_scale(), Array< T >::numel(), and Array< T >::rows().
Reimplemented from base_scaler.
Definition at line 163 of file graphics.h.
References Array< T >::cols(), Array< T >::data(), do_scale(), Array< T >::numel(), and Array< T >::rows().
Reimplemented from base_scaler.
Definition at line 170 of file graphics.in.h.
References Array< T >::data(), Array< T >::dims(), do_scale(), and Array< T >::numel().
Reimplemented from base_scaler.
Definition at line 172 of file graphics.h.
References Array< T >::data(), Array< T >::dims(), do_scale(), and Array< T >::numel().
Reimplemented from base_scaler.
Definition at line 179 of file graphics.in.h.
Reimplemented from base_scaler.
Definition at line 181 of file graphics.h.