#***************************************************************************** # Copyright (C) 2009-2013 Mike Hansen <[email protected]> # # Distributed under the terms of the GNU General Public License (GPL) # http://www.gnu.org/licenses/ #***************************************************************************** from sage.structure.sage_object cimport SageObject include "decl.pxi" cdef class String: cdef c_String x cdef class Type: cdef c_Type x cdef class CoxGroup(SageObject): cdef c_CoxGroup* x cdef object cartan_type cdef dict in_ordering cdef dict out_ordering cpdef object full_context(self) cdef class CoxGroupElement: cdef c_CoxWord word cdef c_CoxGroup* group cdef CoxGroup _parent cdef CoxGroupElement _new(self) cpdef CoxGroup parent(self) cdef class CoxGraph: cdef c_CoxGraph x