
OPSCALE(3LO)         Linop Reference Manual          OPSCALE(3LO)

NAME
     <type>opScale - Operator to scale a <type>space.

SYNOPSIS
     #include <<type>opscale.h>

DESCRIPTION
     <type>opScale  is  a  <type>op  which  multiplies  a   whole
     <type>space  by  a <type>. The Adjoint function divides by a
     <type>.

PUBLIC OPERATIONS
     <type>opScale(<type> value)
          Create a <type>opScale which multiples or divides by  a
          value.

     <type>space Forward(const <type>space &) const
     <type>space Adjoint(const <type>space &) const

PRIVATE VARIABLE
     <type> factor

SEE ALSO
     <type>space, <type>op

