Package com.github.shwaka.kohomology.resol.complex

Types

ChainMap
Link copied to clipboard
common
interface ChainMap<D : Degree, BA : BasisName, BS : BasisName, BT : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>>
ChainMapAlongAlgebraMap
Link copied to clipboard
common
interface ChainMapAlongAlgebraMap<D : Degree, BAS : BasisName, BAT : BasisName, BS : BasisName, BT : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>>
ChainMapFromFreeComplex
Link copied to clipboard
common
interface ChainMapFromFreeComplex<D : Degree, BA : BasisName, BVS : BasisName, BT : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>> : ChainMap<D, BA, FreeModuleBasisName<BA, BVS>, BT, S, V, M>
Complex
Link copied to clipboard
common
interface Complex<D : Degree, BA : BasisName, B : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>>
FreeChainMap
Link copied to clipboard
common
interface FreeChainMap<D : Degree, BA : BasisName, BVS : BasisName, BVT : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>> : ChainMapFromFreeComplex<D, BA, BVS, FreeModuleBasisName<BA, BVT>, S, V, M>
FreeChainMapAlongAlgebraMap
Link copied to clipboard
FreeComplex
Link copied to clipboard
common
interface FreeComplex<D : Degree, BA : BasisName, BV : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>> : Complex<D, BA, FreeModuleBasisName<BA, BV>, S, V, M>
RestrictedComplex
Link copied to clipboard
common
interface RestrictedComplex<D : Degree, BAS : BasisName, BAT : BasisName, B : BasisName, S : Scalar, V : NumVector<S>, M : Matrix<S, V>> : Complex<D, BAS, B, S, V, M>