Started task 6
This commit is contained in:
parent
47a464aa9e
commit
af90d91e29
9 changed files with 225 additions and 102 deletions
|
@ -1,10 +1,11 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
int t1_solve (
|
||||
int t6_solve (
|
||||
double (*f) (double),
|
||||
const int m, double *d,
|
||||
double a, double b,
|
||||
double eps, int m, double *x
|
||||
);
|
||||
const double eps, const int M, double *res
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue