FAµST (Flexible Approximate MUlti-layer Sparse Transforms)  3.38.14
Classes
pyfaust.factparams Namespace Reference

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

Classes

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

Detailed Description

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