Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little issue of grad_check.m #7

Open
xuewei4d opened this issue Jan 8, 2015 · 0 comments
Open

Little issue of grad_check.m #7

xuewei4d opened this issue Jan 8, 2015 · 0 comments

Comments

@xuewei4d
Copy link

xuewei4d commented Jan 8, 2015

Line 22 of grad_check.m
fprintf('% 5d % 6d % 15g % 15f % 15f % 15f\n', ... i,j,error,g(j),g_est,f);
should be
fprintf('% 5d % 6d % 15g % 15f % 15f % 15f\n', ... i,j,error,g_est,g(j),f);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant