Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c.
the OF website. Marius c. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c.
The problem should be now fixed in the repository, could you try the latest version from SVN and let me know if you still experience the same problem? Thanks, Carlo On 14/mag/08, at 13:38, Marius Schamschula wrote: After installing secs1d and secs2d I get the following warnings when starting

Re: [OctDev] Addpath warnings for secs1d and secs2d

2008-05-14 Thread c .
structure that only makes sense when a local installation is performed. The issue affected all unix platforms not only the mac, but, as I said in a previous mail, should now be resolved in the SVN version. c. - This SF.net

Re: [OctDev] License of the tsa package

2008-05-28 Thread c.
it be possible for anybody to link to a script file anyway? I don't think we should change LGPL C++ files to GPL, as that would go against the wishes of whoever released the code as LGPL. To my understanding, if these C++ files link to liboctave linking to the binaries produced from such files would mean

[OctDev] nurbs package

2008-11-06 Thread c.
Hi, I am currently using an Octave port of Mike Spink's nurbs toolbox [1] including the modifications posted by Daniel Claxton on Matlab Central [2] . For my own convenience I have made these files into an Octave package and I was wondering whether it would be possible/make sense to publish

Re: [OctDev] nurbs package

2008-11-07 Thread c.
On 07/nov/08, at 09:17, David Bateman wrote: c. wrote: For my own convenience I have made these files into an Octave package and I was wondering whether it would be possible/make sense to publish it on Octave-Forge. Sure go ahead.. The only downside is that is the original authors

[OctDev] new packages uploaded and comments on the release procedure / sourceforge website

2010-02-09 Thread c.
file is not automatically kept in sync with the index page, I'll fix this by inserting a php script to generate the NEWS file as soon as I have time (of course if someone else beats me at this I won't be disappointed) in the index page as soon All the best, c

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-09 Thread c.
://octave.sourceforge.net/packages.php to upload your code to SVN and then make a release c. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-13 Thread c.
On 12 Feb 2010, at 20:10, José Luis García Pallero wrote: 2010/2/9 c. kingcrim...@tiscali.it: I have added you to the developers, please follow the instructions at http://octave.sourceforge.net/packages.php to upload your code to SVN and then make a release c. I suppose the instructuins

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-13 Thread c.
want a file to be removed from the latest SVN revision, you can do this yourself using svn rm filename svn commit -m'removed files uploaded by mistake' If you want the files to disappear from history completely that's a bit more tricky though. Sorry, sorry. c

Re: [OctDev] Directory structure of ocs

2010-05-24 Thread c.
On 24 May 2010, at 20:12, Thomas Weber wrote: On Mon, May 24, 2010 at 06:06:10PM +0200, c. wrote: On 24 May 2010, at 10:39, Thomas Weber wrote: Ignoring the bug report, I do not want the bug report to remain ignored, I am willing to help find a fix, just not this way. I meant

Re: [OctDev] Directory structure of ocs

2010-05-24 Thread c.
On 24 May 2010, at 21:51, Judd Storrs wrote: On Mon, May 24, 2010 at 3:00 PM, c. kingcrim...@tiscali.it wrote: I tried the same test on my system and the number I see are consistent with yours. Do you mind if I ask how you did this? I've been trying but the timing differences I find

Re: [OctDev] Introducing myself, and a request for SVN access

2010-08-05 Thread c.
svn export . ~/path/where/you/want/to/put/OF/octave-forge/extra/ dataframe cd ~/path/where/you/want/to/put/OF svn add dataframe svn commit -madding package dataframe Regards Pascal Dupuis c. -- The Palm PDK Hot Apps

Re: [OctDev] io package updated

2010-08-25 Thread c.
of this, sorry I couldn't do it myself but the first days after coming back from holidays have been quite busy. c. -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative

Re: [OctDev] A paper on evaluation of free mathematical software

2010-09-05 Thread c.
on technical grounds rather than starting a flamewar. I also reported the results I obtained on my 2.5 years old core2-duo macbook running OS X 10.5.8 and Octave.app 3.2.3. My guess is that those guys somehow got a version of Octave linked to a poor implementation of BLAS/LAPACK HTH, c. P.S

Re: [OctDev] Use of MATLAB Central (was Re: GPL violations)

2010-09-05 Thread c.
license.txt containing a BSD license I beleive this was done to comply with the new TMW ToS, but, as the uploader of the package is NOT the copyright holder, This is clearly in violation of the terms of GPL. Does any of you have suggestions about how to react to this violation? Thanks, c

Re: [OctDev] Fwd: A paper on evaluation of free mathematical software

2010-09-15 Thread c.
Dear Juan Pablo, The email of the author of the paper is not included in your post, so please forward my replies below to him. On 15 Sep 2010, at 10:51, Juan Pablo Carbajal wrote: Moreover, about the online documentation, with online documentation we do not mean that there is no available

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
a vectorised version of 'point2triag'... c. -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8 for consumers in U.S. and Canada $10 million total

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
Hi, On 21 Oct 2010, at 13:25, JuanPi wrote: Hi c. Thanks a lot for the pointer. Indeed I am working with triangular meshes. In my experience dealing with cells is very slow, so I try to avoid them. I need this function to speed up queries to a mesh (maybe there is a better

Re: [OctDev] Problems with demo.m

2010-10-21 Thread c.
On 21 Oct 2010, at 15:20, JuanPi wrote: Hi c. It may be that there is a difference. I cannot fully understand the way you use the ismember function. To me, it looks you are comparing a matrix with integer numbers (the triangle vertices) against a logical matrix with 1's where the vertex

Re: [OctDev] dataframe-0.8 released

2010-10-29 Thread c.
On 29 Oct 2010, at 14:53, depuis wrote: A new version of dataframe has been uploaded to http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 Improvments: - don't choke when reading CSV files with empty fields - basic operations (+,-,*,/,\) as well as dotted equivalent (.*, ...)

Re: [OctDev] dataframe-0.8 released

2010-10-29 Thread c.
On 29 Oct 2010, at 16:40, Pascal Dupuis wrote: 2010/10/29 c. carlo.defa...@gmail.com: As I already wrote in the forum, the package tarball is built incorrectly, it includes .svn directories which should not be there. To make sure this does not happen, you should do cd octave-forge/extra

Re: [OctDev] dataframe-0.8 released

2010-11-09 Thread c.
more categories if you so deem necessary and try generating the docs once again. c. -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book Blueprint

Re: [OctDev] savevtk

2010-11-15 Thread c.
are in 'io' maybe the vtk functions should also go there solution 3) 'fpl' is composed of 3 different sets of functions: [a] functions to output data in external file formats (.vtu and .dx) [b] wrappers for controlling opendx visualization from within octave [c] wrappers that produce plots

Re: [OctDev] savevtk

2010-11-16 Thread c.
urgent stuff. Someone more knowledgeable in the field of vtk ...dx should have a say here. Please? Philip c. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1

Re: [OctDev] savevtk

2010-11-19 Thread c .
On 18 Nov 2010, at 10:58, octave-maintainers-requ...@octave.org wrote: Message: 2 Date: Wed, 17 Nov 2010 22:53:58 +0100 From: Philip Nienhuis pr.nienh...@hccnet.nl Subject: Re: savevtk To: Levente Torok torok...@gmail.com Cc: octave-maintain...@octave.org Message-ID:

Re: [OctDev] Octave-Forge note to users of Mac OS X 10.6 also applies to latest update 10.5.8

2010-11-19 Thread c.
is distributed via octave-forge and is not related to octave itself, so the correct place to discuss this issue would have been on the octave-forge mailing list: octave-dev@lists.sourceforge.net rather than here. Best regards, c

Re: [OctDev] savevtk

2010-11-19 Thread c.
tetrahedral grid. and save_vector_field_vtk again this name says nothing about the kind of grid you are using. Anyway I can use this names for the moment until we think about something better. Thanks for all the help and comment, Levente c

Re: [OctDev] got message back I did not send

2010-12-15 Thread c.
messages for posts I had sent to other SF mailing lists around 2 months ago. Søren c. -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next

Re: [OctDev] rpm packaging of octave packages

2010-12-23 Thread c.
-version.tar.gz and pkg build -deb package_name-version.tar.gz directly in pkg.m? Søren c. -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize

Re: [OctDev] About sces2d and bim packages

2011-01-10 Thread c.
want to consider a different material you will have to modify the file costants.m and re-generate constants.mat HTH, c. PNDIODE_data.m Description: Binary data PNDIODE_IV.m Description: Binary data PNDIODE.m Description: Binary data

Re: [OctDev] Registration for fuzzy logic package

2011-01-17 Thread c.
so why should users of categories 1,2,3 also download your .dll file? c. -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats

Re: [OctDev] Registration for fuzzy logic package

2011-01-18 Thread c.
windows users with a ready-to-use package you should add your package to the precompiled packages in the windows installer, I think other packages do the same. would that be ok for you? c. -- Protect Your Site and Customers

Re: [OctDev] Registration for fuzzy logic package

2011-01-18 Thread c.
contact him directly he can give you more details. c. -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have

Re: [OctDev] enable users to download older package versions

2011-01-23 Thread c .
rather than by version number. Also notice that typing: http://downloads.sourceforge.net/octave/package name-version number.tar.gz?download sourceforge will redirect you to the correct location of any old package release. c

Re: [OctDev] Registration for fuzzy logic package

2011-01-28 Thread c.
by other users about the usefulness of these functions. If no-one objects, though, I'll add you to the octave-forge developers during the weekend so that you can commit to the repository. c. 1) should probably remove fl-core-1.0/Makefile fl-core-1.0/configure that seem to do nothing interesting

Re: [OctDev] Registration for fuzzy logic package

2011-02-04 Thread c.
On 4 Feb 2011, at 09:46, Gianvito Pio wrote: Hello, any news for us? Thanks Sorry, real life issues kept me away from Octave stuff lately. I'll add you ASAP, can you remeind me what is your SF account? c

Re: [OctDev] Registration for fuzzy logic package

2011-02-04 Thread c.
On 4 Feb 2011, at 11:06, Gianvito Pio wrote: @Carlo: my SF username: gianvito . My colleague SF username: Piero Molino. Gianvito, I added you as a developer, as soon as your colleaugue will have some code to check-in we can add him too. Thank you. c

Re: [OctDev] Registration for fuzzy logic package

2011-02-07 Thread c.
/viewtopic.php?f=1t=46p=86#p86) c. --- Hi, The package is already uploaded and can be accessed via: http://sourceforge.net/projects/octave/ ... z/download I cannot update the web pages right now though as, due to a recent attack [1], SF have disabled their shell service which is necessary for our

Re: [OctDev] Registration for fuzzy logic package

2011-02-07 Thread c.
On 7 Feb 2011, at 13:23, Andy Buckle wrote: Sorry, I am far from an expert on these things. I don't know the answer. OK, thanks anyway for the hint, I'll try to learn a bit more about rsync myself and see if I can use it. c

Re: [OctDev] FYI: control-2.0.0 released in package forum - please upload

2011-02-09 Thread c.
, so I was able to do the update c. -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects

Re: [OctDev] Question about Precompiled Octave For MAC

2011-02-17 Thread c.
. Thanks. Adel How to solve this problem is explained in the README file: http://sourceforge.net/projects/octave/files/Octave%20MacOSX%20Binary/2009-10-03%20binary%20of%20Octave%203.2.3/README_OSX1065.txt/download c

Re: [OctDev] Patch for optim-1.0.15

2011-02-23 Thread c.
he does notice your message. c. -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications

Re: [OctDev] 2D simulation of semiconductor device

2011-02-24 Thread c.
Sincerely, Anis DJEDIDI anis.djed...@polytechnique.edu HTH, c. -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data

Re: [OctDev] 2D simulation of semiconductor device

2011-02-24 Thread c.
politely it means a major annoyance see here for the literal meaning: http://www.urbandictionary.com/define.php?term=PITA c. -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time

Re: [OctDev] 4 packages submitted to release forum

2011-02-25 Thread c.
On 25 Feb 2011, at 11:59, Olaf Till wrote: Hi, could someone please release these submitted packages: - parallel-2.0.5 - struct-1.0.9 - miscellaneous-1.0.11 - optim-1.0.16 Thanks, Olaf done. can you please check that it all works? thanks! c

Re: [OctDev] 4 packages submitted to release forum

2011-02-25 Thread c.
://octave.sourceforge.net/miscellaneous/index.html both link to: http://downloads.sourceforge.net/octave/miscellaneous-1.0.11.tar.gz?download The others seem to work. Olaf c. -- Free Software Download: Index, Search Analyze Logs and other

Re: [OctDev] io-1.0.14 release

2011-03-04 Thread c.
On 4 Mar 2011, at 18:02, Philip Nienhuis wrote: Anyway, done, just posted the stuff to the package release forum. Hopefully all is OK now. I update the web docs for io, thanks! c. -- What You Don't Know About Data

Re: [OctDev] control-2.0.1 released in package forum - please upload

2011-03-06 Thread c.
-2.0.1 Best Regards, Lukas [1] http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 [2] http://octave.svn.sf.net/viewvc/octave/trunk/octave-forge/main/control/doc/NEWS?revision=8160view=markup Uploaded, thanks! c

Re: [OctDev] control-2.0.2 released in package forum - please upload

2011-03-20 Thread c.
-2.0.2 Best Regards, Lukas uploaded, thanks! c. -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap

Re: [OctDev] PLOT broken in octave 3.4?

2011-03-22 Thread c.
very much This sounds like a problem you have with Octave itself, not with an Octave-Forge package so you should rather discuss it on h...@octave.org rather than on this list. Anyway I cannot reproduce your error on my system so it is probably rlated to your local configuration. c

Re: [OctDev] Can't compile mercurial source

2011-03-22 Thread c.
will probably find more people who are able/willing to help there. c. -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses

Re: [OctDev] new optiminterp-0.3.3

2011-03-25 Thread c.
On 25 Mar 2011, at 11:06, Alexander Barth wrote: Hi all, I updated optiminterp. In this release an openmp directive was fixed. https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1t=9 Cheers, Alex I uploaded the new release, thaks! c. P.S. please remember to include md5

Re: [OctDev] Request to join project octave - reg

2011-03-31 Thread c.
at savannah. c. -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms

Re: [OctDev] Testing releases

2011-04-14 Thread c.
implement this feature myself but it would take very long as I am very busy lately, so please feel free to beat me to it ;) c. -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing

Re: [OctDev] request to register as a developer

2011-04-15 Thread c.
on this. c. -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve

Re: [OctDev] request to register as a developer

2011-04-18 Thread c.
/doc/interpreter/Octave-Sources-_0028m_002dfiles_0029.html#Octave-Sources-_0028m_002dfiles_0029 this is not mandatory, though, as the policy about this in Octave-Forge is much less strict than in Octave. thanks again for your contribution! c

Re: [OctDev] kleening up list of active developers

2011-04-19 Thread c.
. I'm currently finishing my PhD, so Octave-time is practically non-existing :-( Oh, well good luck with your PhD work, anyway, in terms of available time, you'll see it can only get worse after finishing PhD ;) c

Re: [OctDev] request to register as a developer

2011-04-21 Thread c.
understanding (we named fl-core because we want to build some more levels on top of it). Regards, Piero I think that if it's to much work to join the packages it is OK to keep them as separate. I see no need for changing the names of the packages, so let's just keep things as they are. c

Re: [OctDev] [Octave-tracker] [ octave-Bugs-3292411 ] Failing tests in odepkg 0.6.12

2011-05-02 Thread c.
Thomas I uploaded the new version, but in the future I think even for such a small change the version number should be incremented. c. -- WhatsUp Gold - Download Free Network Management Software The most intuitive

Re: [OctDev] Where to find msh 1.0.2?

2011-05-03 Thread c.
is not in the list of individually released packages. Thanks Thomas I don't know how this happened, but I re-uploaded the package it should be working now. Thanks, c. -- WhatsUp Gold - Download Free Network Management

Re: [OctDev] New version of OctPROJ package

2011-05-23 Thread c.
it would be better in order to avoid installing useless files on users' machines to remove this directory from the released package. Thanks for your contribution, c. -- What Every C/C++ and Fortran developer Should Know! Read

Re: [OctDev] New version of OctPROJ package

2011-05-24 Thread c.
On 23 May 2011, at 23:14, José Luis García Pallero wrote: The uue'd files are uploaded and the .hg folder deleted I've uploaded the files, thnaks! c. -- vRanger cuts backup time in half-while increasing security

Re: [OctDev] Error of using imread

2011-06-14 Thread c.
://www.macports.org/ and install Octave via MacPorts https://trac.macports.org/browser/trunk/dports/math/octave-devel/Portfile. c. -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power

Re: [OctDev] Package PDF documentation

2011-06-16 Thread c.
binaries are probably not in the user's PATH variable it would require either: a) asking the user to enter the location of mikTex as a parameter to a function. b) bundling the miktex binaries with the package. c) creating only the Tex files and let the user do the conversion to PDF outside

Re: [OctDev] fuzzy-logic-toolkit version 0.2.2

2011-06-23 Thread c.
On 23 Jun 2011, at 18:09, L. Markowsky wrote: Hi, I've uploaded version 0.2.2 of the fuzzy-logic-toolkit to the package release forum. When you have a chance, would you upload them to the server? Many thanks, lmarkov done, thanks! c

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c .
. Since I wrote cell2cell (I left in miscellaneous since it can't be replaced by num2cell in every case (but actually it can be replaced by mat2cell with some effort)), I'd like to look at this issue first. Please wait a few minutes till I'm ready. no hurry ;) Olaf c

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c .
to do the trick for me so I submitted the patch ;) Olaf c. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c.
of the error is a better approach and encourage you to do so. Olaf c. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security

Re: [OctDev] using leasqr with developement version

2011-06-29 Thread c.
); } so I still do not understand whee the problem lies. I'll report back if I have time to look more into this, but since my interest was in leasqr and not cell2cell itself, it will be a very low priority task ... c

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-07-24 Thread c.
On 24 Jul 2011, at 20:43, Jordi Gutiérrez Hermoso wrote: On 24 July 2011 11:51, c. carlo.defa...@gmail.com wrote: I agree that having one separate repository for each separate package makes no sense. Why not? Essentially they are already like that. The single svn repository for all

Re: [OctDev] Questions about BIM

2011-07-27 Thread c.
trivial. For example, given the equation du/dt - d/dx (D du/dx - C u) + R u = f 0 t N*T after time semi-discretization with implicit Euler method and a fixed time-step T becomes - d/dx (D d u_i /dx - C u_i) + (R + 1/T) u_i = f + u_{i-1} / T,i = 1 ... N which is a sequence of steady

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-08-07 Thread c.
don't see the point. Has it been determined if it is easy to move bugs between Savannah trackers? Søren I'd say, if what we need is a tracker, we can just start using the SF one, no need to move to savannah for that. c

Re: [OctDev] [bug #34010] octave-symbolic installed but not working

2011-08-14 Thread c.
symbolic computations. c. -- FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a complete admin console. Easy to use, easy to manage, easy to install, easy to extend. Get a Free download

Re: [OctDev] Installing error

2011-09-02 Thread c.
Octave Help h...@octave.org c. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free Love Thy Logs t-shirt when you download

Re: [OctDev] Octave-Forge bugs in the tracker?

2011-09-08 Thread c.
). Carnë, It seems that more integration with mailing lists is one of the main features of the new version of the tracker on OF: http://sourceforge.net/p/forge/documentation/Tracker%20-%20Beta/ Do you think we should try out this feature? c

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread c.
to have a maintainer (Jaroslav), while the others are maintained by 'the community' so this applies only to that one. c. -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances

Re: [OctDev] octave-forge website and tracker

2011-09-14 Thread c.
is the main limiting factor, to leave the design decisions to who is willing to do the work to implement them. c. -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread c.
the functions tonight or tomorrow unless someone reviews them negatively. Carnë Carnë, where do you intend to put these functions? The OP suggested locations that are in Octave-core, not some package in Octave-Forge. Do you have suggestions for the correct packages into which to put them? c

Re: [OctDev] [PKG] Summary of contributions

2011-09-22 Thread c.
with the svg IO functions you submitted previosly and adding them all to the geometry package? It would be great to even have automatic SVG to geo conversion! one could then draw a geometry with his/her favourite drawing program and use it as input for msh ... c

Re: [OctDev] Package ocframe

2011-09-29 Thread c.
keep subfolders in installed packages. You can have a look at ocs or secs1d to see how to do it. c. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-20 Thread c.
On 20 Oct 2011, at 17:13, Carnë Draug wrote: Hi Carlos I noticed that you have implemented 2 versions of the pgmres function in the linear-algebra package, one in C++ and another in octave. Should we remove one of them? If so, which? Carnë the m-file version was included in Octave-core

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread c.
On 21 Oct 2011, at 13:13, Carnë Draug wrote: 2011/10/20 c. carlo.defa...@gmail.com: On 20 Oct 2011, at 17:13, Carnë Draug wrote: I noticed that you have implemented 2 versions of the pgmres function in the linear-algebra package, one in C++ and another in octave. Should we remove one

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread c.
it (and even if not, I'd like to know how to do this), do you know how to mark C++ functions deprecated? I think that for m functions is enough to move them into a deprecated directory, but what about these cases? Thanks I'm not really sure and I cannot test at the moment, but I think the .oct file

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-08 Thread c.
of that inside the configure script. c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Octave-dev mailing list Octave-dev

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-08 Thread c.
please check the rationale http://www.gnu.org/licenses/why-not-lgpl.html Juan Pablo, I think what you refer to as commercial in your message would be better referenced as proprietary, I'm sure Jordi will jump in to correct that at some point, anyway ... :) c

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-12 Thread c.
? I'm trying to install the package right now to check. c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Octave-dev mailing list

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge - triangular example

2011-11-12 Thread c.
the environment variable, RSB_USER_SET_MEM_HIERARCHY_INFO=L2:4/64/512K,L1:8/64/32K octave but where do I get the correct values? c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-13 Thread c.
pulled yesterday - Jordi G. H. c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Octave-dev mailing list Octave-dev

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-13 Thread c.
+07 times. Elapsed time is 7.9651 seconds. c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Octave-dev mailing list Octave

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-13 Thread c.
/rsbench -M does not look like that on my machine, see below. c. #TLB benchmark. #TLB timing benchmark : scanned 128 entries spaced 4096 bytes across 524288 bytes in 0.00115108 s (424.192 MBps) #TLB timing benchmark : scanned 256 entries spaced 4096 bytes across 1048576 bytes in 0.00133705 s

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge

2011-11-13 Thread c.
you install sparsersb? c. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Octave-dev mailing list Octave-dev

Re: [OctDev] linear-algebra 2.1.0 - new package release

2011-11-17 Thread c.
). There is a minor problem in the build system of the package: the files src/pgmres.{o,oct} are not cleant by make clean. Best, I'm surprised these files exist in the first place, Carnë should have removed pgmres.cc from the package as gmres is now part of Octave-core. c

Re: [OctDev] Package name on function page of Octave-Forge

2011-11-18 Thread c.
of the package. c. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes

Re: [OctDev] librsb+sparsersb packages proposal for octave-forge - fixes

2011-11-21 Thread c.
to this as soon as possible. c. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes

Re: [OctDev] Yet another external lib

2011-11-21 Thread c.
with Octave? Sometimes it's just a matter of sumstituting mkoctfile --mex for mex in the Makefiles ... c. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers

Re: [OctDev] Error installing specfun-1.0.9

2011-12-05 Thread c.
of shared libraries being disabled, so dynamic linking doesn't work. If you disable dynamic linking i doubt you will be able to install packages like specfun that contain dynamically linked functions. why did you disable dynamic linking? c

Re: [OctDev] Error installing specfun-1.0.9

2011-12-06 Thread c.
it does a lot of work to perform automatic optimization, last time I tried I had to let it work overnight. c. -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve

Re: [OctDev] File to release packages

2011-12-21 Thread c.
text? I think that would be of GREAT interest :) Regards, Lukas c. -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers

Re: [OctDev] bug in deriv.m (optim package)

2011-12-21 Thread c.
know why, but it is impossible to help if we do not see the code. Please just write the code as plain text. c. -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new

  1   2   3   >