-
Compiling the test without debug turned on from CMake, the test will hang for ad infinitum and must be aborted.
According to Sean, the issue is most likely boost, thinking that it is running in debug…
-
**[Original report](https://bitbucket.org/ompl/ompl/issue/139) by Anonymous.**
----------------------------------------
I'm getting the following error. I have boost 1.58.
[ 19%] Building CXX obje…
-
This is a typical (harmless) warning caused by our use of ublas in clang:
In file included from /Users/egull/ALPSCore/ALPSCore/install/include/alps/accumulator/accumulator.hpp:18:
In file included fr…
egull updated
9 years ago
-
Is fairly important for users. Need to be partly rewritten for higher efficiency and for supporting multiple compute backends.
-
Determine a suitable technique and/or library to allow sparse storage of MD data.
Look at and compare technologies such as:
The boost multi-index container. http://live.boost.org/doc/libs/1_44_0/lib…
-
```
linear algebra backend is now set with:
parameters["linear_algebra_backend"] = "uBLAS"
```
Original issue reported on code.google.com by `luke.ol...@gmail.com` on 20 May 2010 at 3:34
-
From: Coulombe, Steven P (IS) [mailto:steven.coulombe@ngc.com]
Sent: Thursday, June 11, 2015 1:57 PM
To: Sean Reilly
Cc: Foster, James T (IS)
Subject: USML Visual Studio 2010 Compilation Errors
Sean…
-
Because usml::types::seq_vector is missing some functionality, sequences can't be used as uBLAS vectors in some operations. Example from `usml::ocean::reflect_loss_rough::reflect_loss()`
We'd like t…
-
The envelope_model constructor copies the contents of travel_time seq_vector into a vector so that it can use that vector in a uBLAS math operation in the compute_time_series() method. As we stated i…
-
# ./configure output:
user@user-HP:~/Downloads/bioinformatics/cufflinks-master$ ./configure --with-eigen=/usr/local/include/Eigen --with-boost=/home/user/Downloads/boost_1_55
checking for a BSD-compa…
ghost updated
9 years ago