Efficient algorithms to perform linear algebra operations on 3D arrays in vector languages,
May 2018, F. Cuvelier.
| ||||||
Version | date | package | archives | install | User guide | preprint |
0.0.3 | June 9, 2018 |
| ||||
This package was tested on
with Octave 4.2.0 and 4.2.1 and 4.2.2 (all compiled from source)
It is not compatible with Octave 4.0.x and previous.
For this method, one just has to get/download the install file ofc_linalg3D_install.m Thereafter, it should
be run under Octave. This command downloads, extracts and configures the fc-linalg3D and the required
fc-tools and fc-bench packages in the current directory.
For example, to install this package in directory ~/Octave/packages
, in a terminal one can do:
# mkdir -p ~/Octave/packages # cd ~/Octave/packages # wget http://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-linalg3D/0.0.3/ofc_linalg3D_install.m
Then in a Octave terminal run the following commands
This is the output of the ofc_linalg3D_install command:
Parts of the <fc-linalg3D> Octave package. Copyright (C) 2018 F. Cuvelier <cuvelier@math.univ-paris13.fr> 1- Downloading and extracting the packages 2- Setting the <fc-linalg3D> package Write in ~/Octave/packages/fc-linalg3D-full/fc_linalg3D-0.0.3/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.23 -> fc-bench : 0.0.5 -> fc-linalg3D : 0.0.3 *** Using instructions To use the <fc-linalg3D> package: addpath(’~/Octave/packages/fc-linalg3D-full/fc_linalg3D-0.0.3’) fc_linalg3D.init() See ~/Octave/packages/ofc_linalg3D_set.m
The complete package (i.e. with all the other needed packages) is stored in the directory
~/Octave/packages/fc-linalg3D-full
and, for each Octave session, one has to set the package by:
>> addpath(’~/Octave/packages/fc-linalg3D-full/ofc-linalg3D-0.0.3’) >> fc_linalg3D.init()
To uninstall, one just has to delete directory ~/Octave/packages/fc-linalg3D-full
0.0.3 (June 9, 2018): issue in fc_linalg3D.det.detMix*.m corrected,
0.0.2 (May 31, 2018): some minor change,
0.0.1 (April 26, 2018): first online version.
| ||||||
Version | date | package | archives | install | User guide | preprint |
0.0.2 | May 31, 2018 |
|
|
|||
0.0.1 | April 25, 2018 |
|
|
|||