Menu

C++ Linear Algebra Templates / News: Recent posts

CHeap update

Changed the GetNode method to return const T & to reduce memory operations. This should still be compatible with most implementations.

Posted by Jean-Francois Kamath 2010-08-27

CHeap updates

Two significant updates: Feature addition and bug fix.

CHeap now natively supports dynamic resizing. Calls to AddNode will now grow the internal array by 20% if the new element would overrun the current bounds. The new Resize method will also allow developers to change the size manually. Setting the size to something smaller than the current size will simply discard the extras on the last level.... read more

Posted by Jean-Francois Kamath 2010-08-24