*  Matlab / Numerical / fc-amat toolbox

        * Some demos
        * Current development release
        * Auto. Inst.
        * Manu. Inst.
        * Old development releases
        * Old development releases

pict pict


pict

The pict Matlab toolbox allows to efficiently extand some linear algebra operations on array of matrices (with same size) as matrix product, determinant, factorization, solving, ...

*  Matlab / Numerical / fc-amat/ demos

description code/results description code/results




simple example 01 simple example 02
simple example 03 simple example 04
benchmark: solving linear systems Linear combination




*  Matlab / Numerical / fc-amat/ Current development release





Version

date

full archives

install

User guide






0.1.3

December 19, 2022

pict (149 Ko)
pict (288 Ko)
pict (90 Ko)

pict (3 Ko)

pict (1120 Ko)






This toolbox was only tested on Ubuntu 22.04.1 with Matlab R2022a.

*  Matlab / Numerical / fc-amat/ Automatic installation, all in one (recommended)

For this method, one just has to get/download the install file pict mfc_amat_install.m Thereafter, one runs it under Matlab. This script downloads, extracts and configures the fc-amat and the required toolboxes (fc-tools and fc-bench) in the current directory.

For example, to install this toolbox in ~/Matlab/toolboxes directory, one has to copy the file mfc_amat_install.m in the ~/Matlab/toolboxes directory by using previous link. For example, in a Linux terminal, we can do:

Linux Console

cd ~/Matlab/toolboxes 
HTTP=http://www.math.univ-paris13.fr/~cuvelier/software/codes/Matlab 
wget $HTTP/fc-amat/0.1.3/mfc_amat_install.m

Then in a Matlab terminal run the following commands

Matlab Console

>> cd ~/Matlab/toolboxes 
>> mfc_amat_install()

The optional ’dir’ option can be used to specify installation directory:

mfc_amat_install(’dir’,dirname)

where dirname is the installation directory (string).
There is the output of the mfc_amat_install() command on a Linux computer:

Matlab Ouput

Parts of the <fc-amat> Matlab toolbox. 
Copyright (C) 2018-2023 F. Cuvelier 
 
1- Downloading and extracting the toolboxes 
2- Setting the <fc-amat> toolbox 
Write in ~/Matlab/toolboxes/fc-amat-full/fc_amat-0.1.3/configure_loc.m ... 
3- Using toolboxes : 
   ->             fc-tools : 0.0.35 
   ->             fc-bench : 0.1.3 
*** Using instructions 
   To use the <fc-amat> toolbox: 
   addpath(’~/Matlab/toolboxes/fc-amat-full/fc_amat-0.1.3’) 
   fc_amat.init() 
 
   See ~/Matlab/toolboxes/mfc_amat_set.m

The complete toolbox (i.e. with all the other needed toolboxes) is stored in the directory

~/Matlab/toolboxes/fc-amat-full

and, for each Matlab session, one have to set the toolbox by:

Matlab Console

>> addpath(’~/Matlab/toolboxes/fc-amat-full/fc-amat-0.1.3’) 
>> fc_amat.init()

If it’s the first time the fc_amat.init() function is used, then its output is

Octave Ouput

Try to use default parameters! 
 Use fc_tools.configure to configure. 
Write in ~/Matlab/toolboxes/fc-amat-full/fc_tools-0.0.35/configure_loc.m ... 
Try to use default parameters! 
 Use fc_bench.configure to configure. 
Write in ~/Matlab/toolboxes/fc-amat-full/fc_bench-0.1.3/configure_loc.m ... 
Using fc_amat[0.1.3] with fc_tools[0.0.35], fc_bench[0.1.3].

Otherwise, the output of the fc_amat.init() function is

Octave Ouput

Using fc_amat[0.1.3] with fc_tools[0.0.35], fc_bench[0.1.3].

For uninstalling, one just has to delete directory

~/Matlab/toolboxes/fc-amat-full

*  Matlab / Numerical / fc-amat/ Manual installation

For example under Linux, to install this toolbox in ~/Matlab/toolboxes directory, one can download fc-amat-0.1.3-full.tar.gz and extract it in the ~/Matlab/toolboxes directory:

Linux Console

HTTP=http://www.math.univ-paris13.fr/~cuvelier/software/codes/Matlab 
wget $HTTP/fc-amat/0.1.3/fc-amat-0.1.3-full.tar.gz 
tar zxf fc-amat-0.1.3-full.tar.gz -C ~/Matlab/packages

For each Matlab session, one has to set the toolbox by adding path of all packages:

Matlab Console

>> addpath(’~/Matlab/toolboxes/fc_amat-0.1.3’) 
>> addpath(’~/Matlab/toolboxes/fc_tools-0.0.35’) 
>> addpath(’~/Matlab/toolboxes/fc_bench-0.1.3’)

*  Matlab / Numerical / fc-amat/ Version history

*  Matlab / Numerical / fc-amat/ Old development releases





Version

date

full archives

install

User guide






0.1.2

February 17, 2020

pict (135 Ko)
pict (270 Ko)
pict (78 Ko)

pict (3 Ko)

pict (1253 Ko)






0.1.1

January 2, 2020

pict (129 Ko)
pict (259 Ko)
pict (74 Ko)

pict (3 Ko)

pict (1224 Ko)






0.0.3

March 9, 2018

pict (117 Ko)
pict (245 Ko)
pict (67 Ko)

pict (3 Ko)

pict (1232 Ko)






0.0.2

September 17, 2018

pict (113 Ko)
pict (225 Ko)
pict (66 Ko)

pict (3 Ko)

pict (1239 Ko)