Boost logo

Ublas :

From: Maik Beckmann (beckmann.maik_at_[hidden])
Date: 2008-03-11 04:22:29


Am Dienstag 11 März 2008 08:13:02 schrieb Kresimir Fresl:
> Docs and examples for bindings library are in boost-sandbox:
>
> http://boost.cvs.sourceforge.net/boost-sandbox/boost-sandbox/libs/numeric/b
>indings/
>

CVS has been replaced by subversion a while ago. Now the right way is to
checkout the bindings code via
  svn co http://svn.boost.org/svn/boost/sandbox/boost/numeric/bindings \
      ublas_extensions/boost/numeric/bindings
and the examples and docs via
  svn co http://svn.boost.org/svn/boost/sandbox/libs/numeric/bindings \
      ublas_extensions/libs/numeric/bindings

Best,
 -- Maik