Mentions légales du service

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

Fix inconsistent C++ decl. issue #203.

parent f8001b28
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ namespace Faust
//const unsigned int nites,
const StoppingCriterion<Real<FPP>>& sc,
const bool is_update_way_R2L=false,
const bool use_csr=true,
const FactorsFormat factors_format=AllDynamic,
const bool compute_2norm_on_array=false,
const Real<FPP> norm2_threshold=FAUST_PRECISION,
const unsigned int norm2_max_iter=FAUST_NORM2_MAX_ITER,
......
......@@ -6,7 +6,7 @@ void Faust::palm4msa(const Faust::MatDense<FPP,DEVICE>& A,
//const unsigned int nites,
const StoppingCriterion<Real<FPP>>& sc,
const bool is_update_way_R2L,
const FactorsFormat factors_format,
const FactorsFormat factors_format/*=AllDynamic*/,
const bool compute_2norm_on_array,
const Real<FPP> norm2_threshold,
const unsigned int norm2_max_iter,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment