-
Hi I receive the following errors when running make on Chrom3D. I downloaded it and unzipped the file in Downloads. I am using a Mac.
(base) c02v50nrj1g5:Chrom3D_master samirrahman$ make
g++ -O3 -…
-
In `boost/libs/math/test/univariate_statistics_test.cpp`, we see the following warning using g++-9:
```
../../../boost/numeric/ublas/detail/iterator.hpp:268:27: warning: implicitly-declared ‘const…
-
When i try to compile the code using -
python3 setup.py build
I get the following error -
In file included from external/boost-python-ublas-subset/boost_subset/boost/bind/mem_fn.hpp…
-
Dear everyone,
I hope you are doing well. I stumbled across an oddity using ublas::vector which I am not able to explain. Any information as to why this happens and how it can be prevented would be v…
Faaux updated
3 years ago
-
An UBLAS patch called: "Remove deprecated inheritance from std::iterator #97" didn't make it into the released version of Boost.
"std::iterator was deprecated in C++17 and removed in C++20. I rep…
-
I'm compiling a simple program which includes the `tensor.hpp` header:
```c++
#include
#include
int main()
{
auto A = boost::numeric::ublas::tensor{3,4,2};
std::cout
dubek updated
2 years ago
-
I do not know the history here, but it seems that the component numeric_ublas was probably recently removed but CMakeLists.txt was not updated.
I have found that simply removing the line containing…
-
Hello, very much hope to get your advice, I installed igatools encountered problems, I do not know how to solve hope you can help.
System Environment:
[root@localhost igatools_ws]# uname -a
Linux …
-
I was trying to figure out if it is possible to use `ublas::banded_matrix` with odeint when defining the jacobian. But it seems that the use of `ublas::matrix` is hard-coded at the moment?
I have a s…
-
The parameter ordering of a call to element_wise within one of the element_sub overloads is incorrect.
Since the function signature of element_wise is:
```
void element_wise(ublas::matrix const …