Top
Back: bigintvec declarations
Forward: bigintvec type cast
FastBack: bigintmat
FastForward: def
Up: bigintvec
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.4.2 bigintvec expressions

A bigintvec expression is:

  1. an identifier of type bigintvec
  2. a function returning bigintvec
  3. a type cast to bigintvec (see bigintvec type cast)


Example:
 
  bigintmat m1[2][2]=1, 2, 6, 3;
  bigintvec v=m1[1,1..2];
  v;
==> 1,2
See Type conversion and casting; bigintvec.


Top Back: bigintvec declarations Forward: bigintvec type cast FastBack: bigintmat FastForward: def Up: bigintvec Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.0, 2024, generated by texi2html.