comparison liboctave/ChangeLog @ 12065:899122410ea5 release-3-2-x

more fixes & tests for matrix multiply
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 23 Aug 2009 11:11:27 +0200
parents 8e8da2c36e7e
children 310063a87407
comparison
equal deleted inserted replaced
12064:8e8da2c36e7e 12065:899122410ea5
1 2009-08-16 Jaroslav Hajek <highegg@gmail.com>
2
3 * dMatrix.cc, fMatrix.cc, CMatrix.cc, fCMatrix.cc: Add more tests.
4 * CMatrix.cc (xgemm): Fix vector * matrix case.
5 * fCMatrix.cc (xgemm): Ditto.
6
1 2009-08-16 Jaroslav Hajek <highegg@gmail.com> 7 2009-08-16 Jaroslav Hajek <highegg@gmail.com>
2 8
3 * fMatrix.cc, fCMatrix.cc: Make tests use single precision. 9 * fMatrix.cc, fCMatrix.cc: Make tests use single precision.
4 10
5 2009-08-16 Jaroslav Hajek <highegg@gmail.com> 11 2009-08-16 Jaroslav Hajek <highegg@gmail.com>