
OPDIAGARRAY(3LO)     Linop Reference Manual      OPDIAGARRAY(3LO)

NAME
     <type>opDiagarray - Class that is a diagonal array of opera-
     tors.

SYNOPSIS
     #include <<type>opdiagarray.h>

DESCRIPTION
     Class  <type>opDiagarray  is  derived  from   <type>opArray.
     Given a single <type>operator and an int in construction, it
     creates a n*n <type>opArray with that <type>operator as  the
     diagonal  and  <type>opEmpty elsewhere.  Values of the array
     may be changed using the <type>opArray set operation.   Note
     that this is not the optimized version of diagonal arrays of
     operators (see <type>opDiagonal).

PUBLIC OPERATIONS
     <type>opDiagarray(int n, <type>operator &)
     <type>opDiagarray(int n, <type>operator *)

SEE ALSO
     <type>opArray,        <type>operator,         <type>opEmpty,
     <type>opDiagonal

