Uses of Class
org.tweetyproject.math.matrix.Matrix
Package
Description
-
Uses of Matrix in org.tweetyproject.arg.bipolar.syntax
-
Uses of Matrix in org.tweetyproject.arg.dung.syntax
-
Uses of Matrix in org.tweetyproject.arg.setaf.syntax
-
Uses of Matrix in org.tweetyproject.graphs
Modifier and TypeMethodDescriptionDefaultGraph.getAdjacencyMatrix()
DirHyperGraph.getAdjacencyMatrix()
Returns the adjacency matrix of this DirHyperGraph (the order of the nodes is the same as returned by "iterator()").Graph.getAdjacencyMatrix()
Returns the adjacency matrix of this graph (the order of the nodes is the same as returned by "iterator()").HyperGraph.getAdjacencyMatrix()
-
Uses of Matrix in org.tweetyproject.logics.bpm.syntax
-
Uses of Matrix in org.tweetyproject.logics.petri.syntax
-
Uses of Matrix in org.tweetyproject.logics.petri.syntax.reachability_graph
Modifier and TypeMethodDescriptionReachabilityGraph.getAdjacencyMatrix()
ReachabilityGraph.getControlMatrix()
Retrieve a matrix that specifies for each pair of marking and transition how likely that transition is going to occur at that marking, based on the probability function that describes this graph.MarkovWalk.getControlVector()
MarkovWalk.getCurrentState()
MarkovWalk.getMeanState()
MarkovWalk.getNormalizedControlVector()
ReachabilityGraph.getTransitionMatrix()
Retrieve a matrix that specifies for each pair of markings how likely a transition between these markings is going to happen, based on the probability function that describes this graph. -
Uses of Matrix in org.tweetyproject.math.matrix
Modifier and TypeMethodDescriptionAdds the given matrix to this one and returns the result.static Matrix
Matrix.getIdentityMatrix
(int dim) Returns the identity matrix of the given dimension.Makes a subtraction of the given matrix from this one and returns the result.Matrix.mult
(double scalar) Multiply this matrix with the given scalar (every entry is multiplied)Multiply this matrix with the given one.Multiply this matrix with the given scalar (every entry is multiplied)Matrix.simplify()
Simplifies every entry.Matrix.transpose()
Transposes this matrix, i.e.Modifier and TypeMethodDescriptionAdds the given matrix to this one and returns the result.Makes a subtraction of the given matrix from this one and returns the result.Multiply this matrix with the given one.