Skip to content
Snippets Groups Projects
Commit a6bbbac7 authored by Jesper Andersson's avatar Jesper Andersson
Browse files

Made sure symbols are in the correct namespace

parent 0039b272
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
#include "SpMat.h"
#include "SpMatMatrices.h"
namespace MISCMATHS {
/*!
* Global function that creates and returns a symmetric
* Toeplitz matrix with dimensions col.Nrows() x col.Nrows() and where the
......@@ -261,3 +263,5 @@ MISCMATHS::SpMat<float> Sparse3DBendingEnergyHessian(const std::vector<unsigned
delete [] irp; delete [] jcp; delete [] sp;
return(AtA);
}
} // End namespace MISCMATHS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment