-
- Downloads
Implement sparse matio/matlab file output for Faust factors with support of...
Implement sparse matio/matlab file output for Faust factors with support of real and complex scalars, Faust's conjugate and transpose. Main addon: Faust::Transform::MatSparse::toMatIOVar() (writing the sparse mat to a matio var of type mat_sparse_t). The old toMatIOVar() has been renamed toMatIOVarDense().
Showing
- misc/test/src/Python/test_FaustPy.py 4 additions, 2 deletionsmisc/test/src/Python/test_FaustPy.py
- src/faust_linear_operator/CPU/faust_MatDense.hpp 3 additions, 2 deletionssrc/faust_linear_operator/CPU/faust_MatDense.hpp
- src/faust_linear_operator/CPU/faust_MatSparse.h 7 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_MatSparse.hpp 100 additions, 4 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.hpp
- src/faust_linear_operator/faust_MatGeneric.h 1 addition, 1 deletionsrc/faust_linear_operator/faust_MatGeneric.h
- src/faust_linear_operator/faust_MatGeneric.hpp 13 additions, 16 deletionssrc/faust_linear_operator/faust_MatGeneric.hpp
- wrapper/python/src/FaustCorePy.pyx 15 additions, 2 deletionswrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment