octave-maintainers
[Top][All Lists]
Advanced

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

Re: 2.9.5 and 2.1.73


From: John W. Eaton
Subject: Re: 2.9.5 and 2.1.73
Date: Tue, 14 Mar 2006 13:22:33 -0500

On 14-Mar-2006, David Bateman wrote:

| Yes. I have quite a few changes, in particular to the sparse rectangular
| solver code I recently introduced. In fact in is partially disabled in
| the current CVS. I have a couple of issues (ie seg-faults) with the code
| at the moment but will send it hopefully before the end of the week.
| 
| There are also three features I have patches for I'd like to add for 2.9.5

OK.

| However I have a question on how to use
| C++ template functions in octave. My problem is I need to write
| "dmsolve<SparseMatrix,SparseMatrix,SparseMatrix>(...)" rather than
| "dmsolve(....)" to call the specific version of a template function. I
| can find no instances of the use of such calls to specific template
| functions in octave and so I'm not sure of the best way to include the
| code.

I suppose we haven't needed to do this because the tempalte functions
we've needed to call so far could all be resolved by the arguments
alone.  What is wrong with they way you are handling this case now?

jwe



reply via email to

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