-
- Downloads
Add matlab wrapper for factorization algorithms (palm4msa and hierarchical fact.).
- Adding also unit tests for that wrapper. - Adding doxy. doc. skeleton for that wrapper. - Adjusting palm4msa unit tests (py. and c++, lambda mul. was missing). - Extending mex C++ code for interfacing hierarchical_fact and palm4msa: they were not capable to transmit all StoppingCriterion attributes or init. factors (using always the default ones for hierarchical fact. algo.). - Explicitely freeing the matlab-managed memory in getConstraint() (mx2Faust.hpp). - Other related or minor changes.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- gen_doc/CMakeLists.txt 1 addition, 1 deletiongen_doc/CMakeLists.txt
- gen_doc/Doxyfile.in 2 additions, 1 deletiongen_doc/Doxyfile.in
- misc/test/CMakeLists.txt 3 additions, 0 deletionsmisc/test/CMakeLists.txt
- misc/test/src/C++/test_palm4MSA.cpp.in 3 additions, 1 deletionmisc/test/src/C++/test_palm4MSA.cpp.in
- misc/test/src/Python/test_FaustPy.py 4 additions, 2 deletionsmisc/test/src/Python/test_FaustPy.py
- wrapper/matlab/+matfaust/@ConstraintGeneric/ConstraintGeneric.m 26 additions, 0 deletions...r/matlab/+matfaust/@ConstraintGeneric/ConstraintGeneric.m
- wrapper/matlab/+matfaust/@ConstraintInt/ConstraintInt.m 18 additions, 0 deletionswrapper/matlab/+matfaust/@ConstraintInt/ConstraintInt.m
- wrapper/matlab/+matfaust/@ConstraintMat/ConstraintMat.m 17 additions, 0 deletionswrapper/matlab/+matfaust/@ConstraintMat/ConstraintMat.m
- wrapper/matlab/+matfaust/@ConstraintName/ConstraintName.m 74 additions, 0 deletionswrapper/matlab/+matfaust/@ConstraintName/ConstraintName.m
- wrapper/matlab/+matfaust/@ConstraintReal/ConstraintReal.m 17 additions, 0 deletionswrapper/matlab/+matfaust/@ConstraintReal/ConstraintReal.m
- wrapper/matlab/+matfaust/@Faust/Faust.m 1 addition, 1 deletionwrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 130 additions, 0 deletionswrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
- wrapper/matlab/+matfaust/@ParamsFact/ParamsFact.m 86 additions, 0 deletionswrapper/matlab/+matfaust/@ParamsFact/ParamsFact.m
- wrapper/matlab/+matfaust/@ParamsHierarchicalFact/ParamsHierarchicalFact.m 72 additions, 0 deletions...matfaust/@ParamsHierarchicalFact/ParamsHierarchicalFact.m
- wrapper/matlab/+matfaust/@ParamsPalm4MSA/ParamsPalm4MSA.m 41 additions, 0 deletionswrapper/matlab/+matfaust/@ParamsPalm4MSA/ParamsPalm4MSA.m
- wrapper/matlab/+matfaust/@StoppingCriterion/StoppingCriterion.m 48 additions, 0 deletions...r/matlab/+matfaust/@StoppingCriterion/StoppingCriterion.m
- wrapper/matlab/CMakeLists.txt 7 additions, 0 deletionswrapper/matlab/CMakeLists.txt
- wrapper/matlab/src/mexHierarchical_fact.cpp 82 additions, 22 deletionswrapper/matlab/src/mexHierarchical_fact.cpp
- wrapper/matlab/src/mexPalm4MSA.cpp 67 additions, 28 deletionswrapper/matlab/src/mexPalm4MSA.cpp
Loading
Please register or sign in to comment