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