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 | |
lin_scaler (void) | |
lin_scaler (void) | |
base_scaler * | clone (void) const |
base_scaler * | clone (void) const |
bool | is_linear (void) const |
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 |
Definition at line 100 of file graphics.h.
|
inline |
Definition at line 103 of file graphics.h.
Referenced by clone().
|
inline |
Definition at line 101 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_scaler.
Definition at line 111 of file graphics.in.h.
References lin_scaler().
|
inlinevirtual |
Reimplemented from base_scaler.
Definition at line 113 of file graphics.in.h.
Reimplemented from base_scaler.
Definition at line 115 of file graphics.h.
Reimplemented from base_scaler.
Definition at line 103 of file graphics.in.h.
Reimplemented from base_scaler.
Definition at line 105 of file graphics.in.h.
Reimplemented from base_scaler.
Definition at line 105 of file graphics.h.
Reimplemented from base_scaler.
Definition at line 107 of file graphics.h.