Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/sco/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 23.7.2023 mit Größe 594 B image not shown  

Quellcode-Bibliothek Matrices.gd   Sprache: unbekannt

 
Columbo aufrufen.gd Download desUnknown {[0] [0] [0]}Datei anzeigen

# SPDX-License-Identifier: GPL-2.0-or-later
# SCO: SCO - Simplicial Cohomology of Orbifolds
#
# Declarations
#

##  Declaration stuff for matrix creation.

##
DeclareGlobalFunction( "BoundaryOperator" );

##
DeclareOperation( "CreateCoboundaryMatrices",
        [ IsSimplicialSet, IsInt, IsHomalgRing ] );

##
DeclareOperation( "CreateCoboundaryMatrices",
        [ IsSimplicialSet, IsHomalgRing ] );

##
DeclareOperation( "CreateBoundaryMatrices",
        [ IsSimplicialSet, IsInt, IsHomalgRing ] );

##
DeclareOperation( "CreateBoundaryMatrices",
        [ IsSimplicialSet, IsHomalgRing ] );

[ 0.86Quellennavigators  ]