← Back to team overview

dolfin team mailing list archive

Re: Dense matrices

 


The more I look at it, the more I like it.

For the benchmarks I made, there was no optimisation (it was missing from dolfin-config --cflags). When using optimisation, uBlas outperforms the simple functions I wrote for inserting and retrieving values from an array. It also provides a LU solver (which I need to compute inverses of small matrices).

It compiled fine with the Intel Linux compiler, and I'm testing it now under Cygwin.


Can you install just ublas (without the boost build system), or do you have to go through the whole boost build process?




Follow ups

References