Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6af46c9f authored by hhakim's avatar hhakim
Browse files

Fix BSRMat::to_sparse.

parent 6c10a869
Branches
Tags
No related merge requests found
...@@ -405,6 +405,7 @@ namespace Faust ...@@ -405,6 +405,7 @@ namespace Faust
{ {
MatSparse<FPP, Cpu> smat(this->dim1, this->dim2); MatSparse<FPP, Cpu> smat(this->dim1, this->dim2);
smat.mat = bmat.to_sparse(); smat.mat = bmat.to_sparse();
smat.update_dim();
return smat; return smat;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment