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

This is the parent class for representing a factor constraint in FAuST factorization algorithms. More...

Public Member Functions

function ConstraintGeneric (name, num_rows, num_cols, param, varargin)
 
function project (this, M)
 

Public Attributes

Property name
 
Property num_rows
 
Property num_cols
 
Property param
 
Property normalized
 
Property default_normalized
 
Property pos
 

Detailed Description

This is the parent class for representing a factor constraint in FAuST factorization algorithms.

Constructor & Destructor Documentation

◆ ConstraintGeneric()

function matfaust::factparams::ConstraintGeneric::ConstraintGeneric ( name  ,
num_rows  ,
num_cols  ,
param  ,
varargin   
)

Member Function Documentation

◆ project()

function matfaust::factparams::ConstraintGeneric::project ( this  ,
 
)

Member Data Documentation

◆ default_normalized

Property matfaust::factparams::ConstraintGeneric::default_normalized

◆ name

Property matfaust::factparams::ConstraintGeneric::name

◆ normalized

Property matfaust::factparams::ConstraintGeneric::normalized

◆ num_cols

Property matfaust::factparams::ConstraintGeneric::num_cols

◆ num_rows

Property matfaust::factparams::ConstraintGeneric::num_rows

◆ param

Property matfaust::factparams::ConstraintGeneric::param

◆ pos

Property matfaust::factparams::ConstraintGeneric::pos

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