Skip to content

Commit

Permalink
Update matrix_exponential.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
poliu2s committed Jul 8, 2013
1 parent 3caa94e commit 595aab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_exponential.cpp
Expand Up @@ -8,7 +8,7 @@

using namespace std;

double* matrix_exponential(double* matrix, double* result)
void matrix_exponential(double* matrix, double* result)
{
int accuracy = 10;

Expand Down

0 comments on commit 595aab9

Please sign in to comment.