Adolfo Rodriguez Tsouroukdissian 28dde19e40 - Added problem size constructor to decompositions that did not have one. It preallocates member data structures.
- Updated unit tests to check above constructor.
- In the compute() method of decompositions: Made temporary matrices/vectors class members to avoid heap allocations during compute() (when dynamic matrices are used, of course).

These  changes can speed up decomposition computation time when a solver instance is used to solve multiple same-sized problems. An added benefit is that the compute() method can now be invoked in contexts were heap allocations are forbidden, such as in real-time control loops.

CAVEAT: Not all of the decompositions in the Eigenvalues module have a heap-allocation-free compute() method. A future patch may address this issue, but some required API changes need to be incorporated first.
2010-04-21 17:15:57 +02:00
..
2009-12-22 22:51:08 +01:00
2010-01-20 20:51:01 +01:00
2009-06-19 20:46:55 +02:00
2010-01-21 09:43:30 +01:00
2009-12-08 15:12:27 +00:00
LU
2009-12-14 22:52:11 -05:00
2009-12-22 22:51:08 +01:00
2010-04-21 18:21:46 +02:00
2010-04-21 18:21:46 +02:00
SVD
2010-01-14 22:30:58 -05:00