Spot operator: opClass Spot Home Page
opClass
 opClass   Wrapper for classes.
 
    opClass(M,N,OBJ,CFLAG,LINFLAG) creates an M by N wrapper operator
    for the class instance OBJ. The only requirement on OBJ is that it
    implements the `mtimes' method. Optional arguments CFLAG and LINFLAG
    indicate whether the class implements a complex or real operator and
    whether it is linear or not. By default these fields are set to
    CFLAG=0, LINFLAG=1.