octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Change to vander.m


From: Thomas Weber
Subject: Change to vander.m
Date: Tue, 15 Jan 2008 21:32:43 +0100

I'd like to propose the attached patch to vander.m.

Advantage: it's faster for large arguments (a vector size of 3 has a
comparable speed).

Disadvantages: slower for length(c) == 2 and it needs more memory
(although if the memory needs start to be a problem, the for-loop in the
current implementation will hit even harder).

        Thomas

Attachment: faster_vander.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]