Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-03-09 18:06:27


Am Mittwoch, 7. März 2007 21:21 schrieb Preben Hagh Strunge Holm:
> 614 // Loop
> 615 unsigned int count = 0;
> 616 ublas::vector<double> G = _system.Constraints(q);
> 617 ublas::compressed_matrix<double> dG = _system.DConstraints(q);
> 618 ublas::vector<double> dGv = prod(dG,v);
> 619 std::cout << "...619..." << std::endl;

I can not reproduce the problem. Can you extract a running example from
your code, that shows this behavior? What version of uBLAS do you use
(CVS Head or some boost release)?

mfg
Gunter