| |||||
Version | date | package | full archives | install | User guide |
0.1.3 | December 19, 2022 | ||||
This package was only tested on Octave 7.3.0 under Ubuntu 22.04.1 LTS.
For this method, one just has to get/download the install file ofc_bench_install.m Thereafter, one runs it
under Octave. This script downloads, extracts and configures the fc-bench and the required package fc-tools in
the current directory.
For example, to install this package in ~/Octave/packages
directory, one has to copy the file
ofc_bench_install.m in the ~/Octave/packages
directory. Then in a Octave terminal run the following
commands
ofc_bench_install(’dir’,dirname)
where dirname is the installation directory (string).
This is the output of the ofc_bench_install command on a Linux computer:
Parts of the <fc-bench> Octave package. Copyright (C) 2018-2023 F. Cuvelier 1- Downloading and extracting the packages 2- Setting the <fc-bench> package Write in ~/Octave/packages/fc-bench-full/fc_bench-0.1.3/configure_loc.m ... 3- Using packages : -> fc-tools : 0.0.35 with fc-bench : 0.1.3 *** Using instructions To use the <fc-bench> package: addpath(’~/Octave/packages/fc-bench-full/fc_bench-0.1.3’) fc_bench.init() See ~/Octave/packages/ofc_bench_set.m
The complete package (i.e. with all the other needed packages) is stored in the directory
~/Octave/packages/fc-bench-full
and, for each Octave session, one have to set the package by:
>> addpath(’~/Octave/packages/fc-bench-full/fc-bench-0.1.3’) >> fc_bench.init() Try to use default parameters! Use fc_tools.configure to configure. Write in ~/Octave/packages/fc-bench-full/fc_tools-0.0.35/configure_loc.m ... Using fc_bench[0.1.3] with fc_tools[0.0.35].
For uninstalling, one just has to delete directory
~/Octave/packages/fc-bench-full
Download one of full archives which contains all the needed toolboxes: fc-tools and fc-bench.
Extract the archive in a folder.
Set Octave path by adding path of needed packages.
For example under Linux, to install this package in ~/Octave/packages
directory, one can download
fc-bench-0.1.3-full.tar.gz and extract it in the ~/Octave/packages
directory:
wget https://www.math.univ-paris13.fr/~cuvelier/software/codes/Octave/fc-bench/0.1.3/fc-bench-0.1.3-full.tar.gz tar zxf fc-bench-0.1.3-full.tar.gz -C ~/Octave/packages
For each Octave session, one has to set the package by adding paths of all packages:
>> addpath(’~/Octave/packages/fc-bench-0.1.3/fc_bench-0.1.3’) >> addpath(’~/Octave/packages/fc-bench-0.1.3/fc_tools-0.0.35’)
0.1.3 (December 18, 2022): upgrade fc_tools package.
0.1.2 (February 17, 2020): minor change in configure function.
0.1.1 (December 19, 2019): some changes in the code and addition of the options before and after to the bench function.
0.0.6 (March 6, 2019): Changing installation and configuration files.
0.0.5 (October 14, 2018): adding manual installation.
0.0.4 (May 10, 2018):
using of fc-tools package version 0.0.23.
Adding ’dir’ option to the installation function mfc_bench_install,
Improving fc_bench.demos.permLU function to work with non-regular matrices.
0.0.3 (April 26, 2018):
using of fc-tools package version 0.0.22.
Changing 2nd output of ’setfun’ functions: array of bdata objects -> cell array bdata objects. Trouble when modifying objects stored in array.
Modifying fc_bench.init() to display versions of the toolboxes used.
Adding functions fc_bench.info and fc_bench.path.
Adding function fc_bench.gitinfo() for code maintenace purpose.
0.0.2 (April 20, 2018): first version for Linux, Windows and Mac OS X.
| |||||
Version | date | package | full archives | install | User guide |
0.1.2 | February 17, 2020 | ||||
0.1.1 | December 19, 2019 | ||||
0.0.6 | March 6, 2018 | ||||
0.0.5 | October 14, 2018 | ||||
0.0.4 | May 21, 2018 | ||||
| |||||
Version | date | package | archives | install | User guide |
0.0.3 | April 26, 2018 | ||||
0.0.2 | April 20, 2018 | ||||