interface Sparse { /* Perform a matrix-vector multiplication, y = this * x */ public void matvec (double [1d] y, double [1d] x); }