-  3.39.23
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
matfaust::factparams::ParamsHierarchicalDFT Class Reference

The simplified parameterization class for factorizing a DFT matrix using the hierarchical factorization algorithm. More...

Public Member Functions

function ParamsHierarchicalDFT (n)
 
- Public Member Functions inherited from matfaust::factparams::ParamsHierarchical
function ParamsHierarchical (fact_constraints, res_constraints, stop_crit1, stop_crit2, varargin)
 Constructor. More...
 
- Public Member Functions inherited from matfaust::factparams::ParamsFact
function ParamsFact (num_facts, constraints, varargin)
 

Static Public Member Functions

static function createParams (M, p)
 
static function bit_rev_permu (n)
 
static function support_DFT (n)
 
- Static Public Member Functions inherited from matfaust::factparams::ParamsFact
static function factor_format_str2int (factor_format)
 
static function parse_opt_args (cell_args, opt_arg_names, opt_arg_map)
 
static function get_constraints (constraints)
 Returns a cell array of constraints from constraints which is a ConstraintList or cell array that can be a mix of pyfaust.factparams.ConstraintGeneric or pyfaust.proj.proj_gen. If projs is a ConstraintList then the function just returns the same object as is. More...
 

Public Attributes

Property supports
 
- Public Attributes inherited from matfaust::factparams::ParamsFact
Property step_size
 
Property constant_step_size
 
Property factor_format
 
Property packing_RL
 
Property norm2_max_iter
 
Property norm2_threshold
 
Property use_MHTP
 
Property no_normalization
 
Property no_lambda
 

Additional Inherited Members

- Protected Attributes inherited from matfaust::factparams::ParamsHierarchical
Constant Property DEFAULT_IS_FACT_SIDE_LEFT = false
 
- Protected Attributes inherited from matfaust::factparams::ParamsFact
Constant Property DEFAULT_STEP_SIZE = 10
 
Constant Property DEFAULT_VERBOSITY = false
 
Constant Property DEFAULT_CONSTANT_STEP_SIZE = false
 
Constant Property DEFAULT_INIT_LAMBDA = 1.0
 
Constant Property DEFAULT_IS_UPDATE_WAY_R2L = false
 
Constant Property DEFAULT_PACKING_RL = true
 
Constant Property DEFAULT_FACTOR_FORMAT = 'dynamic'
 
Constant Property DEFAULT_NO_NORMALIZATION = false
 
Constant Property DEFAULT_NO_LAMBDA = false
 
Constant Property DEFAULT_NORM2_MAX_ITER = 0
 
Constant Property DEFAULT_NORM2_THRESHOLD = 0
 
Constant Property IDX_FACTOR_FORMAT = 9
 
Constant Property IDX_PACKING_RL = 10
 
Constant Property IDX_NO_NORMALIZATION = 11
 
Constant Property IDX_NO_LAMBDA = 12
 

Detailed Description

The simplified parameterization class for factorizing a DFT matrix using the hierarchical factorization algorithm.

See also matfaust.fact.hierarchical

Constructor & Destructor Documentation

◆ ParamsHierarchicalDFT()

function matfaust::factparams::ParamsHierarchicalDFT::ParamsHierarchicalDFT ( )

Member Function Documentation

◆ bit_rev_permu()

static function matfaust::factparams::ParamsHierarchicalDFT::bit_rev_permu ( )
static

◆ createParams()

static function matfaust::factparams::ParamsHierarchicalDFT::createParams ( ,
 
)
static

◆ support_DFT()

static function matfaust::factparams::ParamsHierarchicalDFT::support_DFT ( )
static

Member Data Documentation

◆ supports

Property matfaust::factparams::ParamsHierarchicalDFT::supports

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