-
- Downloads
There was an error fetching the commit references. Please try again later.
Add new signature of spgemm and gemm_gen functions to faust_linear_algebra.
- the new signature of spgemm allows to a multiply (in this order) a MatDense by a MatSparse in addition to the reverse order already possible with the older signature. - the function gemm_gen allows to multiply MatGeneric (it handles the concrete types by itself).
Showing
- src/faust_linear_operator/CPU/faust_MatDense.h 3 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatDense.h
- src/faust_linear_operator/CPU/faust_MatSparse.h 3 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_MatSparse.h
- src/faust_linear_operator/CPU/faust_linear_algebra.h 5 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_linear_algebra.h
- src/faust_linear_operator/CPU/faust_linear_algebra.hpp 223 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_linear_algebra.hpp
Loading
Please register or sign in to comment