x3cflux.SolutionSpace

class x3cflux.SolutionSpace

Bases: pybind11_object

Space defined by the solution of a linear equation system

Methods

kernel_basis(self)

Basis of the kernel space

particular_solution(self)

Particular solution of the equation

permutation(self)

kernel_basis(self: x3cflux.lib.core.SolutionSpace) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']

Basis of the kernel space

particular_solution(self: x3cflux.lib.core.SolutionSpace) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']

Particular solution of the equation

permutation(self: x3cflux.lib.core.SolutionSpace) Annotated[numpy.typing.NDArray[numpy.int32], '[m, n]']