solve abstract method

List<double> solve()

Solves the Ax = b equation and returns the x vector.

Implementation

List<double> solve();