-
Hi,
I downloaded your code, downloaded the BOOST library (version 1.63.0, http://www.boost.org/users/history/version_1_63_0.html, Windows zip file), extract it to C:\BOOST and included it into Visu…
-
See http://en.wikipedia.org/wiki/Math.h for functions to be implemented (such as cbrt).
Does this conflict with the -std=c++98 in Makefile?
-
```
When used alongside a library that reuses (in a separate namespace) names from
the standard library, protobuf headers may fail to compile with an "ambiguous
symbol" error.
In my case, my projec…
-
I couldn't install this, i get an error saying "boost/numeric/bindings/traits/ublas_matrix.hpp: No such file or directory"
-
**Description**
Today I realized that we have an implementation (newer and using parallel utilities instead of plain OMP) called `kratos_space.h`:
https://github.com/KratosMultiphysics/Kratos/bl…
-
请问一下你是用的什么版本的boost?我的boost库里面没有下面这些头文件,我在网上查询了也没有发现boost有这些文件啊。
#include
#include
#include
#include
#include
#include
#include
#include
#include
-
for STL container compatibility, resize() would be useful. At least for 1-d. Would be nice to have for n-d also. At least up to 2-d would be compatible with some other array libs (e.g., ublas)
-
```
When used alongside a library that reuses (in a separate namespace) names from
the standard library, protobuf headers may fail to compile with an "ambiguous
symbol" error.
In my case, my projec…
-
In [ublas_vector.hpp](https://github.com/CQMP/Maxent/blob/master/ublas_vector.hpp) there was the [save](https://github.com/CQMP/Maxent/blob/master/ublas_vector.hpp#L124) method, which is incompatible …
-
Add a new experimental subdirectory inside tensor, which provides matrix and vector types that are type aliases for existing tensor types.
Add type traits for the experimental types such as `is_matr…