Macaulay2 Engine
Loading...
Searching...
No Matches
monom.cpp
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (C) 2006-2011 by Mikhail V. Zinin *
3 * mzinin@gmail.com *
4 * *
5 * You may redistribute this file under the terms of the GNU General *
6 * Public License as published by the Free Software Foundation, either *
7 * version 2 of the License, or any later version. *
8 *****************************************************************************/
9
10#include "monom.hpp"
11
12namespace BIBasis
13{
15 {
16 Monom::DimIndepend = independ;
17 }
18
21}
Slab allocator handing out fixed-size blocks for one BIBasis type per instance.
Definition allocator.hpp:57
static void SetDimIndepend(Integer independ)
Definition monom.cpp:14
short int Integer
Definition monom.hpp:72
static Integer DimIndepend
Definition monom.hpp:108
BIBasis::Monom — abstract squarefree-monomial base for the three Janet orderings.
static FastAllocator Allocator
Definition monom.hpp:97
Singly linked-list node of a Monom's variable list, with a per-class slab allocator.
Definition monom.hpp:94