| Commit | Date | |
|---|---|---|
|
[r390]
by
ltilib
doerfler: @ADD: new method leftMultiply(const matrix<T>& A) added to matrix. Multiplies A*this and leaves the result in this. |
2003-07-05 04:02:08 | Tree |
| 2003-07-05 04:01:54 | Tree | |
| 2003-07-05 04:01:44 | Tree | |
| 2003-07-04 04:02:44 | Tree | |
|
[r386]
by
ltilib
alvarado: Bug removing old data in useExternData fixed. The data were allocated with new[] but removed with delete. Not it uses delete[] as expected. |
2003-07-04 04:02:16 | Tree |
| 2003-07-02 10:02:37 | Tree | |
|
[r384]
by
ltilib
alvarado: New apply method computes the palette with better precision and also the number of elements per label. |
2003-07-02 10:02:20 | Tree |
| 2003-07-02 10:01:56 | Tree | |
|
[r382]
by
ltilib
doerfler: @ADD: matrix and vector now have methods that return iterators pointing to the last valid element (inverseBegin()) and the element before the first valid element (inverseEnd()). They can be used for iteration in inverse direction. Real reverse_iterators as in the STL are slower than iterators and will thus not be included in the LTI-Lib. |
2003-07-01 10:02:17 | Tree |
| 2003-07-01 04:02:26 | Tree |