GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!--34Tools.xml MatricesForHomalg package documentation Mohamed Barakat56Copyright (C) 2007-2009, Mohamed Barakat, RWTH-Aachen78-->910<Appendix Label="Tool_Operations">11<Heading>The Matrix Tool Operations</Heading>1213The functions listed below are components of the <C>homalgTable</C>14object stored in the ring. They are only indirectly accessible through15standard methods that invoke them.1617<Section Label="ToolsNoFallBack">18<Heading>The Tool Operations <E>without</E> a Fallback Method</Heading>1920There are matrix methods for which &homalg; needs a21<C>homalgTable</C> entry for non-internal rings, as it cannot provide22a suitable fallback. Below is the list of these <C>homalgTable</C>23entries.2425</Section>2627<Section Label="ToolsFallBack">28<Heading>The Tool Operations with a Fallback Method</Heading>2930These are the methods for which it is recommended for performance31reasons to have a <C>homalgTable</C> entry for non-internal32rings. &homalg; only provides a generic fallback method.3334<#Include Label="MonomialMatrix">35<#Include Label="RandomMatrixBetweenGradedFreeLeftModules">36<#Include Label="RandomMatrixBetweenGradedFreeRightModules">37<#Include Label="Diff">3839</Section>4041<!-- ############################################################ -->4243</Appendix>44454647