Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.fds-net.ru/showflat.php?Number=556301&src=alt&showlite=l
Дата изменения: Unknown
Дата индексирования: Tue Feb 26 08:30:28 2013
Кодировка: Windows-1251
GNU Octave 3.0 released - Public forum of MSU united student networks
Alt >> Hard&Soft.Linux

Страницы: 1 | (2)
Leo : Re: GNU Octave 3.0 released  [re:bmv]   07.03.2008 12:20    | Reply | Edit |
0
отсюда (сравнение matlab vs python+numpy+weave):
Quote:


matlab and numpy have pretty much the same performances. any form of optimization on python code does better than matlab. only the simple python (without numpy) is slower than matlab (note the logarithmic y scale to fit also the 'slow' algorithm).
...
here is some other digits, not included in the graphs:
 * octave runs twice as slow as numpy and matlab.





bmv   [re:Leo]   07.03.2008 12:56    | Reply | Edit |
0
Там не сказано какой октав использовался.


L_ED   [re:bmv]   07.03.2008 18:19    | Reply | Edit |
0
Хех
скачал. Надо ставить.
Нету ни у кого мана, чтоб в ПДФ был(а то он на сайте платный =( ), ну или на крайняк скаченного в HTML?

reincarnation   [re:L_ED]   07.03.2008 18:44    | Reply | Edit |
0
В дебиановский дистрибутив входит, в убунте тоже вроде должен быть
если что, расшарил на ftp://reincarnation.fds/Misc/octave3.0-doc.tar.gz

bmv   [re:L_ED]   07.03.2008 21:39    | Reply | Edit |
0
В ответ на:

Нету ни у кого мана, чтоб в ПДФ был(а то он на сайте платный =( ), ну или на крайняк скаченного в HTML?



Мануал для чего именно?

L_ED   [re:reincarnation]   08.03.2008 02:14    | Reply | Edit |
0
еслиб я мог скачать с неофицалки.. ((
если можешь на почту кинуть, буду благодарен

denzens(at)gmail.com

L_ED   [re:bmv]   08.03.2008 02:17    | Reply | Edit |
0
ну мануал по октаве. Там команды, функции... как ползоваться, короче вот это http://www.network-theory.co.uk/octave/manual/

а бесплатно они предлагают вот это: http://www.gnu.org/software/octave/doc/interpreter/

bmv   [re:L_ED]   08.03.2008 04:39    | Reply | Edit |
0
В ответ на:

ну мануал по октаве. Там команды, функции... как ползоваться, короче вот это http://www.network-theory.co.uk/octave/manual/



Это по старому октаву.
А то, что ты просишь выслать и так есть в каждом релизе.
octave-3.0.0.tar.gz/octave-3.0.0/doc
Тут все необходимое есть.
Оно должно вмести с бинарной версией для твоего дистриба поставляется. Если нет отдельно типа octave-doc, то оно скорее всего внутри просто octave.

bmv   [re:bmv]   30.04.2008 01:49    | Reply | Edit |
0
Вышел octave-forge-bundle-20080429.tar.gz
Темпы развития поражают. :D

Видимо выход стабильной тройки подхлестнул многих разработчиков.

Изменения:
 
В ответ на:

Release of Octave-forge tested against Octave 3.0.1. Many packages will also function function with earlier versions of Octave 2.9. Notable changes in this release include:

     * ann: New package for Octave bindings to the ANN library for nearest neighbor calculation.
     * database: New package to allow postgres, mysql, sqlite, and standard ODBC database commands from within Octave.
     * video: New package with bindings to ffmpeg to add handling of video files from within Octave.
     * bioinfo: New package for Bioinformatics manipulation.
     * data-smoothing: New package with algorithms for smoothing noisy data.
     * ga: New package with basic genetic algorithm optimization functions.
     * missing-functions: New package to identify functions that are missing from Octave relative to the latest verson of Matlab.
     * ftp: New package to ftp from within Octave
     * ocs: A new package for circuit simulation.
     * fixed: Build fix for Unix, cygwin and mingw platforms.
     * plot: Remove old plot code based on Xlib and replace with gtext, ginput and waitforbuttonpress functions that use gnuplot directly to obtan the required information. Add colstyle function.
     * signal: Add the window and buffer functions.
     * mapping: Add the km2deg and reckon functions.
     * image: Add the imcomplement and rgbplot functions. Support for bilateral filtering. Build fixes for new versions of ImageMagick.
     * miscellaneous: Add the hex2num and num2hex functions.
     * odepkg: Added ddaskr based solver.
     * splines: Add the catmullrom interpolation function.
     * financial: Add the rsindex function.
     * time: Add the thirdwednesday function.
     * general: Add the saveprod function.
     * general bug fixes and improvements.

  




Для нелокальных ищем файлы как всегда тут:
http://sourceforge.net/project/showfiles.php?group_id=2888&a...
А локально файлы лежат по обычно на моем серваке:
ftp://bmv/pub/soft/Scientific

Top