`solve' does matrix inversion for triangular matrices. LU decomposition is
also present in lu.hpp
Ryan wrote:
I haven't found anywhere in the documentation for a method that does
matrix inversion. Does such a method exist but isn't well documented?
Ryan