-
3.41.0
|
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 |
This is the parent class for representing a factor constraint in FAuST factorization algorithms.
function matfaust::factparams::ConstraintGeneric::ConstraintGeneric | ( | name | , |
num_rows | , | ||
num_cols | , | ||
param | , | ||
varargin | |||
) |
function matfaust::factparams::ConstraintGeneric::project | ( | this | , |
M | |||
) |
Property matfaust::factparams::ConstraintGeneric::default_normalized |
Property matfaust::factparams::ConstraintGeneric::name |
Property matfaust::factparams::ConstraintGeneric::normalized |
Property matfaust::factparams::ConstraintGeneric::num_cols |
Property matfaust::factparams::ConstraintGeneric::num_rows |
Property matfaust::factparams::ConstraintGeneric::param |
Property matfaust::factparams::ConstraintGeneric::pos |