x3cflux.VectorLESSolver
- class x3cflux.VectorLESSolver
Bases:
pybind11_objectPython interface for linear equation system solvers
Attributes
toleranceMethods
copy(self)solve(self, problem)Solves linear equation system.
- 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