-  3.39.23
Classes | Namespaces
factparams.py File Reference

Classes

class  pyfaust.factparams.StoppingCriterion
 This class defines a StoppingCriterion for PALM4MSA algorithms. More...
 
class  pyfaust.factparams.ConstraintName
 This class defines the names for the sub-types of constraints into the ConstraintGeneric hierarchy of classes. More...
 
class  pyfaust.factparams.ConstraintGeneric
 This is the parent class for representing a factor constraint in FAuST factorization algorithms. More...
 
class  pyfaust.factparams.ConstraintInt
 This class represents an integer constraint on a matrix. More...
 
class  pyfaust.factparams.ConstraintMat
 This class represents a matrix-based constraint to apply on a matrix. More...
 
class  pyfaust.factparams.ConstraintReal
 This class represents a real constraint on a matrix. More...
 
class  pyfaust.factparams.ConstraintList
 A helper class for constructing a list of consistent pyfaust.proj.proj_gen projectors or ConstraintGeneric objects. More...
 
class  pyfaust.factparams.MHTPParams
 This class defines the set of parameters to run the MHTP-PALM4MSA algorithm. More...
 
class  pyfaust.factparams.ParamsFact
 The parent abstract class to represent the general factorization parameters. More...
 
class  pyfaust.factparams.ParamsHierarchical
 The parent class to set input parameters for the hierarchical factorization algorithm. More...
 
class  pyfaust.factparams.ParamsHierarchicalNoResCons
 This class is a simplified ParamsHierarchical in which you define only the pyfaust.fact.hierarchical resulting Faust factors constraints. More...
 
class  pyfaust.factparams.ParamsHierarchicalDFT
 The simplified parameterization class for factorizing a DFT matrix using the hierarchical factorization algorithm. More...
 
class  pyfaust.factparams.ParamsHierarchicalWHT
 The simplified parameterization class for factorizing a Hadamard matrix with the hierarchical factorization algorithm. More...
 
class  pyfaust.factparams.ParamsHierarchicalWHTNoResCons
 The simplified parameterization class for factorizing a Hadamard matrix with the hierarchical factorization algorithm. More...
 
class  pyfaust.factparams.ParamsHierarchicalSquareMat
 
class  pyfaust.factparams.ParamsHierarchicalRectMat
 The simplified parameterization class for factorizing a rectangular matrix with the hierarchical factorization algorithm (pyfaust.fact.hierarchical). More...
 
class  pyfaust.factparams.ParamsHierarchicalRectMatNoResCons
 This parameter class is the same as ParamsHierarchicalRectMat except that there is no residual factor constraints (see ParamsHierachicalNoResCons). More...
 
class  pyfaust.factparams.ParamsPalm4MSA
 The class intents to set input parameters for the Palm4MSA algorithm. More...
 
class  pyfaust.factparams.ParamsPalm4msaWHT
 
class  pyfaust.factparams.ParamsFactFactory
 The factory for creating simplified FAuST hierarchical algorithm parameters (ParamsHierarchical). More...
 

Namespaces

 pyfaust.factparams
 The module for the parameterization of FAuST's algorithms (Palm4MSA and Hierarchical Factorization). See also: pyfaust.fact.hierarchical, pyfaust.fact.palm4msa.