Home > @josh-brown/vector > LinearSolution
A general type representing any type of solution to a linear system.
Signature:
export type LinearSolution<S> = UniqueSolution<S> | OverdeterminedSolution | UnderdeterminedSolution<S>;References: UniqueSolution, OverdeterminedSolution, UnderdeterminedSolution