-
- Downloads
There was an error fetching the commit references. Please try again later.
Update matfaust.Faust.factors to handle BSR matrix retrieval (converting it to...
Update matfaust.Faust.factors to handle BSR matrix retrieval (converting it to a sparse matrix because matlab doesn't support BSR matrices). - Add Transform(HelperGen)::is_fact_bsr - Rewrite FaustSpMat2MxArray mex function to handle float and complex cases (in addition to double type). When a MatSparse float is converted to mxArray it is also converted to double precision because matlab does not support float precision for sparse matrices. - Other minor changes.
Showing
- src/faust_linear_operator/CPU/faust_MatSparse.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_Transform.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 9 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/GPU2/faust_Transform_gpu.cpp.in 6 additions, 0 deletionssrc/faust_linear_operator/GPU2/faust_Transform_gpu.cpp.in
- src/faust_linear_operator/GPU2/faust_Transform_gpu.h 1 addition, 0 deletionssrc/faust_linear_operator/GPU2/faust_Transform_gpu.h
- src/faust_linear_operator/faust_TransformHelperGen.h 1 addition, 0 deletionssrc/faust_linear_operator/faust_TransformHelperGen.h
- src/faust_linear_operator/faust_TransformHelperGen.hpp 6 additions, 0 deletionssrc/faust_linear_operator/faust_TransformHelperGen.hpp
- wrapper/matlab/+matfaust/@Faust/Faust.m 1 addition, 0 deletionswrapper/matlab/+matfaust/@Faust/Faust.m
- wrapper/matlab/tools/faust2Mx.hpp 41 additions, 8 deletionswrapper/matlab/tools/faust2Mx.hpp
- wrapper/matlab/tools/mx2Faust.hpp 50 additions, 50 deletionswrapper/matlab/tools/mx2Faust.hpp
Loading
Please register or sign in to comment