octave-maintainers
[Top][All Lists]
Advanced

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

Re: more QR & Cholesky updating functions


From: David Bateman
Subject: Re: more QR & Cholesky updating functions
Date: Thu, 03 Apr 2008 11:53:31 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

Jaroslav Hajek wrote:
> hello,
>
> in addition to the function QRUPDATE, QRINSERT, QRDELETE and
> CHOLUPDATE, I'm also implementing
> QRSHIFT (circular column shift), CHOLINSERT (insert row&column),
> CHOLDELETE (delete row&column) and
> CHOLSHIFT (circular symmetric row&col shift). these four operations
> supplement the already implemented four,
> in a certain sense they "complete" the set of modifications that can
> be done as level-2 operations with
> Givens rotations. (note that any row permutation of QR is trivial).
>
> The previous updating subroutines were wrapped as methods of the QR
> and CHOL classes, with DEFUN wrappers
> going in DLD-FUNCTIONS/qr.cc and chol.cc.
> However, these latter four are not found in MATLAB (why?). Can I
> follow the same scenario, or try implementing
> them differently (perhaps in Octave-Forge)?
>
>
>   
If they aren't in the core of Matlab, should they go in the core of
Octave? If they are in the core of Octave they should probably form part
of the Chol and QR classes

D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

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