Deprecated API


Contents
Deprecated Classes
org.ujmp.core.Ops
          use Matrix.[operation] instead 
 

Deprecated Methods
org.ujmp.core.graphmatrix.GenericGraph.addChild(long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.addChild(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.addDirectedEdge(long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.addDirectedEdge(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.addEdge(long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.addEdge(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.addParent(long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.addParent(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.addUndirectedEdge(long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.addUndirectedEdge(N, N)
            
org.ujmp.core.matrix.AbstractMatrix.copy()
          Please do not use this method anymore, it will be removed. use matrix.clone() instead 
org.ujmp.core.objectmatrix.calculation.ObjectCalculations.copy()
          Please do not use this method anymore, it will be removed. use matrix.clone() instead 
org.ujmp.core.MatrixFactory.copyFromMatrix(Matrix)
          Please do not use this method anymore, it will be removed. use matrix.clone() instead 
org.ujmp.core.MatrixFactory.dense(long...)
          Please do not use this method anymore, it will be moved to DenseMatrix.factory.zeros 
org.ujmp.core.MatrixFactory.eye(long...)
          Please do not use this method anymore, it will be moved to DenseMatrix.factory.eye 
org.ujmp.core.graphmatrix.GenericGraph.getChildCount(N)
            
org.ujmp.core.graphmatrix.GenericGraph.getChildIndices(N)
            
org.ujmp.core.graphmatrix.GenericGraph.getChildren(N)
            
org.ujmp.core.graphmatrix.GenericGraph.getDegree(N)
            
org.ujmp.core.graphmatrix.GenericGraph.getEdgeValue(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.getParentCount(N)
            
org.ujmp.core.graphmatrix.GenericGraph.getParentIndices(N)
            
org.ujmp.core.graphmatrix.GenericGraph.getParents(N)
            
org.ujmp.core.graphmatrix.GenericGraph.insertNode(N, long)
            
org.ujmp.core.graphmatrix.GenericGraph.isConnected(N, N)
            
org.ujmp.core.MatrixFactory.ones(long...)
          Please do not use this method anymore, it will be moved to DenseMatrix.factory.ones 
org.ujmp.core.MatrixFactory.rand(long...)
          Please do not use this method anymore, it will be moved to DenseMatrix.factory.rand 
org.ujmp.core.MatrixFactory.randn(long...)
          Please do not use this method anymore, it will be moved to DenseMatrix.factory.rand 
org.ujmp.core.graphmatrix.GenericGraph.removeDirectedEdge(long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.removeDirectedEdge(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.removeEdge(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.removeUndirectedEdge(N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.setDirectedEdge(E, long, long)
            
org.ujmp.core.graphmatrix.GenericGraph.setDirectedEdge(E, N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.setEdge(E, N, N)
            
org.ujmp.core.graphmatrix.GenericGraph.setUndirectedEdge(E, N, N)
            
org.ujmp.core.MatrixFactory.sparse(long...)
          Please do not use this method anymore, it will be moved to SparseMatrix.factory 
org.ujmp.core.MatrixFactory.zeros(long...)
          Please do not use this method anymore, it will be replaced by DenseMatrix.factory.zeros(long... size) 
 



Copyright © 2010. All Rights Reserved.