Home > @josh-brown/vector > Solver
A function that solves a linear system _Ax=b_
Signature:
export type Solver<S> = (A: Matrix<S>, b: Vector<S>) => LinearSolution<S>;References: Matrix, Vector, LinearSolution
Home > @josh-brown/vector > Solver
A function that solves a linear system _Ax=b_
Signature:
export type Solver<S> = (A: Matrix<S>, b: Vector<S>) => LinearSolution<S>;References: Matrix, Vector, LinearSolution