CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
Tools.xml MatricesForHomalg package documentation Mohamed Barakat
6
7
Copyright (C) 2007-2009, Mohamed Barakat, RWTH-Aachen
8
9
-->
10
11
<Appendix Label="Tool_Operations">
12
<Heading>The Matrix Tool Operations</Heading>
13
14
The functions listed below are components of the <C>homalgTable</C>
15
object stored in the ring. They are only indirectly accessible through
16
standard methods that invoke them.
17
18
<Section Label="ToolsNoFallBack">
19
<Heading>The Tool Operations <E>without</E> a Fallback Method</Heading>
20
21
There are matrix methods for which &homalg; needs a
22
<C>homalgTable</C> entry for non-internal rings, as it cannot provide
23
a suitable fallback. Below is the list of these <C>homalgTable</C>
24
entries.
25
26
</Section>
27
28
<Section Label="ToolsFallBack">
29
<Heading>The Tool Operations with a Fallback Method</Heading>
30
31
These are the methods for which it is recommended for performance
32
reasons to have a <C>homalgTable</C> entry for non-internal
33
rings. &homalg; only provides a generic fallback method.
34
35
<#Include Label="MonomialMatrix">
36
<#Include Label="RandomMatrixBetweenGradedFreeLeftModules">
37
<#Include Label="RandomMatrixBetweenGradedFreeRightModules">
38
<#Include Label="Diff">
39
40
</Section>
41
42
<!-- ############################################################ -->
43
44
</Appendix>
45
46
47