-
- Downloads
Change API of constraints/projectors and the C++ backend.
- Uniformize pyfaust and matfaust ConstraintMat ctors. - Add functors splin(), supp()... to simplify use of projectors/proxs. - Rely on C++ backend Faust::prox_const() (added by this commit) instead of copy the matrix in wrapper code. - Manage the option to normalize (fro. norm) any projection image afterward. - Add also a 'pos' flag to allow "filtering out" the negative part of the matrix projected. (and other minor changes)
Showing
- src/algorithm/constraint/faust_ConstraintGeneric.hpp 0 additions, 3 deletionssrc/algorithm/constraint/faust_ConstraintGeneric.hpp
- src/algorithm/constraint/faust_ConstraintInt.hpp 1 addition, 0 deletionssrc/algorithm/constraint/faust_ConstraintInt.hpp
- src/algorithm/constraint/faust_ConstraintMat.hpp 3 additions, 2 deletionssrc/algorithm/constraint/faust_ConstraintMat.hpp
- src/faust_linear_operator/CPU/faust_MatDense.hpp 1 addition, 1 deletionsrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_prox.h 21 additions, 30 deletionssrc/faust_linear_operator/CPU/faust_prox.h
- src/faust_linear_operator/CPU/faust_prox.hpp 58 additions, 60 deletionssrc/faust_linear_operator/CPU/faust_prox.hpp
- wrapper/matlab/+matfaust/+factparams/@ConstraintGeneric/ConstraintGeneric.m 20 additions, 9 deletions...tfaust/+factparams/@ConstraintGeneric/ConstraintGeneric.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintInt/ConstraintInt.m 2 additions, 2 deletions...tlab/+matfaust/+factparams/@ConstraintInt/ConstraintInt.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintMat/ConstraintMat.m 8 additions, 2 deletions...tlab/+matfaust/+factparams/@ConstraintMat/ConstraintMat.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintReal/ConstraintReal.m 5 additions, 2 deletions...ab/+matfaust/+factparams/@ConstraintReal/ConstraintReal.m
- wrapper/matlab/src/mexFaust.cpp.in 40 additions, 61 deletionswrapper/matlab/src/mexFaust.cpp.in
- wrapper/python/pyfaust/factparams.py 91 additions, 13 deletionswrapper/python/pyfaust/factparams.py
- wrapper/python/src/FaustCoreCy.pxd 3 additions, 3 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustFact.h 3 additions, 3 deletionswrapper/python/src/FaustFact.h
- wrapper/python/src/FaustFact.hpp 12 additions, 26 deletionswrapper/python/src/FaustFact.hpp
- wrapper/python/src/_FaustCorePy.pyx 28 additions, 11 deletionswrapper/python/src/_FaustCorePy.pyx
Loading
Please register or sign in to comment