![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"


Public Member Functions | |
| log_scaler (void) | |
| 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 118 of file graphics.h.
|
inline |
Definition at line 121 of file graphics.h.
Referenced by clone().
|
inline |
Definition at line 119 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_scaler.
Definition at line 145 of file graphics.in.h.
References log_scaler().
|
inlinevirtual |
Definition at line 149 of file graphics.in.h.
Definition at line 151 of file graphics.h.
Referenced by scale().
Reimplemented in lin_scaler, and lin_scaler.
Definition at line 94 of file graphics.in.h.
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 121 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 123 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 130 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 132 of file graphics.h.
References Array< T >::data(), Array< T >::dims(), do_scale(), and Array< T >::numel().
Reimplemented from base_scaler.
Definition at line 139 of file graphics.in.h.
Reimplemented from base_scaler.
Definition at line 141 of file graphics.h.
1.8.1.2