Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

3 Reinterpret a linear category over a commutative semiring with free f.g. external Homs
 3.1 Constructors
 3.2 Attributes
 3.3 GAP Categories
 3.4 GAP categories

3 Reinterpret a linear category over a commutative semiring with free f.g. external Homs

3.1 Constructors

3.1-1 LinearCategoryWithMorphismsByCoefficients
‣ LinearCategoryWithMorphismsByCoefficients( cat, options )( operation )

Returns: a category

Reinterprets the category cat to form a new category subject to the options given via options, which is a record with the following keys:

Additionally, the following options of CategoryConstructor (CAP: CategoryConstructor for IsRecord) are supported: category_filter, category_object_filter, category_morphism_filter.

3.2 Attributes

3.2-1 UnderlyingDatum
‣ UnderlyingDatum( obj )( attribute )

Returns: a GAP object

The datum underlying the object obj.

3.2-2 PairOfIntAndListOfCoefficients
‣ PairOfIntAndListOfCoefficients( mor )( attribute )

Returns: a pair

The pair consisting of an integer \(n\) and a list of length \(n\) of coefficients with respect to a basis.

3.3 GAP Categories

3.4 GAP categories

3.4-1 IsLinearCategoryWithMorphismsByCoefficients
‣ IsLinearCategoryWithMorphismsByCoefficients( arg )( category )

Returns: true or false

The GAP category of a reinterpreted linear category over a commutative semiring with free f.g. external Homs.

3.4-2 IsObjectInLinearCategoryWithMorphismsByCoefficients
‣ IsObjectInLinearCategoryWithMorphismsByCoefficients( arg )( category )

Returns: true or false

The GAP category of objects in a reinterpreted linear category over a commutative semiring with free f.g. external Homs.

3.4-3 IsMorphismInLinearCategoryWithMorphismsByCoefficients
‣ IsMorphismInLinearCategoryWithMorphismsByCoefficients( arg )( category )

Returns: true or false

The GAP category of morphisms in a reinterpreted linear category over a commutative semiring with free f.g. external Homs.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Ind

generated by GAPDoc2HTML