← Back to team overview

dolfin team mailing list archive

Re: Dense matrices

 

On Fri, 2006-03-31 at 10:10 -0600, Robert C.Kirby wrote:
> >
> > 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?
> 

There is no need build boost when using ublas.

If you want to build uBlas, it does have it's own build system but there
is also a configure script so you can do the usual ./configure, make
install.

Garth

> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev




Follow ups

References