GMRESResult

class trainsum.gmres.GMRESResult(array: T, time: float, residuals: list[float])
Parameters:
  • array (T)

  • time (float)

  • residuals (list[float])

array: T

Solution of the linear system.

time: float

Time taken to compute the solution.

residuals: list[float]

Convergence history of the residuals at each step.