Uses of Class
org.ujmp.core.enums.ValueType

Packages that use ValueType
org.ujmp.core   
org.ujmp.core.bigdecimalmatrix.calculation   
org.ujmp.core.bigdecimalmatrix.impl   
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix.calculation   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix.calculation   
org.ujmp.core.booleanmatrix.impl   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix.calculation   
org.ujmp.core.bytematrix.impl   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.calculation   
org.ujmp.core.charmatrix.calculation   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix.calculation   
org.ujmp.core.datematrix.impl   
org.ujmp.core.datematrix.stub   
org.ujmp.core.doublematrix.calculation   
org.ujmp.core.doublematrix.calculation.entrywise.creators   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.enums   
org.ujmp.core.floatmatrix.calculation   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix.impl   
org.ujmp.core.graphmatrix   
org.ujmp.core.interfaces   
org.ujmp.core.intmatrix.calculation   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.listmatrix   
org.ujmp.core.longmatrix.calculation   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.objectmatrix.calculation   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.setmatrix   
org.ujmp.core.shortmatrix.calculation   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix.calculation   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
 

Uses of ValueType in org.ujmp.core
 

Methods in org.ujmp.core with parameters of type ValueType
static Matrix MatrixFactory.dense(ValueType valueType, long... size)
           
static Matrix MatrixFactory.eye(ValueType valueType, long... size)
           
static Matrix MatrixFactory.ones(ValueType valueType, long... size)
           
static Matrix MatrixFactory.rand(ValueType valueType, long... size)
           
static Matrix MatrixFactory.randn(ValueType valueType, long... size)
           
static Matrix MatrixFactory.sparse(ValueType valueType, long... size)
           
static Matrix MatrixFactory.zeros(ValueType valueType, long... size)
           
 

Uses of ValueType in org.ujmp.core.bigdecimalmatrix.calculation
 

Methods in org.ujmp.core.bigdecimalmatrix.calculation that return ValueType
 ValueType AbstractBigDecimalCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bigdecimalmatrix.impl
 

Methods in org.ujmp.core.bigdecimalmatrix.impl that return ValueType
 ValueType DefaultSparseBigDecimalMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bigdecimalmatrix.stub
 

Methods in org.ujmp.core.bigdecimalmatrix.stub that return ValueType
 ValueType AbstractBigDecimalMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bigintegermatrix.calculation
 

Methods in org.ujmp.core.bigintegermatrix.calculation that return ValueType
 ValueType AbstractBigIntegerCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bigintegermatrix.impl
 

Methods in org.ujmp.core.bigintegermatrix.impl that return ValueType
 ValueType DefaultSparseBigIntegerMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bigintegermatrix.stub
 

Methods in org.ujmp.core.bigintegermatrix.stub that return ValueType
 ValueType AbstractBigIntegerMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.booleanmatrix.calculation
 

Methods in org.ujmp.core.booleanmatrix.calculation that return ValueType
 ValueType AbstractBooleanCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.booleanmatrix.impl
 

Methods in org.ujmp.core.booleanmatrix.impl that return ValueType
 ValueType DefaultSparseBooleanMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.booleanmatrix.stub
 

Methods in org.ujmp.core.booleanmatrix.stub that return ValueType
 ValueType AbstractBooleanMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bytematrix.calculation
 

Methods in org.ujmp.core.bytematrix.calculation that return ValueType
 ValueType AbstractByteCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bytematrix.impl
 

Methods in org.ujmp.core.bytematrix.impl that return ValueType
 ValueType DefaultSparseByteMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.bytematrix.stub
 

Methods in org.ujmp.core.bytematrix.stub that return ValueType
 ValueType AbstractByteMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.calculation
 

Methods in org.ujmp.core.calculation that return ValueType
 ValueType Calculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.charmatrix.calculation
 

Methods in org.ujmp.core.charmatrix.calculation that return ValueType
 ValueType AbstractCharCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.charmatrix.impl
 

Methods in org.ujmp.core.charmatrix.impl that return ValueType
 ValueType DefaultSparseCharMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.charmatrix.stub
 

Methods in org.ujmp.core.charmatrix.stub that return ValueType
 ValueType AbstractCharMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.datematrix.calculation
 

Methods in org.ujmp.core.datematrix.calculation that return ValueType
 ValueType AbstractDateCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.datematrix.impl
 

Methods in org.ujmp.core.datematrix.impl that return ValueType
 ValueType DefaultSparseDateMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.datematrix.stub
 

Methods in org.ujmp.core.datematrix.stub that return ValueType
 ValueType AbstractDateMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.doublematrix.calculation
 

Methods in org.ujmp.core.doublematrix.calculation that return ValueType
 ValueType AbstractDoubleCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.doublematrix.calculation.entrywise.creators
 

Methods in org.ujmp.core.doublematrix.calculation.entrywise.creators with parameters of type ValueType
static Matrix Randn.calc(ValueType valueType, long... size)
           
static Matrix Rand.calc(ValueType valueType, long... size)
           
static Matrix Ones.calc(ValueType valueType, long... size)
           
static Matrix Eye.calc(ValueType valueType, long... size)
           
 

Uses of ValueType in org.ujmp.core.doublematrix.impl
 

Methods in org.ujmp.core.doublematrix.impl that return ValueType
 ValueType DefaultSparseDoubleMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.doublematrix.stub
 

Methods in org.ujmp.core.doublematrix.stub that return ValueType
 ValueType AbstractDoubleMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.enums
 

Methods in org.ujmp.core.enums that return ValueType
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ValueType in org.ujmp.core.floatmatrix.calculation
 

Methods in org.ujmp.core.floatmatrix.calculation that return ValueType
 ValueType AbstractFloatCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.floatmatrix.impl
 

Methods in org.ujmp.core.floatmatrix.impl that return ValueType
 ValueType DefaultSparseFloatMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.floatmatrix.stub
 

Methods in org.ujmp.core.floatmatrix.stub that return ValueType
 ValueType AbstractFloatMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.genericmatrix.impl
 

Methods in org.ujmp.core.genericmatrix.impl that return ValueType
 ValueType DefaultSparseGenericMatrix.getValueType()
           
 ValueType DefaultDenseGenericMatrix2D.getValueType()
           
 

Uses of ValueType in org.ujmp.core.graphmatrix
 

Methods in org.ujmp.core.graphmatrix that return ValueType
 ValueType DefaultGraphMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return ValueType
 ValueType BasicMatrixProperties.getValueType()
           
 

Uses of ValueType in org.ujmp.core.intmatrix.calculation
 

Methods in org.ujmp.core.intmatrix.calculation that return ValueType
 ValueType AbstractIntCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.intmatrix.impl
 

Methods in org.ujmp.core.intmatrix.impl that return ValueType
 ValueType DefaultSparseIntMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.intmatrix.stub
 

Methods in org.ujmp.core.intmatrix.stub that return ValueType
 ValueType AbstractIntMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.listmatrix
 

Methods in org.ujmp.core.listmatrix that return ValueType
 ValueType AbstractListMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.longmatrix.calculation
 

Methods in org.ujmp.core.longmatrix.calculation that return ValueType
 ValueType AbstractLongCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.longmatrix.impl
 

Methods in org.ujmp.core.longmatrix.impl that return ValueType
 ValueType DefaultSparseLongMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.longmatrix.stub
 

Methods in org.ujmp.core.longmatrix.stub that return ValueType
 ValueType AbstractLongMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return ValueType
 ValueType AbstractMatrix.getValueType()
           
 

Methods in org.ujmp.core.matrix with parameters of type ValueType
 Matrix AbstractMatrix.convert(ValueType newValueType)
           
 

Uses of ValueType in org.ujmp.core.objectmatrix.calculation
 

Methods in org.ujmp.core.objectmatrix.calculation that return ValueType
 ValueType Concatenation.getValueType()
           
 ValueType AbstractObjectCalculation.getValueType()
           
 

Methods in org.ujmp.core.objectmatrix.calculation with parameters of type ValueType
static Matrix Convert.calcNew(ValueType valueType, Matrix source)
           
 Matrix ObjectCalculations.convert(ValueType newValueType)
          Creates a copy of the matrix with the desired type for matrix entries.
 

Uses of ValueType in org.ujmp.core.objectmatrix.impl
 

Methods in org.ujmp.core.objectmatrix.impl that return ValueType
 ValueType DefaultSparseObjectMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.objectmatrix.stub
 

Methods in org.ujmp.core.objectmatrix.stub that return ValueType
 ValueType AbstractObjectMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.setmatrix
 

Methods in org.ujmp.core.setmatrix that return ValueType
 ValueType AbstractSetMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.shortmatrix.calculation
 

Methods in org.ujmp.core.shortmatrix.calculation that return ValueType
 ValueType AbstractShortCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.shortmatrix.impl
 

Methods in org.ujmp.core.shortmatrix.impl that return ValueType
 ValueType DefaultSparseShortMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.shortmatrix.stub
 

Methods in org.ujmp.core.shortmatrix.stub that return ValueType
 ValueType AbstractShortMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.stringmatrix.calculation
 

Methods in org.ujmp.core.stringmatrix.calculation that return ValueType
 ValueType AbstractStringCalculation.getValueType()
           
 

Uses of ValueType in org.ujmp.core.stringmatrix.impl
 

Methods in org.ujmp.core.stringmatrix.impl that return ValueType
 ValueType DefaultSparseStringMatrix.getValueType()
           
 

Uses of ValueType in org.ujmp.core.stringmatrix.stub
 

Methods in org.ujmp.core.stringmatrix.stub that return ValueType
 ValueType AbstractStringMatrix.getValueType()
           
 



Copyright © 2010. All Rights Reserved.