Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0d9bfd76 authored by hhakim's avatar hhakim
Browse files

Update Transform::read_from_mat_file the Faust nnz after reading the factors in .mat file.

parent 92370714
No related merge requests found
...@@ -497,6 +497,7 @@ void Faust::Transform<FPP, Cpu>::read_from_mat_file(const char *filepath) ...@@ -497,6 +497,7 @@ void Faust::Transform<FPP, Cpu>::read_from_mat_file(const char *filepath)
} }
push_back(gmat, false, false, false, /*copying*/ false); push_back(gmat, false, false, false, /*copying*/ false);
} }
this->update_total_nnz();
} }
template<typename FPP> template<typename FPP>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment