| Commit | Date | |
|---|---|---|
| 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 |
| 2003-07-10 10:04:04 | Tree | |
| 2003-07-10 10:03:40 | Tree | |
| 2003-07-10 04:02:19 | Tree | |
|
[r397]
by
ltilib
alvarado: Bug saving series of images and channels fixed. The number of bits |
2003-07-08 04:06:47 | Tree |
| 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 |
| 2003-07-07 10:03:06 | Tree |