x3cflux.MatrixLESSolver.solve
- MatrixLESSolver.solve(self: x3cflux.lib.core.MatrixLESSolver, problem: x3cflux.lib.core.MatrixLinearEquationSystem) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']
Solves linear equation system.
- Parameters:
problem – Linear equation system
- Returns:
Solution vector/matrix