Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51773 - in sandbox/numeric_bindings/boost/numeric/bindings: . lapack
From: rutger_at_[hidden]
Date: 2009-03-14 07:42:19


Author: rutger
Date: 2009-03-14 07:42:18 EDT (Sat, 14 Mar 2009)
New Revision: 51773
URL: http://svn.boost.org/trac/boost/changeset/51773

Log:
Added lapack main include, driver and computational subincludes

Added:
   sandbox/numeric_bindings/boost/numeric/bindings/lapack.hpp (contents, props changed)
   sandbox/numeric_bindings/boost/numeric/bindings/lapack/computational.hpp (contents, props changed)
   sandbox/numeric_bindings/boost/numeric/bindings/lapack/driver.hpp (contents, props changed)

Added: sandbox/numeric_bindings/boost/numeric/bindings/lapack.hpp
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/boost/numeric/bindings/lapack.hpp 2009-03-14 07:42:18 EDT (Sat, 14 Mar 2009)
@@ -0,0 +1,15 @@
+//
+// Copyright (c) 2009 Rutger ter Borg
+//
+// 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_HPP
+#define BOOST_NUMERIC_BINDINGS_LAPACK_HPP
+
+#include <boost/numeric/bindings/lapack/computational.hpp>
+#include <boost/numeric/bindings/lapack/driver.hpp>
+
+#endif

Added: sandbox/numeric_bindings/boost/numeric/bindings/lapack/computational.hpp
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/boost/numeric/bindings/lapack/computational.hpp 2009-03-14 07:42:18 EDT (Sat, 14 Mar 2009)
@@ -0,0 +1,12 @@
+//
+// Copyright (c) 2009 Rutger ter Borg
+//
+// 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_COMPUTATIONAL_HPP
+#define BOOST_NUMERIC_BINDINGS_LAPACK_COMPUTATIONAL_HPP
+
+#endif

Added: sandbox/numeric_bindings/boost/numeric/bindings/lapack/driver.hpp
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/boost/numeric/bindings/lapack/driver.hpp 2009-03-14 07:42:18 EDT (Sat, 14 Mar 2009)
@@ -0,0 +1,14 @@
+//
+// Copyright (c) 2009 Rutger ter Borg
+//
+// 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_DRIVER_HPP
+#define BOOST_NUMERIC_BINDINGS_LAPACK_DRIVER_HPP
+
+#include <boost/numeric/bindings/lapack/solve.hpp>
+
+#endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk