Uses of Class
org.tweetyproject.math.matrix.Matrix
Packages that use Matrix
Package
Description
-
Uses of Matrix in org.tweetyproject.arg.bipolar.syntax
Methods in org.tweetyproject.arg.bipolar.syntax that return Matrix -
Uses of Matrix in org.tweetyproject.arg.dung.serialisability.semantics
Methods in org.tweetyproject.arg.dung.serialisability.semantics that return Matrix -
Uses of Matrix in org.tweetyproject.arg.dung.syntax
Methods in org.tweetyproject.arg.dung.syntax that return Matrix -
Uses of Matrix in org.tweetyproject.arg.setaf.syntax
Methods in org.tweetyproject.arg.setaf.syntax that return Matrix -
Uses of Matrix in org.tweetyproject.graphs
Methods in org.tweetyproject.graphs that return MatrixModifier 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
Methods in org.tweetyproject.logics.bpm.syntax that return Matrix -
Uses of Matrix in org.tweetyproject.logics.petri.syntax
Methods in org.tweetyproject.logics.petri.syntax that return Matrix -
Uses of Matrix in org.tweetyproject.logics.petri.syntax.reachability_graph
Methods in org.tweetyproject.logics.petri.syntax.reachability_graph that return MatrixModifier 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()
Return the controlVectorMarkovWalk.getCurrentState()
Return the currentStateMarkovWalk.getMeanState()
Return the mean stateMarkovWalk.getNormalizedControlVector()
Return the normalized control vectorReachabilityGraph.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
Methods in org.tweetyproject.math.matrix that return MatrixModifier 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.Methods in org.tweetyproject.math.matrix with parameters of type MatrixModifier 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.