Mentions légales du service

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

Minor change.

parent faaf8b20
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ int main(int argc, char** argv)
std::cout << "Faust-dense matrix product OK" << std::endl;
// test multiplying a MatDense
// test multiplying a MatSparse
auto spX = MatSparse<FPP, Cpu>::randMat(size, size, .2);
// X->setOnes();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment