-
imports of tinyvec-et.h and tinymat.h are not in blitz0.10. Looks like they are replaced by tinyvec2.h and tinymat2.h. libdiffpy's README.txt doesn't specify which version of blitz to use, so I'm as…
-
The SX class is now intended to be an internal class, with the users working with SXMatrix. IMO it makes sense to change the names to reflect this, i.e rename SX --> SXElement, SXMatrix --> SX.
This …
-
When I do
```
#include
```
I get the following error:
```
In file included from main.cpp:12:
In file included from /usr/local/include/viennacl/generator/generate.hpp:33:
In file included from /usr…
-
My following implementation which must be called like `_calculate(target, source)` even though the signature was copied from your Java code, produces results incremented by 1 compared to, say [this](h…
-
createSubmesh crashed in parallel.
I got an exception bad alloc when using createSubmesh in parallel. (seems to be a recent problem).
You can run the simplified test : fsi/applications/levelset/level…
-
While implementing #554, I'm getting more and more the feeling that we need to do something to address the number of functions in CasADi. From what I've heard, @ghorn has expressed similar concerns. M…
-
I have been trying to compile Feel++ for some time now. I am using the code fetched from github. The machine is a SGI NUMA machine running Linux 3.0.74-0.6.10-default. I'm linking with all the librar…
-
Hello,
I'd like to know whether it is (or will be possible) to add a constraint than has more than one output.
I have a constraint on a vector (something like dq_min < dq < dq_max) and I'd like to ad…
-
Currently calling the update method in LinearFilter will cause a seg fault when the actual call to BFL's EKF update method is called. The A,B,H and z matrices all seem to be properly formed. Needs mor…
-
It could be a great test for the code (and the libraries).
Some things to consider first:
```
support for overloaded arithmetic operators (Boost.Multi_Array does not have one)
redefined abs(), sqrt()…