|
# SPDX-License-Identifier: GPL-2.0-or-later
# MatricesForHomalg: Matrices for the homalg project
#
# Declarations
#
## COLEM = Clever Operations for Lazy Evaluated Matrices
# our info class:
DeclareInfoClass( "InfoCOLEM" );
SetInfoLevel( InfoCOLEM, 1 );
# a central place for configurations:
DeclareGlobalVariable( "COLEM" );
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]
|