Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56822 - sandbox/numeric_bindings/boost/numeric/bindings/blas/detail
From: rutger_at_[hidden]
Date: 2009-10-14 08:53:07


Author: rutger
Date: 2009-10-14 08:53:06 EDT (Wed, 14 Oct 2009)
New Revision: 56822
URL: http://svn.boost.org/trac/boost/changeset/56822

Log:
added cublas and cblas detail include files

Added:
   sandbox/numeric_bindings/boost/numeric/bindings/blas/detail/cblas.h (contents, props changed)
   sandbox/numeric_bindings/boost/numeric/bindings/blas/detail/cublas.h (contents, props changed)

Added: sandbox/numeric_bindings/boost/numeric/bindings/blas/detail/cblas.h
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/boost/numeric/bindings/blas/detail/cblas.h 2009-10-14 08:53:06 EDT (Wed, 14 Oct 2009)
@@ -0,0 +1,21 @@
+/*
+ *
+ * Copyright (c) Kresimir Fresl 2002
+ *
+ * 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)
+ *
+ * Author acknowledges the support of the Faculty of Civil Engineering,
+ * University of Zagreb, Croatia.
+ *
+ */
+
+#ifndef BOOST_NUMERIC_BINDINGS_BLAS_DETAIL_CBLAS_H
+#define BOOST_NUMERIC_BINDINGS_BLAS_DETAIL_CBLAS_H
+
+extern "C" {
+#include <cblas.h>
+}
+
+#endif

Added: sandbox/numeric_bindings/boost/numeric/bindings/blas/detail/cublas.h
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/boost/numeric/bindings/blas/detail/cublas.h 2009-10-14 08:53:06 EDT (Wed, 14 Oct 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_BLAS_DETAIL_CUBLAS_H
+#define BOOST_NUMERIC_BINDINGS_BLAS_DETAIL_CUBLAS_H
+
+#include <cublas.h>
+
+#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