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

D.14.5 nets_lib

Library:
net.lib
Purpose:
Net structures for pretty printing

Authors:
J. Boehm, boehm@mathematik.uni-kl.de
M. Mueller, mkmuelle@mathematik.uni-kl.de
H. Rombach, rombach@mathematik.uni-kl.de
M. Stein, maxstein77@web.de

Overview:
Nets are arrays of characters, which are printed in a matrix format. They can be concatenated horizontally and vertically. When concatenating horizontally, empty rows are filled with spaces. All Singular types can be converted to a Net by applying the command net.

Types:
Net The class of all nets

Procedures:

D.14.5.1 catNets  horizontal concatenation
D.14.5.2 net  general procedure to generate a net from a Singular object
D.14.5.3 netBigIntMat  procedure to generate a net from a bigintmat
D.14.5.4 netBigIntMatShort  procedure to generate a net from a bigintmat
D.14.5.5 netCoefficientRing  procedure to generate a net from a Singular coefficient ring
D.14.5.6 netIdeal  procedure to generate a net from an ideal
D.14.5.7 netInt  procedure to generate a net from a integer
D.14.5.8 netBigInt  procedure to generate a net from a bigint
D.14.5.9 netIntMat  procedure to generate a net from an intmat
D.14.5.10 netIntMatShort  procedure to generate a net from an intmat
D.14.5.11 netIntVector  procedure to generate a net from an intvec
D.14.5.12 netIntVectorShort  procedure to generate a net from an intvec
D.14.5.13 netNumber  procedure to generate a net from a number
D.14.5.14 netList  procedure to generate a net from a list
D.14.5.15 netMap  procedure to generate a net from a map
D.14.5.16 netMap2  procedure to generate a net from a map
D.14.5.17 netmatrix  procedure to generate a net from a matrix
D.14.5.18 netmatrixShort  procedure to generate a net from a matrix
D.14.5.19 netPoly  procedure to generate a net from a poly
D.14.5.20 netPrimePower  procedure to generate a net from a prime power
D.14.5.21 netRing  procedure to generate a net from a polynmial ring
D.14.5.22 netString  procedure to generate a net from a string
D.14.5.23 netvector  procedure to generate a net from a vector
D.14.5.24 netvectorShort  procedure to generate a net from a vector
D.14.5.25 stackNets  vertical concatenation


Top Back: methods_lib Forward: catNets FastBack: FastForward: Up: Singular Manual 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.