x3cflux.VectorLESSolver.solve
- 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