x3cflux.VectorLESSolver

class x3cflux.VectorLESSolver

Bases: pybind11_object

Python interface for linear equation system solvers

Attributes

tolerance

Methods

copy(self)

solve(self, problem)

Solves linear equation system.

copy(self: x3cflux.lib.core.VectorLESSolver) x3cflux.lib.core.VectorLESSolver
solve(self: x3cflux.lib.core.VectorLESSolver, problem: x3cflux.lib.core.VectorLinearEquationSystem) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']

Solves linear equation system.

Parameters:

problem – Linear equation system

Returns:

Solution vector/matrix