-  3.39.22
Classes
pyfaust.proj Namespace Reference

This module provides matrix projectors. More...

Classes

class  anticirc
 Functor for the anticirculant projector. More...
 
class  blockdiag
 Functor for the BLOCKDIAG projector. More...
 
class  circ
 Functor for the CIRC(ulant) projector. More...
 
class  const
 Functor for the CONST projector. More...
 
class  hankel
 Functor for the HANKEL projector. More...
 
class  normcol
 Functor for the NORMCOL projector. More...
 
class  normlin
 Functor for the NORMLIN projector. More...
 
class  proj_gen
 The parent abstract class to represent projectors (as functors). More...
 
class  proj_id
 Functor for the identity projector. More...
 
class  skperm
 Functor for the SKPERM projector. More...
 
class  sp
 Functor for the SP projector. More...
 
class  spcol
 Functor for the SPCOL projector. More...
 
class  splin
 Functor for the SPLIN projector. More...
 
class  splincol
 Functor for the SPLINCOL projector. More...
 
class  spsymm
 Functor for the SYMM SP projector. More...
 
class  sptril
 Functor for the SPTRIL projector. More...
 
class  sptriu
 Functor for the SPTRIU projector. More...
 
class  supp
 Functor for the SUPP projector. More...
 
class  toeplitz
 Functor for the TOEPLITZ projector. More...
 

Detailed Description

This module provides matrix projectors.