Commit bdab610c authored by Davis King's avatar Davis King

Updated comment

parent 67710d11
...@@ -57,7 +57,7 @@ using namespace std; ...@@ -57,7 +57,7 @@ using namespace std;
// Make a function named mex_function() and put your code inside it. // Make a function named mex_function() and put your code inside it.
// Note that the return type should be void. Use non-const reference // Note that the return type should be void. Use non-const reference
// arguments to return outputs. Finally, mex_function() must have no // arguments to return outputs. Finally, mex_function() must have no
// more than 10 arguments. // more than 20 arguments.
void mex_function ( void mex_function (
const matrix_colmajor& x, const matrix_colmajor& x,
const matrix_colmajor& y, const matrix_colmajor& y,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment