$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [uBLAS] Matrix inversion
From: Ryan (mccorywork_at_[hidden])
Date: 2011-03-03 11:04:13
On Wed, Mar 2, 2011 at 2:06 PM, Bo Jensen <jensen.bo_at_[hidden]> wrote:
> LU is a factorization of the matrix not a inverse...in real life
> inverting the matrix is only for small examples.
Since I'm dealing with a Kalman Filter in my real life the inverse is
needed.
Ryan