$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [uBLAS] Matrix inversion
From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2011-03-02 03:04:36
`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