java.lang.Object
de.grogra.graph.wrapped.impl.Math
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Integrateable & WrappedGraph>
voidstatic <T extends Integrateable & WrappedGraph>
voidstatic <T extends Integrateable & WrappedGraph>
voidadd(T sg1, T sg2) static <T extends Integrateable & WrappedGraph>
voidadd(T sg1, T sg2, T out) static <T extends Integrateable & WrappedGraph>
voidmul(T sg1, int i) static <T extends Integrateable & WrappedGraph>
voidmul(T sg1, int i, T out) static <T extends Integrateable & WrappedGraph>
SecGraphoperator$add(T wg1, Node n1) static <T extends Integrateable & WrappedGraph>
SecGraphoperator$add(T wg1, T wg2) static <T extends Integrateable & WrappedGraph>
voidoperator$addAssign(T wg1, Node n1) static <T extends Integrateable & WrappedGraph>
voidoperator$addAssign(T wg1, T wg2) static <T extends Integrateable & WrappedGraph>
SecGraphoperator$mul(T wg1, int i) static <T extends Integrateable & WrappedGraph>
voidoperator$mulAssign(T wg1, int i)
-
Constructor Details
-
Math
public Math()
-
-
Method Details
-
add
public static <T extends Integrateable & WrappedGraph> void add(T sg1, T sg2, T out) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
add
public static <T extends Integrateable & WrappedGraph> void add(T sg1, Node n1, T out) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
add
public static <T extends Integrateable & WrappedGraph> void add(T sg1, Node n1) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
add
public static <T extends Integrateable & WrappedGraph> void add(T sg1, T sg2) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
mul
public static <T extends Integrateable & WrappedGraph> void mul(T sg1, int i, T out) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
mul
public static <T extends Integrateable & WrappedGraph> void mul(T sg1, int i) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
operator$addAssign
public static <T extends Integrateable & WrappedGraph> void operator$addAssign(T wg1, T wg2) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
operator$add
public static <T extends Integrateable & WrappedGraph> SecGraph operator$add(T wg1, T wg2) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
operator$add
public static <T extends Integrateable & WrappedGraph> SecGraph operator$add(T wg1, Node n1) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
operator$addAssign
public static <T extends Integrateable & WrappedGraph> void operator$addAssign(T wg1, Node n1) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
operator$mul
public static <T extends Integrateable & WrappedGraph> SecGraph operator$mul(T wg1, int i) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-
operator$mulAssign
public static <T extends Integrateable & WrappedGraph> void operator$mulAssign(T wg1, int i) throws CloneNotSupportedException - Throws:
CloneNotSupportedException
-