[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r403] by ltilib

doerfler: leftMultiply(matrix) now just calls multiply()

2003-07-11 04:02:27 Tree
[r402] by ltilib

alvarado: A few new functors added, but there are still many uncommented ones out there.

2003-07-11 04:02:06 Tree
[r401] by ltilib

doerfler: @ADD: lti::choleskyDecomposition decomposes a symmetric, positive-definite matrix into a Cholesky factor which is either upper (U) or lower triangular: A = L*L' or A=U'*U, where U is the transpose of L: U=L' and vise versa. It can be used for faster solution of equation systems (using forwardSubstitution and backSubstitution) or inversion of covariance matrices.

2003-07-11 04:01:40 Tree
[r400] by ltilib

alvarado: Fixed to work with GCC 3.x

2003-07-10 10:04:04 Tree
[r399] by ltilib

doerfler: now use triagonalMatrixType in the parameters

2003-07-10 10:03:40 Tree
[r398] by ltilib

rietzschel: added new implementation similar to EDISON

2003-07-10 04:02:19 Tree
[r397] by ltilib

alvarado: Bug saving series of images and channels fixed. The number of bits
per pixel while saving an image was not changed to 24.

2003-07-08 04:06:47 Tree
[r396] by ltilib

doerfler: $Log changed to $Id

2003-07-08 04:06:31 Tree
[r395] by ltilib

doerfler: @ADD: backSubstitution and forwardSubstitution are solution methods for equation systems with a triangular matrix. The algorithm to use depends on the shape of the matrix (upper/lower triangular) and the order of multiplication with the vector.

2003-07-08 04:06:12 Tree
[r394] by ltilib

alvarado: More info in the debugmk target.

2003-07-07 10:03:06 Tree
Older >