Menu

C++ Matrix / News: Recent posts

C++ Matrix Release 0.07 Beta

Minor updates.

Posted by Glenn MacGougan 2009-02-10

C++ Matrix Release 0.06 Beta

- Bug Fix: Determinant sign error (in a few select cases the determinant had the wrong sign).
- Bug Fix: SortByColumn and related functions (only the first and second column were sorted correctly).
- Enhanced the Concatonate() function to allow concatonation of an empty matrix.
- Efficient functions for multiplication with a matrix transpose added.
- New Functions
ExtractSubMatrix
Inplace_erf
Inplace_erfc
Inplace_erfinv
Inplace_erfcinv
GetLDLt
GetUDUt
Find_EqualTo
Find_NotEqualTo
Find_LessThan
Find_MoreThan

Posted by Glenn MacGougan 2008-09-24

C++ Matrix Release 0.05 Beta

The FFT function was only computing the FFT of the first column. Fixed to compute the FFT of each column.

Efficient functions for multiplication with a matrix transpose added.

New Functions: FFT2 & IFFT2

Posted by Glenn MacGougan 2008-05-07

C++ Matrix Release 0.04 Beta

'explicit' keyword added to vector style constructor (needed for some compilers).
New Functions:
bool Matrix::Swap - Swap the contents of two matrices without copying

Posted by Glenn MacGougan 2008-05-02

C++ Matrix Release 0.03 Beta

matrix inversion enhancements, new functions including rand and randn.

Posted by Glenn MacGougan 2008-04-28

C++ Matrix Release 0.02 Beta

inner loop optimizations, a few new functions.

Posted by Glenn MacGougan 2008-04-24

C++ Matrix Release 0.01 Beta

Initial release of the C++ Matrix project.

Posted by Glenn MacGougan 2008-04-20
MongoDB Logo MongoDB