Boost logo

Ublas :

From: Vardan Akopian (vakopian_at_[hidden])
Date: 2007-08-16 13:31:06


On 8/16/07, Karl Meerbergen <Karl.Meerbergen_at_[hidden]> wrote:
> Hi Vardan,
>
> I just received write access to the subversion boost-sandbox repository.
> I am adding your file to it. I suggest the following header for your
> file, to be in line with other files and to anticipate a boost license
> in the future:
>
> //
> // Copyright Vardan Akopian 2007
> //
> // Distributed under the Boost Software License, Version 1.0.
> // (See accompanying file LICENSE_1_0.txt or copy at
> // http://www.boost.org/LICENSE_1_0.txt)
> //
>
> #ifndef BOOST_NUMERIC_BINDINGS_LAPACK_GBSV_HPP
> #define BOOST_NUMERIC_BINDINGS_LAPACK_GBSV_HPP
>
> I would like to add myself as an author when changes have to be made to
> this file, some time in the future. I suppose that you do not object.
>
> Do you have a regression test for this file?
>
> Thanks!
>
> Karl
>

Hi Karl,

No objection at all, feel free to modify the file as you see fit. I
don't have a (formal) test case for this yet, but I'll take a look how
other test cases are done for the bindings, and I'll try to create one
next time I get a chance ;-)

Thanks.
-Vardan