#include "header.h" /* TODO: implement */ Vector * cg(Matrix *A, Vector *b, float tol, int imax) { // TODO: figure out the linear algebra needed to do // this! return b; }