x3cflux.VectorLUSolver.solve

VectorLUSolver.solve(self: x3cflux.lib.core.VectorLUSolver, arg0: 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