Mentions légales du service

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

Fix issue #250, matio helper functions not found because of recent move of...

Fix issue #250, matio helper functions not found because of recent move of them to the Faust namespace + one typo.
parent 33a38c44
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@
#include <iostream>
#include <iomanip>
using namespace Faust;
/** \brief An example of using the hierarchical factorization of a dense matrix. from .mat file.
* An dense matrix is loaded from "@FAUST_DATA_MAT_DIR@
* \param MatrixFilename : a .mat (MATLAB file) where the matrix to be factorized is stored (or its transposed (cf. parameter transposeMatrix))
......
......@@ -52,6 +52,8 @@
#include <iostream>
#include <iomanip>
using namespace Faust;
/** \brief An example of using the hierarchical factorization of a dense matrix. from .mat file.
* An dense matrix is loaded from "@FAUST_DATA_MAT_DIR@
* \param MatrixFilename : a .mat (MATLAB file) where the matrix to be factorized is stored (or its transposed (cf. parameter transposeMatrix))
......
......@@ -53,6 +53,7 @@
//#include "faust_ConstraintFPP.h"
using namespace std;
using namespace Faust;
typedef @TEST_FPP@ FPP;
typedef @TEST_FPP2@ FPP2;
......
......@@ -59,7 +59,7 @@
#include "faust_ConstraintMat.h"
namespase Faust {
namespace Faust {
#ifdef COMPILE_GPU
template<typename FPP>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment