Just had a code clinic today, one component of which mentioned inverting large matrices (in C++). Outside of my field of expertise, but directed them to this as something to consider.
1
1
You probably want `solve()`:
solve package:base R Documentation
Solve a System of Equations
Description:
This generic function solves the equation ‘a %*% x = b’ for ‘x’,
where ‘b’ can be either a vector or a matrix.
May 25, 2022 · 2:49 PM UTC
1
2



