
| Current Path : /proc/thread-self/root/usr/include/gap/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/include/gap/vector.h |
/****************************************************************************
**
*W vector.h GAP source Martin Schönert
**
**
*Y Copyright (C) 1996, Lehrstuhl D für Mathematik, RWTH Aachen, Germany
*Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland
*Y Copyright (C) 2002 The GAP Group
**
** This file declares the functions that mainly operate on vectors whose
** elements are integers, rationals, or elements from cyclotomic fields. As
** vectors are special lists many things are done in the list package.
**
** A *vector* is a list that has no holes, and whose elements all come from
** a common field. For the full definition of vectors see chapter "Vectors"
** in the {\GAP} manual. Read also about "More about Vectors" about the
** vector flag and the compact representation of vectors over finite fields.
*/
#ifndef GAP_VECTOR_H
#define GAP_VECTOR_H
#include "system.h"
/****************************************************************************
**
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/
/****************************************************************************
**
*F InitInfoVector() . . . . . . . . . . . . . . . . table of init functions
*/
StructInitInfo * InitInfoVector ( void );
#endif // GAP_VECTOR_H