$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [ublas] Plans for bindings/lapack/computational/gbsv.hpp?
From: Larry Evans (cppljevans_at_[hidden])
Date: 2011-11-18 16:42:34
On 11/18/11 12:29, Larry Evans wrote:
> Currently, there's no gbsv.hpp in that directory.
> Are there any plans to add one?
> 
> There is a test driver with a name that suggests the use of gbsv;
> 
> http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/lapack/test/ublas_gbsv.cpp
> 
> however, it only uses:
>   lapack::gbtrf
>   lapack::gbtrs
OOPS.  Never mind.  There's a driver in:
#include <boost/numeric/bindings/lapack/driver/gbsv.hpp>
which seems to work in the attached.
Sorry for noise.
-Larry