Skip to content
Snippets Groups Projects
Commit 5dc0abc4 authored by Mark Woolrich's avatar Mark Woolrich
Browse files

*** empty log message ***

parent 3bd9f812
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ ReturnMatrix normpdf(const RowVector& vals, const RowVector& mu, const RowVector
}
ReturnMatrix mvnormrandm(const RowVector& mu, const SymmetricMatrix& covar, int nsamp)
ReturnMatrix mvnrnd(const RowVector& mu, const SymmetricMatrix& covar, int nsamp)
{
// Matrix eig_vec;
// DiagonalMatrix eig_val;
......
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