Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99aaaa04 authored by hhakim's avatar hhakim
Browse files

Minor corrections in code doc (python and c++).

parent 512d5774
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ namespace Faust
*
* \param M: the input matrix to project (which could be the output too, if dense format is chosen).
* \param spM: the output matrix if eventually the format is the output format is sparse.
* \param k: the sparsity parameter (pseudo-)norm_1 of the output matrix.
* \param k: the sparsity parameter (pseudo-)norm_0 of the output matrix.
* \param normalized: true to normalize the output matrix.
* \param pos: true to filter negative values of M before applying the de prox.
* \param forcedType: used to choose explicitely the output format with values Sparse or Dense (MatSparse or MatDense).
......
......@@ -992,7 +992,7 @@ class ParamsPalm4MSA(ParamsFact):
Constructor.
Args:
constraints: a pyfaust.factparams.ConstraintList or
constraints: a pyfaust.factparams.ConstraintList
or a Python list of pyfaust.proj.proj_gen. The number of items
determines the number of matrix factors.
stop_crit: a pyfaust.factparams.StoppingCriterion instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment