uwhpsc-2016 / homework2

Homework #2
0 stars 3 forks source link

Additional Help Method #44

Open donghuimai opened 8 years ago

donghuimai commented 8 years ago

If I write an additional helper method for the jacobi and gauss seidel functions, do I need to add it to the header file and write documentations for it?

quantheory commented 8 years ago

I don't think that's necessary. If you want to call the functions from a different code (e.g. if you write your own test program in C), then they have to be in the header file, though.

cswiercz commented 8 years ago

No. You don't need to.