Uses of Class
eu.bandm.tools.ops.CoTuple

Packages that use CoTuple
Package
Description
Types for fundamental mathematical structures, plus libraries of respective constants and operators.
  • Uses of CoTuple in eu.bandm.tools.ops

    Methods in eu.bandm.tools.ops that return CoTuple
    Modifier and Type
    Method
    Description
    static <A, B, C, D> CoTuple<A,B,C,D>
    CoTuple.new1(A p1)
    Create an instance of variant 1
    static <A, B, C, D> CoTuple<A,B,C,D>
    CoTuple.new2(B p2)
    Create an instance of variant 2
    static <A, B, C, D> CoTuple<A,B,C,D>
    CoTuple.new3(C p3)
    Create an instance of variant 3
    static <A, B, C, D> CoTuple<A,B,C,D>
    CoTuple.new4(D p4)
    Create an instance of variant 4