Thursday, September 25, 2014

ML SOFTWARE


OCTAVE


http://www.gnu.org/software/octave/community-news.html
Octave 3.8 is a major new release with many new features, including an experimental graphical user interface. But because the GUI is not quite as polished as we would like, we have decided to wait until the 4.0.x release series before making the GUI the default interface.
See the release notes or the "Experimental GUI Info" button in the GUI for more information about the release and how you can help us with GUI development and speed up the 4.0 release.

BLAS Library selection

During the install, a BLAS library was selected. The installer contains 2 BLAS implementations, the NetLib reference BLAS and OpenBLAS.
Either can be selected after the install by copying librefblas.dll or libopenblas.dll to libblas.dll in the bin folder of the Octave installation.

Included Octave Forge Packages

A number of Octave-forge packages have been included with this install Octave, however they need to be installed in order to use them.
To install:
  • Start Octave and then open the build_packages.m file found in the src folder where Octave was installed.
  • Run the build_packages.m script to build and install the packages.
Packages must then be loaded in order to use them with the pkg load PACKAGENAME command.

Other packages are available from Octave-Forge

No comments:

Post a Comment