Efficient algorithms to perform linear algebra operations on 3D arrays in vector languages,
May 2018, F. Cuvelier.
This toolbox was tested on
with Matlab R2015b to R2018a
with Matlab R2015b to R2018a
For this method, one just has to get/download the install file mfc_linalg3D_install.mm Thereafter, it
should be run under Matlab. This command downloads, extracts and configures the fc-linalg3D and the
required fc-tools and the fc-bench toolboxes in the current directory.
For example, to install this toolbox in ~/Matlab/toolboxes
directory, one has to copy the file
mfc_linalg3D_install.m in the ~/Matlab/toolboxes
directory. Then in a Matlab terminal run the following
commands
Parts of the <fc-linalg3D> Matlab toolbox. Copyright (C) 2018 F. Cuvelier <cuvelier@math.univ-paris13.fr> 1- Downloading and extracting the toolboxes 2- Setting the <fc-linalg3D> toolbox Write in ~/Matlab/toolboxes/fc-linalg3D-full/fc_linalg3D-0.0.2/configure_loc.m ... 3- Using toolboxes : -> fc-tools : 0.0.23 -> fc-bench : 0.0.5 -> fc-linalg3D : 0.0.2 *** Using instructions To use the <fc-linalg3D> toolbox: addpath(’~/Matlab/toolboxes/fc-linalg3D-full/fc_linalg3D-0.0.2’) fc_linalg3D.init() See ~/Matlab/toolboxes/mfc_linalg3D_set.m
~/Matlab/toolboxes/fc-linalg3D-full
and, for each Matlab session, one has to set the toolbox by:
>> addpath(’~/Matlab/toolboxes/fc-linalg3D-full/mfc-linalg3D-0.0.2’) >> fc_linalg3D.init()
To uninstall, one just has to delete directory
~/Matlab/toolboxes/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 | archives | install | User guide | preprint |
0.0.2 | May 31, 2018 |
|
|
||
0.0.1 | April 26, 2018 |
|
|
||