Top
Back: lrcalc_lib
Forward: LRcoef
FastBack:
FastForward:
Up: lrcalc_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.8.1 LRinstall

Procedure from library lrcalc.lib (see lrcalc_lib).

Usage:
LRinstall();

Return:
int (exit status of the shell)

Purpose:
installs the Littlewood-Richardson Calculator

Note:

Example:
 
LIB "lrcalc.lib";
// In order to install the Littlewood-Richardson Calculator
// type "LRinstall();"
// This will execute the following commands:
// wget math.rutgers.edu/~asbuch/lrcalc/lrcalc-1.2.tar.gz
// tar zxvf lrcalc-1.2.tar.gz
// cd lrcalc-1.2
// ./configure
// make
// sudo make install


Top Back: lrcalc_lib Forward: LRcoef FastBack: FastForward: Up: lrcalc_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.