Mentions légales du service

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

Minor corrections in code doc.

parent cc2025b2
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
#include "faust_prox.h"
#include <iostream>
/** \brief unitary test for MatDense conjugate
/** \brief unitary test for circ projector
*/
typedef @TEST_FPP@ FPP;
......
......@@ -2,7 +2,7 @@
#include "faust_prox.h"
#include <iostream>
/** \brief unitary test for MatDense conjugate
/** \brief unitary test for hankel projector
*/
typedef @TEST_FPP@ FPP;
......@@ -18,9 +18,6 @@ int main(int argc, char* argv[])
/* initilisation of the factors of the Faust */
// factor 1
MatDense<FPP,Cpu>* M;
MatDense<FPP,Cpu> M_copy;
M = MatDense<FPP,Cpu>::randMat(dim1,dim2);
......
......@@ -2,7 +2,7 @@
#include "faust_prox.h"
#include <iostream>
/** \brief unitary test for MatDense conjugate
/** \brief unitary test for toeplitz projector
*/
typedef @TEST_FPP@ FPP;
......@@ -17,10 +17,6 @@ int main(int argc, char* argv[])
faust_unsigned_int dim2 = 10;
/* initilisation of the factors of the Faust */
// factor 1
MatDense<FPP,Cpu>* M;
MatDense<FPP,Cpu> M_copy;
M = MatDense<FPP,Cpu>::randMat(dim1,dim2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment