Uses of Class
org.ujmp.core.enums.ValueType
-
-
Uses of ValueType in org.ujmp.core
Methods in org.ujmp.core that return ValueType Modifier and Type Method Description ValueType
AbstractMatrix. getValueType()
Methods in org.ujmp.core with parameters of type ValueType Modifier and Type Method Description Matrix
AbstractMatrix. convert(ValueType newValueType)
-
Uses of ValueType in org.ujmp.core.bigdecimalmatrix.calculation
Methods in org.ujmp.core.bigdecimalmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractBigDecimalCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.bigdecimalmatrix.impl
Methods in org.ujmp.core.bigdecimalmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseBigDecimalMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.bigdecimalmatrix.stub
Methods in org.ujmp.core.bigdecimalmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractBigDecimalMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.bigintegermatrix.calculation
Methods in org.ujmp.core.bigintegermatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractBigIntegerCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.bigintegermatrix.impl
Methods in org.ujmp.core.bigintegermatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseBigIntegerMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.bigintegermatrix.stub
Methods in org.ujmp.core.bigintegermatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractBigIntegerMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.booleanmatrix.calculation
Methods in org.ujmp.core.booleanmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractBooleanCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.booleanmatrix.impl
Methods in org.ujmp.core.booleanmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseBooleanMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.booleanmatrix.stub
Methods in org.ujmp.core.booleanmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractBooleanMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.bytearraymatrix.stub
Methods in org.ujmp.core.bytearraymatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractByteArrayMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.bytematrix.calculation
Methods in org.ujmp.core.bytematrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractByteCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.bytematrix.impl
Methods in org.ujmp.core.bytematrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseByteMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.bytematrix.stub
Methods in org.ujmp.core.bytematrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractByteMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.calculation
Methods in org.ujmp.core.calculation that return ValueType Modifier and Type Method Description ValueType
Calculation. getValueType()
-
Uses of ValueType in org.ujmp.core.charmatrix.calculation
Methods in org.ujmp.core.charmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractCharCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.charmatrix.impl
Methods in org.ujmp.core.charmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseCharMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.charmatrix.stub
Methods in org.ujmp.core.charmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractCharMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.doublematrix.calculation
Methods in org.ujmp.core.doublematrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractDoubleCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.doublematrix.impl
Methods in org.ujmp.core.doublematrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseDoubleMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.doublematrix.stub
Methods in org.ujmp.core.doublematrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractDoubleMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.enums
Methods in org.ujmp.core.enums that return ValueType Modifier and Type Method Description static ValueType
ValueType. valueOf(java.lang.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 Modifier and Type Method Description ValueType
AbstractFloatCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.floatmatrix.impl
Methods in org.ujmp.core.floatmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseFloatMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.floatmatrix.stub
Methods in org.ujmp.core.floatmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractFloatMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.genericmatrix.impl
Methods in org.ujmp.core.genericmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultDenseGenericMatrix2D. getValueType()
ValueType
DefaultSparseGenericMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.graphmatrix
Methods in org.ujmp.core.graphmatrix that return ValueType Modifier and Type Method Description ValueType
DefaultGraphMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return ValueType Modifier and Type Method Description ValueType
BaseMatrixProperties. getValueType()
-
Uses of ValueType in org.ujmp.core.intmatrix.calculation
Methods in org.ujmp.core.intmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractIntCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.intmatrix.impl
Methods in org.ujmp.core.intmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseIntMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.intmatrix.stub
Methods in org.ujmp.core.intmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractIntMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.longmatrix.calculation
Methods in org.ujmp.core.longmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractLongCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.longmatrix.impl
Methods in org.ujmp.core.longmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseLongMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.longmatrix.stub
Methods in org.ujmp.core.longmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractLongMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory with parameters of type ValueType Modifier and Type Method Description SparseMatrix
DefaultDenseMatrixFactory. sparse(ValueType valueType, long... size)
DenseMatrix
DefaultDenseMatrixFactory. zeros(ValueType valueType, long... size)
-
Uses of ValueType in org.ujmp.core.objectmatrix.calculation
Fields in org.ujmp.core.objectmatrix.calculation declared as ValueType Modifier and Type Field Description private ValueType
Concatenation. valueType
Methods in org.ujmp.core.objectmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractObjectCalculation. getValueType()
ValueType
Concatenation. getValueType()
Methods in org.ujmp.core.objectmatrix.calculation with parameters of type ValueType Modifier and Type Method Description 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 Modifier and Type Method Description ValueType
DefaultSparseObjectMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.objectmatrix.stub
Methods in org.ujmp.core.objectmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractObjectMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.shortmatrix.calculation
Methods in org.ujmp.core.shortmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractShortCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.shortmatrix.impl
Methods in org.ujmp.core.shortmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseShortMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.shortmatrix.stub
Methods in org.ujmp.core.shortmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractShortMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.stringmatrix.calculation
Methods in org.ujmp.core.stringmatrix.calculation that return ValueType Modifier and Type Method Description ValueType
AbstractStringCalculation. getValueType()
-
Uses of ValueType in org.ujmp.core.stringmatrix.impl
Methods in org.ujmp.core.stringmatrix.impl that return ValueType Modifier and Type Method Description ValueType
DefaultSparseStringMatrix. getValueType()
-
Uses of ValueType in org.ujmp.core.stringmatrix.stub
Methods in org.ujmp.core.stringmatrix.stub that return ValueType Modifier and Type Method Description ValueType
AbstractStringMatrix. getValueType()
-