GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
log_scaler Class Reference

#include "graphics.h"

Inheritance diagram for log_scaler:
base_scaler

Public Member Functions

base_scalerclone () const
 
Matrix scale (const Matrix &m) const
 
NDArray scale (const NDArray &m) const
 
double scale (double d) const
 
double unscale (double d) const
 
- Public Member Functions inherited from base_scaler
virtual ~base_scaler ()=default
 
virtual bool is_linear () const
 

Detailed Description

Definition at line 122 of file graphics.h.

Member Function Documentation

◆ clone()

base_scaler* log_scaler::clone ( ) const
inlinevirtual

Reimplemented from base_scaler.

Definition at line 152 of file graphics.h.

◆ scale() [1/3]

Matrix log_scaler::scale ( const Matrix m) const
inlinevirtual

Reimplemented from base_scaler.

Definition at line 128 of file graphics.h.

References Array< T, Alloc >::fortran_vec(), and m.

◆ scale() [2/3]

NDArray log_scaler::scale ( const NDArray m) const
inlinevirtual

Reimplemented from base_scaler.

Definition at line 137 of file graphics.h.

References Array< T, Alloc >::fortran_vec(), and m.

◆ scale() [3/3]

double log_scaler::scale ( double  d) const
inlinevirtual

Reimplemented from base_scaler.

Definition at line 146 of file graphics.h.

References d.

◆ unscale()

double log_scaler::unscale ( double  d) const
inlinevirtual

Reimplemented from base_scaler.

Definition at line 149 of file graphics.h.

References d, and pow().


The documentation for this class was generated from the following file: