solve abstract method

List<double> solve()

Solves the Ax = b equation and returns the x vector containing the solutions of the system.

Implementation

List<double> solve();