help-octave
[Top][All Lists]
Advanced

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

Q about ML code


From: fork
Subject: Q about ML code
Date: Tue, 22 Nov 2011 04:08:43 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

In my effort to port SeDuMi (I really should get back to my life...), I am
coughing up an error on this function header line:

function [L.L, L.d, L.skip, L.add] = blkchol(L,X,pars,absd)

What could this mean?  I want to change it to:

function [L, d, skip, add] = blkchol(L,X,pars,absd)

Which would then match the example above it, but I am afraid of losing critical
information...  Any thoughts?

Also, is there a quick and dirty way to fix all the short circuit problems? 
Some fancy sed script?  I can't get "--braindead" to stop it from hitting errors
that would be fixed with short circuiting.

3.4.0 on Gentoo.

Tx



reply via email to

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