Question 1
|
Question 2 |
Part A: |
Part B: |
Part A: |
Part B: |
Add to the class if you need to:
typedef vector <double> VD; class FindA { public: vector <VD> A; double f(int i, int j); } |
Implement the method:
double FindA::f(int i, int j) { } |