summaryrefslogtreecommitdiff
path: root/libs/numeric
diff options
context:
space:
mode:
Diffstat (limited to 'libs/numeric')
-rw-r--r--libs/numeric/CMakeLists.txt27
m---------libs/numeric/conversion0
-rw-r--r--libs/numeric/index.html14
m---------libs/numeric/interval0
-rw-r--r--libs/numeric/module.cmake1
-rw-r--r--libs/numeric/sublibs1
m---------libs/numeric/ublas0
7 files changed, 43 insertions, 0 deletions
diff --git a/libs/numeric/CMakeLists.txt b/libs/numeric/CMakeLists.txt
new file mode 100644
index 0000000000..a5e5689200
--- /dev/null
+++ b/libs/numeric/CMakeLists.txt
@@ -0,0 +1,27 @@
+#
+# Copyright Troy D. Straszheim
+#
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
+#
+#----------------------------------------------------------------------------
+# This file was automatically generated from the original CMakeLists.txt file
+# Add a variable to hold the headers for the library
+set (lib_headers
+ numeric
+)
+
+# Add a library target to the build system
+boost_library_project(
+ numeric
+ # SRCDIRS
+ TESTDIRS conversion/test interval/test ublas/test
+ HEADERS ${lib_headers}
+ # DOCDIRS
+ # DESCRIPTION
+ MODULARIZED
+ # AUTHORS
+ # MAINTAINERS
+)
+
+
diff --git a/libs/numeric/conversion b/libs/numeric/conversion
new file mode 160000
+Subproject ceea7aa8193010bbb6f3c9106b39ca51080da39
diff --git a/libs/numeric/index.html b/libs/numeric/index.html
new file mode 100644
index 0000000000..6c74e6c741
--- /dev/null
+++ b/libs/numeric/index.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; URL=ublas/doc/index.htm">
+</head>
+<body>
+Automatic redirection failed, please go to
+<a href="ublas/doc/index.htm">ublas/doc/index.htm</a>.&nbsp;<hr>
+<p>© Copyright Beman Dawes, 2001</p>
+<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
+file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
+at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
+</p>
+</body>
+</html> \ No newline at end of file
diff --git a/libs/numeric/interval b/libs/numeric/interval
new file mode 160000
+Subproject d27213289681a753ea33a8f9a4af9d93bce3e6d
diff --git a/libs/numeric/module.cmake b/libs/numeric/module.cmake
new file mode 100644
index 0000000000..cab15aacd0
--- /dev/null
+++ b/libs/numeric/module.cmake
@@ -0,0 +1 @@
+boost_module(numeric DEPENDS logic serialization) \ No newline at end of file
diff --git a/libs/numeric/sublibs b/libs/numeric/sublibs
new file mode 100644
index 0000000000..721d7c4a92
--- /dev/null
+++ b/libs/numeric/sublibs
@@ -0,0 +1 @@
+The existance of this file tells the regression reporting programs that the directory contains sub-directories which are libraries. \ No newline at end of file
diff --git a/libs/numeric/ublas b/libs/numeric/ublas
new file mode 160000
+Subproject 1bb19008978d8be890fea747455d2d09d723684