Goto Chapter: Top 1 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

1 Constructors
 1.1 Constructing categories
 1.2 Constructing morphisms
 1.3 Constructing objects

1 Constructors

1.1 Constructing categories

1.1-1 IsBicomplexesCategory
‣ IsBicomplexesCategory( C )( filter )

Returns: true or false

GAP-categories of the chain or cochain complexes category.

1.1-2 IsBicomplexesCategoryByCochains
‣ IsBicomplexesCategoryByCochains( C )( filter )

Returns: true or false

GAP-categories of the chain complexes category.

1.1-3 IsBicomplexesCategoryByChains
‣ IsBicomplexesCategoryByChains( C )( filter )

Returns: true or false

GAP-category of the cochain complexes category.

1.2 Constructing morphisms

1.2-1 IsChainOrCochainBicomplexMorphism
‣ IsChainOrCochainBicomplexMorphism( phi )( filter )

Returns: true or false

GAP-categories of the complex morphisms.

1.2-2 IsCochainBicomplexMorphism
‣ IsCochainBicomplexMorphism( phi )( filter )

Returns: true or false

GAP-categories of the chain complex morphisms.

1.2-3 IsChainBicomplexMorphism
‣ IsChainBicomplexMorphism( phi )( filter )

Returns: true or false

GAP-categories of the cochain complex morphisms.

1.3 Constructing objects

1.3-1 IsChainOrCochainBicomplex
‣ IsChainOrCochainBicomplex( C )( filter )

Returns: true or false

GAP-categories of the chain or cochain complexes.

1.3-2 IsCochainBicomplex
‣ IsCochainBicomplex( C )( filter )

Returns: true or false

GAP-categories of the chain complexes.

1.3-3 IsChainBicomplex
‣ IsChainBicomplex( C )( filter )

Returns: true or false

GAP-categories of the cochain complexes.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 Ind

generated by GAPDoc2HTML