R/RcppExports.R
Solve2vect.Rd
Solves a system of linear equations A * x = B where A is a square matrix and B is a vector.
A * x = B
A
B
Solve2vect(A, B)
A square matrix of coefficients.
A vector of constants.
The solution vector x.
x