1+ ndarray: NumPy-friendly multidimensional arrays in C++
2+ ======================================================
3+ [ ![ Build Status] ( https://travis-ci.org/ndarray/ndarray.svg?branch=master )] ( https://travis-ci.org/ndarray/ndarray )
4+
15ndarray is a template library that provides multidimensional array
26objects in C++, with an interface and features designed to mimic the
37Python 'numpy' package as much as possible.
48
5- More information can be found in the Doxygen-generated documentation
9+ More information can be found in the [ documentation at
10+ ndarray.github.io/ndarray] ( http://ndarray.github.io/ndarray/ ) .
11+
612(which is unhelpfully not built automatically at present...read
713ndarray.h instead).
814
915
10- BUILDING FROM GIT
16+ Building from Git
17+ -----------------
1118
1219ndarray includes the Boost.NumPy library using git's "submodules"
1320feature. When you clone the ndarray repository with git, you'll get
@@ -34,11 +41,12 @@ build with cmake, do:
3441 make
3542
3643
37- BUILDING FROM COMPRESSED SOURCE
44+ Building from Compressed Source
45+ -------------------------------
3846
3947GitHub's automatically generated tarballs and zip files don't include
4048the Boost.NumPy submodule or the git metadata needed to run "git
4149submodule", so these features can't be used to download ndarray.
4250
4351When we post release downloads, however, we'll include the Boost.NumPy
44- source so they can be built directly.
52+ source so they can be built directly.
0 commit comments