[go: up one dir, main page]

Menu

Code Commit Log


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
[r389] by ltilib

beier: Added documentaion

2003-07-05 04:01:54 Tree
[r388] by ltilib

beier: Added/changed documentation

2003-07-05 04:01:44 Tree
[r387] by ltilib

alvarado: Upps, debug code were still in... now everything should be ok.

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
[r385] by ltilib

sltilib: Error computing mean values (divide by 0) fixed.

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
[r383] by ltilib

alvarado: Formatting changed.

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
[r381] by ltilib

alvarado: Simple variation of apply method.

2003-07-01 04:02:26 Tree
Older >