-  3.39.23
Public Member Functions | Public Attributes | List of all members
pyfaust.proj.proj_gen Class Reference

The parent abstract class to represent projectors (as functors). More...

Public Member Functions

def __init__ (self, shape)
 
def __call__ (self, M)
 

Public Attributes

 shape
 

Detailed Description

The parent abstract class to represent projectors (as functors).

Constructor & Destructor Documentation

◆ __init__()

def pyfaust.proj.proj_gen.__init__ (   self,
  shape 
)

Reimplemented in pyfaust.proj.proj_id.

Member Function Documentation

◆ __call__()

def pyfaust.proj.proj_gen.__call__ (   self,
  M 
)

Reimplemented in pyfaust.proj.blockdiag.

Member Data Documentation

◆ shape

pyfaust.proj.proj_gen.shape

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