#include "cs_demo.h" /* cs_demo3: read a matrix and test Cholesky update/downdate */ int main (void) { problem *Prob = get_problem (stdin, 0) ; demo3 (Prob) ; free_problem (Prob) ; return (0) ; }