Uses of Class
org.ujmp.core.exceptions.MatrixException

Packages that use MatrixException
org.ujmp.core   
org.ujmp.core.benchmark   
org.ujmp.core.bigdecimalmatrix   
org.ujmp.core.bigdecimalmatrix.calculation   
org.ujmp.core.bigdecimalmatrix.factory   
org.ujmp.core.bigdecimalmatrix.impl   
org.ujmp.core.bigdecimalmatrix.stub   
org.ujmp.core.bigintegermatrix   
org.ujmp.core.bigintegermatrix.calculation   
org.ujmp.core.bigintegermatrix.factory   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.booleanmatrix   
org.ujmp.core.booleanmatrix.calculation   
org.ujmp.core.booleanmatrix.factory   
org.ujmp.core.booleanmatrix.impl   
org.ujmp.core.booleanmatrix.stub   
org.ujmp.core.bytematrix   
org.ujmp.core.bytematrix.calculation   
org.ujmp.core.bytematrix.factory   
org.ujmp.core.bytematrix.impl   
org.ujmp.core.bytematrix.stub   
org.ujmp.core.calculation   
org.ujmp.core.charmatrix   
org.ujmp.core.charmatrix.calculation   
org.ujmp.core.charmatrix.factory   
org.ujmp.core.charmatrix.impl   
org.ujmp.core.charmatrix.stub   
org.ujmp.core.datematrix   
org.ujmp.core.datematrix.calculation   
org.ujmp.core.datematrix.factory   
org.ujmp.core.datematrix.impl   
org.ujmp.core.datematrix.stub   
org.ujmp.core.doublematrix   
org.ujmp.core.doublematrix.calculation   
org.ujmp.core.doublematrix.calculation.basic   
org.ujmp.core.doublematrix.calculation.entrywise.basic   
org.ujmp.core.doublematrix.calculation.entrywise.creators   
org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic   
org.ujmp.core.doublematrix.calculation.entrywise.misc   
org.ujmp.core.doublematrix.calculation.entrywise.rounding   
org.ujmp.core.doublematrix.calculation.entrywise.trigonometric   
org.ujmp.core.doublematrix.calculation.general.decomposition   
org.ujmp.core.doublematrix.calculation.general.discretize   
org.ujmp.core.doublematrix.calculation.general.misc   
org.ujmp.core.doublematrix.calculation.general.missingvalues   
org.ujmp.core.doublematrix.calculation.general.statistical   
org.ujmp.core.doublematrix.factory   
org.ujmp.core.doublematrix.impl   
org.ujmp.core.doublematrix.stub   
org.ujmp.core.floatmatrix   
org.ujmp.core.floatmatrix.calculation   
org.ujmp.core.floatmatrix.factory   
org.ujmp.core.floatmatrix.impl   
org.ujmp.core.floatmatrix.stub   
org.ujmp.core.genericmatrix   
org.ujmp.core.genericmatrix.impl   
org.ujmp.core.genericmatrix.stub   
org.ujmp.core.graphmatrix   
org.ujmp.core.interfaces   
org.ujmp.core.intmatrix   
org.ujmp.core.intmatrix.calculation   
org.ujmp.core.intmatrix.factory   
org.ujmp.core.intmatrix.impl   
org.ujmp.core.intmatrix.stub   
org.ujmp.core.io   
org.ujmp.core.listmatrix   
org.ujmp.core.longmatrix   
org.ujmp.core.longmatrix.calculation   
org.ujmp.core.longmatrix.factory   
org.ujmp.core.longmatrix.impl   
org.ujmp.core.longmatrix.stub   
org.ujmp.core.matrix   
org.ujmp.core.matrix.factory   
org.ujmp.core.objectmatrix.calculation   
org.ujmp.core.objectmatrix.factory   
org.ujmp.core.objectmatrix.impl   
org.ujmp.core.objectmatrix.stub   
org.ujmp.core.setmatrix   
org.ujmp.core.shortmatrix   
org.ujmp.core.shortmatrix.calculation   
org.ujmp.core.shortmatrix.factory   
org.ujmp.core.shortmatrix.impl   
org.ujmp.core.shortmatrix.stub   
org.ujmp.core.stringmatrix   
org.ujmp.core.stringmatrix.calculation   
org.ujmp.core.stringmatrix.factory   
org.ujmp.core.stringmatrix.impl   
org.ujmp.core.stringmatrix.stub   
 

Uses of MatrixException in org.ujmp.core
 

Methods in org.ujmp.core that throw MatrixException
static Matrix MatrixFactory.concat(int dimension, Collection<Matrix> matrices)
           
static Matrix MatrixFactory.concat(int dimension, Matrix... matrices)
           
static Matrix MatrixFactory.copyFromMatrix(Matrix matrix)
          Deprecated. Please do not use this method anymore, it will be removed. use matrix.clone() instead
static Matrix MatrixFactory.correlatedColumns(int rows, int columns, double correlationFactor)
           
static Matrix MatrixFactory.createVectorForClass(int classID, int classCount)
           
static Matrix MatrixFactory.dense(long... size)
          Deprecated. Please do not use this method anymore, it will be moved to DenseMatrix.factory.zeros
static Matrix MatrixFactory.dense(ValueType valueType, long... size)
           
static Matrix MatrixFactory.eye(long... size)
          Deprecated. Please do not use this method anymore, it will be moved to DenseMatrix.factory.eye
static Matrix MatrixFactory.eye(ValueType valueType, long... size)
           
static Matrix MatrixFactory.fibonacci(int count)
           
static Matrix MatrixFactory.fill(Object value, long... size)
           
static Matrix MatrixFactory.horCat(Collection<Matrix> matrices)
           
static Matrix MatrixFactory.horCat(Matrix... matrices)
           
static Matrix MatrixFactory.importFromClipboard(FileFormat format, Object... parameters)
           
static Matrix MatrixFactory.importFromFile(FileFormat format, File file, Object... parameters)
           
static Matrix MatrixFactory.importFromFile(FileFormat format, String file, Object... parameters)
           
static Matrix MatrixFactory.importFromFile(File file, Object... parameters)
           
static Matrix MatrixFactory.importFromFile(String filename, Object... parameters)
           
static Matrix MatrixFactory.importFromStream(FileFormat format, InputStream stream, Object... parameters)
           
static Matrix MatrixFactory.importFromString(FileFormat format, String string, Object... parameters)
           
static Matrix MatrixFactory.importFromURL(FileFormat format, String url, Object... parameters)
           
static Matrix MatrixFactory.importFromURL(FileFormat format, URL url, Object... parameters)
           
static Matrix MatrixFactory.linkToFile(FileFormat format, File file, Object... parameters)
           
static Matrix MatrixFactory.magic(int size)
           
static Matrix MatrixFactory.ones(long... size)
          Deprecated. Please do not use this method anymore, it will be moved to DenseMatrix.factory.ones
static Matrix MatrixFactory.ones(ValueType valueType, long... size)
           
static Matrix MatrixFactory.pascal(long... size)
           
static Matrix MatrixFactory.rand(long... size)
          Deprecated. Please do not use this method anymore, it will be moved to DenseMatrix.factory.rand
static Matrix MatrixFactory.rand(ValueType valueType, long... size)
           
static Matrix MatrixFactory.randn(long... size)
          Deprecated. Please do not use this method anymore, it will be moved to DenseMatrix.factory.rand
static Matrix MatrixFactory.randn(ValueType valueType, long... size)
           
static Matrix MatrixFactory.sparse(long... size)
          Deprecated. Please do not use this method anymore, it will be moved to SparseMatrix.factory
static Matrix MatrixFactory.sparse(ValueType valueType, long... size)
           
static
<A> Matrix
MatrixFactory.vertCat(Collection<Matrix> matrices)
           
static
<A> Matrix
MatrixFactory.vertCat(Matrix... matrices)
           
 Matrix MatrixFactoryTemp.zeros(long... size)
           
static Matrix MatrixFactory.zeros(long... size)
          Deprecated. Please do not use this method anymore, it will be replaced by DenseMatrix.factory.zeros(long... size)
static Matrix MatrixFactory.zeros(ValueType valueType, long... size)
           
 

Uses of MatrixException in org.ujmp.core.benchmark
 

Methods in org.ujmp.core.benchmark that throw MatrixException
 DoubleMatrix2D DefaultDenseDoubleMatrix2DBenchmark.createMatrix(long... size)
           
 DoubleMatrix2D BlockDenseDoubleMatrix2DBenchmark.createMatrix(long... size)
           
 DoubleMatrix2D ArrayDenseDoubleMatrix2DBenchmark.createMatrix(long... size)
           
abstract  DoubleMatrix2D AbstractMatrix2DBenchmark.createMatrix(long... size)
           
 DoubleMatrix2D DefaultDenseDoubleMatrix2DBenchmark.createMatrix(Matrix source)
           
 DoubleMatrix2D BlockDenseDoubleMatrix2DBenchmark.createMatrix(Matrix source)
           
 DoubleMatrix2D ArrayDenseDoubleMatrix2DBenchmark.createMatrix(Matrix source)
           
abstract  DoubleMatrix2D AbstractMatrix2DBenchmark.createMatrix(Matrix source)
           
 

Uses of MatrixException in org.ujmp.core.bigdecimalmatrix
 

Methods in org.ujmp.core.bigdecimalmatrix that throw MatrixException
 BigDecimal BigDecimalMatrix.getBigDecimal(long... coordinates)
           
 void BigDecimalMatrix.setBigDecimal(BigDecimal value, long... coordinates)
           
 

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

Methods in org.ujmp.core.bigdecimalmatrix.calculation that throw MatrixException
 BigDecimalMatrix AbstractBigDecimalCalculation.calcLink()
           
 BigDecimalMatrix AbstractBigDecimalCalculation.calcNew()
           
 Matrix AbstractBigDecimalCalculation.calcOrig()
           
 BigDecimal ToBigDecimalMatrix.getBigDecimal(long... coordinates)
           
 BigDecimal BigDecimalCalculation.getBigDecimal(long... coordinates)
           
 void BigDecimalCalculation.setBigDecimal(BigDecimal value, long... coordinates)
           
 void AbstractBigDecimalCalculation.setBigDecimal(BigDecimal value, long... coordinates)
           
 void ToBigDecimalMatrix.setBigDecimal(BigDecimal value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.bigdecimalmatrix.factory
 

Methods in org.ujmp.core.bigdecimalmatrix.factory that throw MatrixException
 BigDecimalMatrix2D DefaultBigDecimalMatrix2DFactory.dense(long rows, long columns)
           
 BigDecimalMatrix2D BigDecimalMatrix2DFactory.dense(long rows, long columns)
           
 BigDecimalMatrix2D BigDecimalMatrix2DFactory.zeros(long rows, long columns)
           
 BigDecimalMatrix2D AbstractBigDecimalMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.bigdecimalmatrix.impl that throw MatrixException
 BigDecimal DefaultSparseBigDecimalMatrix.getBigDecimal(long... coordinates)
           
 BigDecimal BigDecimalCalculationMatrix.getBigDecimal(long... coordinates)
           
 void DefaultSparseBigDecimalMatrix.setBigDecimal(BigDecimal value, long... coordinates)
           
 void BigDecimalCalculationMatrix.setBigDecimal(BigDecimal value, long... coordinates)
           
 

Constructors in org.ujmp.core.bigdecimalmatrix.impl that throw MatrixException
ArrayDenseBigDecimalMatrix2D(Matrix m)
           
DefaultDenseBigDecimalMatrix2D(Matrix m)
           
DefaultSparseBigDecimalMatrix(Matrix m)
           
DefaultSparseBigDecimalMatrix(Matrix m, int maximumNumberOfEntries)
           
 

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

Methods in org.ujmp.core.bigdecimalmatrix.stub that throw MatrixException
 BigDecimal AbstractBigDecimalMatrix.getAsBigDecimal(long... coordinates)
           
 BigDecimal AbstractSparseBigDecimalMatrix2D.getObject(int row, int column)
           
 BigDecimal AbstractDenseBigDecimalMatrix2D.getObject(int row, int column)
           
 BigDecimal AbstractBigDecimalMatrix.getObject(long... coordinates)
           
 BigDecimal AbstractSparseBigDecimalMatrix2D.getObject(long row, long column)
           
 BigDecimal AbstractDenseBigDecimalMatrix2D.getObject(long row, long column)
           
 void AbstractBigDecimalMatrix.setAsBigDecimal(BigDecimal value, long... coordinates)
           
 void AbstractSparseBigDecimalMatrix2D.setObject(BigDecimal o, int row, int column)
           
 void AbstractDenseBigDecimalMatrix2D.setObject(BigDecimal o, int row, int column)
           
 void AbstractBigDecimalMatrix.setObject(BigDecimal o, long... coordinates)
           
 void AbstractSparseBigDecimalMatrix2D.setObject(BigDecimal o, long row, long column)
           
 void AbstractDenseBigDecimalMatrix2D.setObject(BigDecimal o, long row, long column)
           
 

Uses of MatrixException in org.ujmp.core.bigintegermatrix
 

Methods in org.ujmp.core.bigintegermatrix that throw MatrixException
 BigInteger BigIntegerMatrix.getBigInteger(long... coordinates)
           
 void BigIntegerMatrix.setBigInteger(BigInteger value, long... coordinates)
           
 

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

Methods in org.ujmp.core.bigintegermatrix.calculation that throw MatrixException
 BigIntegerMatrix AbstractBigIntegerCalculation.calcLink()
           
 BigIntegerMatrix AbstractBigIntegerCalculation.calcNew()
           
 Matrix AbstractBigIntegerCalculation.calcOrig()
           
 BigInteger ToBigIntegerMatrix.getBigInteger(long... coordinates)
           
 BigInteger Fibonacci.getBigInteger(long... coordinates)
           
 BigInteger BigIntegerCalculation.getBigInteger(long... coordinates)
           
 void BigIntegerCalculation.setBigInteger(BigInteger value, long... coordinates)
           
 void AbstractBigIntegerCalculation.setBigInteger(BigInteger value, long... coordinates)
           
 void ToBigIntegerMatrix.setBigInteger(BigInteger value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.bigintegermatrix.factory
 

Methods in org.ujmp.core.bigintegermatrix.factory that throw MatrixException
 BigIntegerMatrix2D DefaultBigIntegerMatrix2DFactory.dense(long rows, long columns)
           
 BigIntegerMatrix2D BigIntegerMatrix2DFactory.dense(long rows, long columns)
           
 BigIntegerMatrix2D BigIntegerMatrix2DFactory.zeros(long rows, long columns)
           
 BigIntegerMatrix2D AbstractBigIntegerMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.bigintegermatrix.impl that throw MatrixException
 BigInteger DefaultSparseBigIntegerMatrix.getBigInteger(long... coordinates)
           
 BigInteger BigIntegerCalculationMatrix.getBigInteger(long... coordinates)
           
 void DefaultSparseBigIntegerMatrix.setBigInteger(BigInteger value, long... coordinates)
           
 void BigIntegerCalculationMatrix.setBigInteger(BigInteger value, long... coordinates)
           
 

Constructors in org.ujmp.core.bigintegermatrix.impl that throw MatrixException
ArrayDenseBigIntegerMatrix2D(Matrix m)
           
DefaultDenseBigIntegerMatrix2D(Matrix m)
           
DefaultSparseBigIntegerMatrix(Matrix m)
           
DefaultSparseBigIntegerMatrix(Matrix m, int maximumNumberOfEntries)
           
 

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

Methods in org.ujmp.core.bigintegermatrix.stub that throw MatrixException
 BigInteger AbstractBigIntegerMatrix.getAsBigInteger(long... coordinates)
           
 BigInteger AbstractSparseBigIntegerMatrix2D.getObject(int row, int column)
           
 BigInteger AbstractDenseBigIntegerMatrix2D.getObject(int row, int column)
           
 BigInteger AbstractBigIntegerMatrix.getObject(long... coordinates)
           
 BigInteger AbstractSparseBigIntegerMatrix2D.getObject(long row, long column)
           
 BigInteger AbstractDenseBigIntegerMatrix2D.getObject(long row, long column)
           
 void AbstractBigIntegerMatrix.setAsBigInteger(BigInteger value, long... coordinates)
           
 void AbstractSparseBigIntegerMatrix2D.setObject(BigInteger o, int row, int column)
           
 void AbstractDenseBigIntegerMatrix2D.setObject(BigInteger o, int row, int column)
           
 void AbstractBigIntegerMatrix.setObject(BigInteger o, long... coordinates)
           
 void AbstractSparseBigIntegerMatrix2D.setObject(BigInteger o, long row, long column)
           
 void AbstractDenseBigIntegerMatrix2D.setObject(BigInteger o, long row, long column)
           
 

Uses of MatrixException in org.ujmp.core.booleanmatrix
 

Methods in org.ujmp.core.booleanmatrix that throw MatrixException
 boolean BooleanMatrix.getBoolean(long... coordinates)
          Returns a byte representation of an entry in the matrix.
 void BooleanMatrix.setBoolean(boolean value, long... coordinates)
          Sets an entry in the matrix to a boolean value.
 

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

Methods in org.ujmp.core.booleanmatrix.calculation that throw MatrixException
 Matrix BooleanCalculations.and(Calculation.Ret returnType, boolean value)
           
 Matrix BooleanCalculations.and(Calculation.Ret returnType, Matrix matrix)
           
 BooleanMatrix AbstractBooleanCalculation.calcLink()
           
 BooleanMatrix AbstractBooleanCalculation.calcNew()
           
 Matrix AbstractBooleanCalculation.calcOrig()
           
 Matrix BooleanCalculations.eq(Calculation.Ret returnType, Matrix matrix)
           
 Matrix BooleanCalculations.eq(Calculation.Ret returnType, Object value)
           
 Matrix BooleanCalculations.ge(Calculation.Ret returnType, double value)
           
 Matrix BooleanCalculations.ge(Calculation.Ret returnType, Matrix matrix)
           
 boolean Xor.getBoolean(long... coordinates)
           
 boolean ToBooleanMatrix.getBoolean(long... coordinates)
           
 boolean Or.getBoolean(long... coordinates)
           
 boolean Not.getBoolean(long... coordinates)
           
 boolean Ne.getBoolean(long... coordinates)
           
 boolean Lt.getBoolean(long... coordinates)
           
 boolean Le.getBoolean(long... coordinates)
           
 boolean Gt.getBoolean(long... coordinates)
           
 boolean Ge.getBoolean(long... coordinates)
           
 boolean Eq.getBoolean(long... coordinates)
           
 boolean BooleanCalculation.getBoolean(long... coordinates)
           
 boolean And.getBoolean(long... coordinates)
           
 Matrix BooleanCalculations.gt(Calculation.Ret returnType, double value)
           
 Matrix BooleanCalculations.gt(Calculation.Ret returnType, Matrix matrix)
           
 Matrix BooleanCalculations.le(Calculation.Ret returnType, double value)
           
 Matrix BooleanCalculations.le(Calculation.Ret returnType, Matrix matrix)
           
 Matrix BooleanCalculations.lt(Calculation.Ret returnType, double value)
           
 Matrix BooleanCalculations.lt(Calculation.Ret returnType, Matrix matrix)
           
 Matrix BooleanCalculations.ne(Calculation.Ret returnType, Matrix matrix)
           
 Matrix BooleanCalculations.ne(Calculation.Ret returnType, Object value)
           
 Matrix BooleanCalculations.not(Calculation.Ret returnType)
           
 Matrix BooleanCalculations.or(Calculation.Ret returnType, boolean value)
           
 Matrix BooleanCalculations.or(Calculation.Ret returnType, Matrix matrix)
           
 void BooleanCalculation.setBoolean(boolean value, long... coordinates)
           
 void AbstractBooleanCalculation.setBoolean(boolean value, long... coordinates)
           
 void ToBooleanMatrix.setBoolean(boolean value, long coordinates)
           
 Matrix BooleanCalculations.xor(Calculation.Ret returnType, boolean value)
           
 Matrix BooleanCalculations.xor(Calculation.Ret returnType, Matrix matrix)
           
 

Constructors in org.ujmp.core.booleanmatrix.calculation that throw MatrixException
And(boolean v1, Matrix m2)
           
And(Matrix m1, boolean v2)
           
Eq(Matrix m1, Object v2)
           
Eq(Object v1, Matrix m2)
           
Ge(double v1, Matrix m2)
           
Ge(Matrix m1, double v2)
           
Gt(double v1, Matrix m2)
           
Gt(Matrix m1, double v2)
           
Le(double v1, Matrix m2)
           
Le(Matrix m1, double v2)
           
Lt(double v1, Matrix m2)
           
Lt(Matrix m1, double v2)
           
Ne(Matrix m1, Object v2)
           
Ne(Object v1, Matrix m2)
           
Or(boolean v1, Matrix m2)
           
Or(Matrix m1, boolean v2)
           
Xor(boolean v1, Matrix m2)
           
Xor(Matrix m1, boolean v2)
           
 

Uses of MatrixException in org.ujmp.core.booleanmatrix.factory
 

Methods in org.ujmp.core.booleanmatrix.factory that throw MatrixException
 BooleanMatrix2D DefaultBooleanMatrix2DFactory.dense(long rows, long columns)
           
 BooleanMatrix2D BooleanMatrix2DFactory.dense(long rows, long columns)
           
 BooleanMatrix2D BooleanMatrix2DFactory.zeros(long rows, long columns)
           
 BooleanMatrix2D AbstractBooleanMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.booleanmatrix.impl that throw MatrixException
 boolean DefaultSparseBooleanMatrix.getBoolean(long... coordinates)
           
 boolean BooleanCalculationMatrix.getBoolean(long... coordinates)
           
 void DefaultSparseBooleanMatrix.setBoolean(boolean value, long... coordinates)
           
 void BooleanCalculationMatrix.setBoolean(boolean value, long... coordinates)
           
 

Constructors in org.ujmp.core.booleanmatrix.impl that throw MatrixException
DefaultDenseBooleanMatrix2D(Matrix m)
           
DefaultSparseBooleanMatrix(Matrix m)
           
DefaultSparseBooleanMatrix(Matrix m, int maximumNumberOfEntries)
           
 

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

Methods in org.ujmp.core.booleanmatrix.stub that throw MatrixException
 boolean AbstractBooleanMatrix.getAsBoolean(long... coordinates)
           
 double AbstractBooleanMatrix.getAsDouble(long... coordinates)
           
 Boolean AbstractSparseBooleanMatrix2D.getObject(int row, int column)
           
 Boolean AbstractDenseBooleanMatrix2D.getObject(int row, int column)
           
 Boolean AbstractBooleanMatrix.getObject(long... coordinates)
           
 Boolean AbstractSparseBooleanMatrix2D.getObject(long row, long column)
           
 Boolean AbstractDenseBooleanMatrix2D.getObject(long row, long column)
           
 void AbstractBooleanMatrix.setAsBoolean(boolean value, long... coordinates)
           
 void AbstractBooleanMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractSparseBooleanMatrix2D.setObject(Boolean o, int row, int column)
           
 void AbstractDenseBooleanMatrix2D.setObject(Boolean o, int row, int column)
           
 void AbstractBooleanMatrix.setObject(Boolean o, long... coordinates)
           
 void AbstractSparseBooleanMatrix2D.setObject(Boolean o, long row, long column)
           
 void AbstractDenseBooleanMatrix2D.setObject(Boolean o, long row, long column)
           
 

Uses of MatrixException in org.ujmp.core.bytematrix
 

Methods in org.ujmp.core.bytematrix that throw MatrixException
 byte ByteMatrix.getByte(long... coordinates)
          Returns a byte representation of an entry in the matrix.
 void ByteMatrix.setByte(byte value, long... coordinates)
          Sets an entry in the matrix to a byte value.
 

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

Methods in org.ujmp.core.bytematrix.calculation that throw MatrixException
 ByteMatrix AbstractByteCalculation.calcLink()
           
 ByteMatrix AbstractByteCalculation.calcNew()
           
 Matrix AbstractByteCalculation.calcOrig()
           
 byte ToByteMatrix.getByte(long... coordinates)
           
 byte ByteCalculation.getByte(long... coordinates)
           
 void ToByteMatrix.setByte(byte value, long... coordinates)
           
 void ByteCalculation.setByte(byte value, long... coordinates)
           
 void AbstractByteCalculation.setByte(byte value, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.bytematrix.factory
 

Methods in org.ujmp.core.bytematrix.factory that throw MatrixException
 ByteMatrix2D DefaultByteMatrix2DFactory.dense(long rows, long columns)
           
 ByteMatrix2D ByteMatrix2DFactory.dense(long rows, long columns)
           
 ByteMatrix2D ByteMatrix2DFactory.zeros(long rows, long columns)
           
 ByteMatrix2D AbstractByteMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.bytematrix.impl that throw MatrixException
 Matrix DefaultDenseByteMatrix2D.copy()
           
 byte DefaultSparseByteMatrix.getByte(long... coordinates)
           
 byte ByteCalculationMatrix.getByte(long... coordinates)
           
 void DefaultSparseByteMatrix.setByte(byte value, long... coordinates)
           
 void ByteCalculationMatrix.setByte(byte value, long... coordinates)
           
 

Constructors in org.ujmp.core.bytematrix.impl that throw MatrixException
ArrayDenseByteMatrix2D(Matrix m)
           
DefaultDenseByteMatrix2D(Matrix m)
           
DefaultSparseByteMatrix(Matrix m)
           
DefaultSparseByteMatrix(Matrix m, int maximumNumberOfEntries)
           
 

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

Methods in org.ujmp.core.bytematrix.stub that throw MatrixException
 byte AbstractByteMatrix.getAsByte(long... coordinates)
           
 double AbstractByteMatrix.getAsDouble(long... coordinates)
           
 Byte AbstractByteMatrix.getObject(long... coordinates)
           
 void AbstractByteMatrix.setAsByte(byte value, long... coordinates)
           
 void AbstractByteMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractByteMatrix.setObject(Byte o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.calculation
 

Methods in org.ujmp.core.calculation that throw MatrixException
 Matrix Calculation.calc(Calculation.Ret returnType)
           
 Matrix AbstractCalculation.calc(Calculation.Ret returnType)
           
 Matrix Calculation.calcLink()
           
 Matrix[] AbstractCalculation.calcMulti()
           
 Matrix Calculation.calcNew()
           
 Matrix Calculation.calcOrig()
           
 

Uses of MatrixException in org.ujmp.core.charmatrix
 

Methods in org.ujmp.core.charmatrix that throw MatrixException
 char CharMatrix.getChar(long... coordinates)
          Returns a char representation of an entry in the matrix.
 void CharMatrix.setChar(char value, long... coordinates)
          Sets an entry in the matrix to a char value.
 

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

Methods in org.ujmp.core.charmatrix.calculation that throw MatrixException
 CharMatrix AbstractCharCalculation.calcLink()
           
 CharMatrix AbstractCharCalculation.calcNew()
           
 Matrix AbstractCharCalculation.calcOrig()
           
 char ToCharMatrix.getChar(long... coordinates)
           
 char CharCalculation.getChar(long... coordinates)
           
 void CharCalculation.setChar(char value, long... coordinates)
           
 void AbstractCharCalculation.setChar(char value, long... coordinates)
           
 void ToCharMatrix.setChar(char value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.charmatrix.factory
 

Methods in org.ujmp.core.charmatrix.factory that throw MatrixException
 CharMatrix2D DefaultCharMatrix2DFactory.dense(long rows, long columns)
           
 CharMatrix2D CharMatrix2DFactory.dense(long rows, long columns)
           
 CharMatrix2D CharMatrix2DFactory.zeros(long rows, long columns)
           
 CharMatrix2D AbstractCharMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.charmatrix.impl that throw MatrixException
 Matrix DefaultDenseCharMatrix2D.copy()
           
 char DefaultSparseCharMatrix.getChar(long... coordinates)
           
 char CharCalculationMatrix.getChar(long... coordinates)
           
 void DefaultSparseCharMatrix.setChar(char value, long... coordinates)
           
 void CharCalculationMatrix.setChar(char value, long... coordinates)
           
 

Constructors in org.ujmp.core.charmatrix.impl that throw MatrixException
ArrayDenseCharMatrix2D(Matrix m)
           
DefaultDenseCharMatrix2D(Matrix m)
           
DefaultSparseCharMatrix(Matrix m)
           
DefaultSparseCharMatrix(Matrix m, int maximumNumberOfEntries)
           
 

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

Methods in org.ujmp.core.charmatrix.stub that throw MatrixException
 char AbstractCharMatrix.getAsChar(long... coordinates)
           
 double AbstractCharMatrix.getAsDouble(long... coordinates)
           
 Character AbstractCharMatrix.getObject(long... coordinates)
           
 void AbstractCharMatrix.setAsChar(char value, long... coordinates)
           
 void AbstractCharMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractCharMatrix.setObject(Character o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.datematrix
 

Methods in org.ujmp.core.datematrix that throw MatrixException
 Date DateMatrix.getDate(long... coordinates)
          Returns a Date representation of an entry in the matrix.
 void DateMatrix.setDate(Date date, long... coordinates)
          Sets an entry in the matrix to a Date value.
 

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

Methods in org.ujmp.core.datematrix.calculation that throw MatrixException
 DateMatrix AbstractDateCalculation.calcLink()
           
 DateMatrix AbstractDateCalculation.calcNew()
           
 Matrix AbstractDateCalculation.calcOrig()
           
 Date ToDateMatrix.getDate(long... coordinates)
           
 Date DateCalculation.getDate(long... coordinates)
           
 void DateCalculation.setDate(Date value, long... coordinates)
           
 void AbstractDateCalculation.setDate(Date value, long... coordinates)
           
 void ToDateMatrix.setDate(Date value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.datematrix.factory
 

Methods in org.ujmp.core.datematrix.factory that throw MatrixException
 DateMatrix2D DefaultDateMatrix2DFactory.dense(long rows, long columns)
           
 DateMatrix2D DateMatrix2DFactory.dense(long rows, long columns)
           
 DateMatrix2D DateMatrix2DFactory.zeros(long rows, long columns)
           
 DateMatrix2D AbstractDateMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.datematrix.impl that throw MatrixException
 Matrix DefaultDenseDateMatrix2D.copy()
           
 Date DefaultSparseDateMatrix.getDate(long... coordinates)
           
 Date DateCalculationMatrix.getDate(long... coordinates)
           
 void DefaultSparseDateMatrix.setDate(Date date, long... coordinates)
           
 void DateCalculationMatrix.setDate(Date value, long... coordinates)
           
 

Constructors in org.ujmp.core.datematrix.impl that throw MatrixException
DefaultDenseDateMatrix2D(Matrix m)
           
DefaultSparseDateMatrix(Matrix m)
           
DefaultSparseDateMatrix(Matrix m, int maximumNumberOfEntries)
           
SimpleDenseDateMatrix2D(Matrix m)
           
 

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

Methods in org.ujmp.core.datematrix.stub that throw MatrixException
 Date AbstractDateMatrix.getAsDate(long... coordinates)
           
 double AbstractDateMatrix.getAsDouble(long... coordinates)
           
 Date AbstractDateMatrix.getObject(long... coordinates)
           
 void AbstractDateMatrix.setAsDate(Date value, long... coordinates)
           
 void AbstractDateMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractDateMatrix.setObject(Date o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.doublematrix
 

Methods in org.ujmp.core.doublematrix that throw MatrixException
 double DoubleMatrix.getDouble(long... coordinates)
          Returns a double representation of an entry in the matrix.
 void DoubleMatrix.setDouble(double value, long... coordinates)
          Sets an entry in the matrix to a double value.
 

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

Methods in org.ujmp.core.doublematrix.calculation that throw MatrixException
 DoubleMatrix AbstractDoubleCalculation.calcLink()
           
 DoubleMatrix AbstractDoubleCalculation.calcNew()
           
 Matrix AbstractDoubleCalculation.calcOrig()
           
 double ToDoubleMatrix.getDouble(long... coordinates)
           
 double DoubleCalculation.getDouble(long... coordinates)
           
 void DoubleCalculation.setDouble(double value, long... coordinates)
           
 void AbstractDoubleCalculation.setDouble(double value, long... coordinates)
           
 void ToDoubleMatrix.setDouble(double value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.basic
 

Methods in org.ujmp.core.doublematrix.calculation.basic that throw MatrixException
 Matrix BasicDoubleCalculations.atimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
          Performs an averaging matrix multiplication on the two matrices.
 Matrix BasicDoubleCalculations.divide(Calculation.Ret returnType, boolean ignoreNaN, double value)
          Divides every entry in the matrix by a scalar.
 Matrix BasicDoubleCalculations.divide(Calculation.Ret returnType, boolean ignoreNaN, Matrix value)
          Divides every entry in the matrix by the entries of another matrix.
 Matrix BasicDoubleCalculations.divide(double value)
          Divides every entry in the matrix by a scalar.
 Matrix BasicDoubleCalculations.divide(Matrix matrix)
          Calculates an entrywise division of the two matrices.
 double Times.getDouble(long... coordinates)
           
 double Plus.getDouble(long... coordinates)
           
 double Mtimes.getDouble(long... coordinates)
           
 double Minus.getDouble(long... coordinates)
           
 double Divide.getDouble(long... coordinates)
           
 double Atimes.getDouble(long... coordinates)
           
 Matrix BasicDoubleCalculations.minus(Calculation.Ret returnType, boolean ignoreNaN, double value)
          Subtracts a specified value from all entries in the matrix.
 Matrix BasicDoubleCalculations.minus(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
          Calculates the difference of the entries in both matrices
 Matrix BasicDoubleCalculations.minus(double value)
          Subtracts a specified value from all entries in the matrix.
 Matrix BasicDoubleCalculations.minus(Matrix matrix)
          Calculates the difference of the entries in both matrices
 Matrix BasicDoubleCalculations.mtimes(Calculation.Ret returnType, boolean ignoreNaN, double value)
          Equal to times()
 Matrix BasicDoubleCalculations.mtimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
          Performs a matrix multiplication on the two matrices.
 Matrix BasicDoubleCalculations.mtimes(double value)
          Equal to times()
 Matrix BasicDoubleCalculations.mtimes(Matrix matrix)
          Performs a matrix multiplication on the two matrices.
 Matrix BasicDoubleCalculations.plus(Calculation.Ret returnType, boolean ignoreNaN, double value)
          Adds a specified value from all entries in the matrix.
 Matrix BasicDoubleCalculations.plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
          Calculates the sum of the entries in both matrices
 Matrix BasicDoubleCalculations.plus(double value)
          Adds a specified value to all entries in the matrix.
 Matrix BasicDoubleCalculations.plus(Matrix matrix)
          Calculates the sum of the entries in both matrices
 Matrix BasicDoubleCalculations.times(Calculation.Ret returnType, boolean ignoreNaN, double value)
          Multiplies every entry in the matrix with a scalar.
 Matrix BasicDoubleCalculations.times(Calculation.Ret returnType, boolean ignoreNaN, Matrix value)
          Multiplies every entry in the matrix with the entries of another Matrix.
 Matrix BasicDoubleCalculations.times(double value)
          Multiplies every entry in the matrix with a scalar.
 Matrix BasicDoubleCalculations.times(Matrix matrix)
          Calculates the entrywise product of the two matrices.
 

Constructors in org.ujmp.core.doublematrix.calculation.basic that throw MatrixException
Divide(boolean ignoreNaN, Matrix m1, double v2)
           
Divide(Matrix m1, double v2)
           
Minus(boolean ignoreNaN, Matrix m1, double v2)
           
Plus(boolean ignoreNaN, Matrix m1, double v2)
           
Times(boolean ignoreNaN, Matrix m1, double v2)
           
Times(Matrix m1, double v2)
           
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.entrywise.basic
 

Methods in org.ujmp.core.doublematrix.calculation.entrywise.basic that throw MatrixException
 Matrix BasicEntrywiseDoubleCalculations.abs(Calculation.Ret returnType)
          Calculates the absolute values of all entries in a Matrix.
static Matrix Sqrt.calc(Matrix source)
           
static Matrix Sign.calc(Matrix source)
           
static Matrix Log2.calc(Matrix source)
           
static Matrix Log10.calc(Matrix source)
           
static Matrix Log.calc(Matrix source)
           
static Matrix Abs.calc(Matrix source)
           
static Matrix Power.calc(Matrix source, double power)
           
static Matrix Power.calc(Matrix source, Matrix power)
           
 Matrix BasicEntrywiseDoubleCalculations.exp(Calculation.Ret returnType)
          Calculates the exponential function all entries in the Matrix.
 double Sqrt.getDouble(long... coordinates)
           
 double Sign.getDouble(long... coordinates)
           
 double Power.getDouble(long... coordinates)
           
 double Log2.getDouble(long... coordinates)
           
 double Log10.getDouble(long... coordinates)
           
 double Log.getDouble(long... coordinates)
           
 double Exp.getDouble(long... coordinates)
           
 double Abs.getDouble(long... coordinates)
           
 Matrix BasicEntrywiseDoubleCalculations.log(Calculation.Ret returnType)
          Calculates the natural logarithm of all entries in the Matrix.
 Matrix BasicEntrywiseDoubleCalculations.log10(Calculation.Ret returnType)
          Calculates the logarithm with basis 10 of all entries in the Matrix.
 Matrix BasicEntrywiseDoubleCalculations.log2(Calculation.Ret returnType)
          Calculates the logarithm with basis 2 of all entries in the Matrix.
 Matrix BasicEntrywiseDoubleCalculations.power(Calculation.Ret returnType, double power)
          Calculates this matrix to the power of the given value (entrywise).
 Matrix BasicEntrywiseDoubleCalculations.power(Calculation.Ret returnType, Matrix power)
          Calculates this matrix to the power of the given matrix (entrywise).
 Matrix BasicEntrywiseDoubleCalculations.sign(Calculation.Ret returnType)
          Calculates the sign of the entries in a Matrix.
 Matrix BasicEntrywiseDoubleCalculations.sqrt(Calculation.Ret returnType)
          Calculates the square root of all the entries in a Matrix.
 

Constructors in org.ujmp.core.doublematrix.calculation.entrywise.basic that throw MatrixException
Power(Matrix m1, double v2)
           
 

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

Methods in org.ujmp.core.doublematrix.calculation.entrywise.creators that throw MatrixException
static Matrix Randn.calc(long... size)
           
static Matrix Rand.calc(long... size)
           
static Matrix Ones.calc(long... size)
           
static Matrix Eye.calc(long... size)
           
static Matrix Zeros.calc(Matrix source)
           
static Matrix Randn.calc(Matrix source)
           
static Matrix Ones.calc(Matrix source)
           
static Matrix Eye.calc(Matrix source)
           
static Matrix Randn.calc(Matrix source, double mean, double sigma)
           
static Matrix Rand.calc(Matrix source, double min, double max)
           
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)
           
static Matrix Eye.calcOrig(Matrix source)
           
 Matrix CreatorDoubleCalculations.eye(Calculation.Ret ret)
          Returns a matrix with ones at the diagonal.
 Matrix CreatorDoubleCalculations.ones(Calculation.Ret ret)
          Returns a matrix with equal size, where all entries are set to 1.0.
 Matrix CreatorDoubleCalculations.rand(Calculation.Ret ret)
          Returns a matrix with equal size, where all entries are set to uniform random values between 0.0 and 1.0.
 Matrix CreatorDoubleCalculations.randn(Calculation.Ret ret)
          Returns a matrix with equal size, where all entries are set to random values which are normally distributed with 0.0 mean and 1.0 standard deviation.
 Matrix CreatorDoubleCalculations.zeros(Calculation.Ret ret)
          Returns a matrix with equal size, where all entries are set to zero.
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic
 

Methods in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic that throw MatrixException
static Matrix Tanh.calc(Matrix source)
           
static Matrix Sinh.calc(Matrix source)
           
static Matrix Cosh.calc(Matrix source)
           
 Matrix HyperbolicDoubleCalculations.cosh(Calculation.Ret returnType)
          Calculates the hyperbolic cosinus of all entries in the matrix.
 double Tanh.getDouble(long... coordinates)
           
 double Sinh.getDouble(long... coordinates)
           
 double Cosh.getDouble(long... coordinates)
           
 Matrix HyperbolicDoubleCalculations.sinh(Calculation.Ret returnType)
          Calculates the hyperbolic sinus of all entries in the matrix.
 Matrix HyperbolicDoubleCalculations.tanh(Calculation.Ret returnType)
          Calculates the hyperbolic tangens of all entries in the matrix.
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.entrywise.misc
 

Methods in org.ujmp.core.doublematrix.calculation.entrywise.misc that throw MatrixException
 double LogisticFunction.getDouble(long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.entrywise.rounding
 

Methods in org.ujmp.core.doublematrix.calculation.entrywise.rounding that throw MatrixException
static Matrix Round.calcNew(Matrix source)
           
static Matrix Floor.calcNew(Matrix source)
           
static Matrix Ceil.calcNew(Matrix source)
           
 Matrix RoundingDoubleCalculations.ceil(Calculation.Ret returnType)
          Returns a matrix with all entries rounded up to the next integer.
 Matrix RoundingDoubleCalculations.floor(Calculation.Ret returnType)
          Returns a matrix with all entries rounded down to the next integer.
 double Round.getDouble(long... coordinates)
           
 double Floor.getDouble(long... coordinates)
           
 double Ceil.getDouble(long... coordinates)
           
 Matrix RoundingDoubleCalculations.round(Calculation.Ret returnType)
          Returns a matrix with all entries rounded to integer values.
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric
 

Methods in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric that throw MatrixException
static Matrix Tan.calc(Matrix source)
           
static Matrix Sin.calc(Matrix source)
           
static Matrix Cos.calc(Matrix source)
           
 Matrix TrigonometricDoubleCalculations.cos(Calculation.Ret returnType)
          Calculates the cosinus of all entries in the matrix.
 double Tan.getDouble(long... coordinates)
           
 double Sin.getDouble(long... coordinates)
           
 double Cos.getDouble(long... coordinates)
           
 Matrix TrigonometricDoubleCalculations.sin(Calculation.Ret returnType)
          Calculates the sinus of all entries in the matrix.
 Matrix TrigonometricDoubleCalculations.tan(Calculation.Ret returnType)
          Calculates the tangens of all entries in the matrix.
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.general.decomposition
 

Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that throw MatrixException
 DenseDoubleMatrix2D Ginv.calcLink()
           
 DenseDoubleMatrix2D Ginv.calcNew()
           
 DenseDoubleMatrix2D Ginv.calcOrig()
           
 Matrix DecompositionDoubleCalculations.chol()
          Calculates a Cholesky decomposition of the matrix.
 Matrix[] DecompositionDoubleCalculations.eig()
          Calculates the Eigen decomposition of the matrix.
 Matrix[] DecompositionDoubleCalculations.eigSymm()
          Calculates the Eigen decomposition of a symmetric matrix.
 double Princomp.getDouble(long... coordinates)
           
 double Pinv.getDouble(long... coordinates)
           
 double Ginv.getDouble(long... coordinates)
           
 Matrix DecompositionDoubleCalculations.ginv()
          Calculates a generalized inverse of the Matrix
 Matrix DecompositionDoubleCalculations.inv()
          Calculates the inverse of the Matrix using either LUDecomposition (for square matrices) or QRDecomposition (otherwise).
 Matrix DecompositionDoubleCalculations.invSPD()
          Calculates the inverse of a symmetric positive definite Matrix using Cholesky Decomposition.
 Matrix DecompositionDoubleCalculations.invSymm()
          Calculates the inverse of the Matrix using either LUDecomposition (for square matrices) or QRDecomposition (otherwise).
 Matrix[] DecompositionDoubleCalculations.lu()
          Calculates a LU decomposition of the matrix.
 Matrix DecompositionDoubleCalculations.pinv()
          Calculates the pseudo inverse of the Matrix using Singular Value Decomposition.
 Matrix DecompositionDoubleCalculations.princomp()
          Projects the matrix into the space of the principal components.
 Matrix[] DecompositionDoubleCalculations.qr()
          Calculates a QR decomposition of the matrix.
 Matrix DecompositionDoubleCalculations.solve(Matrix b)
          Solve A*X = B
 Matrix DecompositionDoubleCalculations.solveSPD(Matrix b)
          Solve A*X = B
 Matrix DecompositionDoubleCalculations.solveSymm(Matrix b)
          Solve A*X = B
 Matrix[] DecompositionDoubleCalculations.svd()
          Calculates the singular value decomposition of the matrix: A = U*S*V'
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.general.discretize
 

Methods in org.ujmp.core.doublematrix.calculation.general.discretize that throw MatrixException
 Matrix DiscretizeCalculations.discretizeToColumns(long column)
           
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.general.misc
 

Methods in org.ujmp.core.doublematrix.calculation.general.misc that throw MatrixException
 Matrix MiscGeneralDoubleCalculations.append(int dimension, Matrix m)
           
 Matrix MiscGeneralDoubleCalculations.appendHorizontally(Matrix m)
           
 Matrix MiscGeneralDoubleCalculations.appendVertically(Matrix m)
           
 Matrix MiscGeneralDoubleCalculations.center(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
          Subtracts the mean from the matrix.
 Matrix MiscGeneralDoubleCalculations.fadeIn(Calculation.Ret ret, int dimension)
           
 Matrix MiscGeneralDoubleCalculations.fadeOut(Calculation.Ret ret, int dimensions)
           
 double TfIdf.getDouble(long... coordinates)
           
 double Standardize.getDouble(long... coordinates)
           
 double Normalize.getDouble(long... coordinates)
           
 double FadeOut.getDouble(long... coordinates)
           
 double FadeIn.getDouble(long... coordinates)
           
 double DiscretizeToColumns.getDouble(long... coordinates)
           
 double Center.getDouble(long... coordinates)
           
 Matrix MiscGeneralDoubleCalculations.normalize(Calculation.Ret returnType, int dimension)
           
 Matrix MiscGeneralDoubleCalculations.replaceMissingBy(Matrix matrix)
           
 Matrix MiscGeneralDoubleCalculations.standardize(Calculation.Ret returnType, int dimension)
          Subtracts the mean from the matrix and divides by the standard deviation.
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.general.missingvalues
 

Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues that throw MatrixException
 Matrix MissingValueDoubleCalculations.addMissing(Calculation.Ret returnType, int dimension, double... percentMissing)
          Adds a specified amount of missing values (Double.NaN) to the Matrix
 Matrix MissingValueDoubleCalculations.countMissing(Calculation.Ret returnType, int dimension)
          Counts the missing values within the matrix, i.e.
 Matrix MissingValueDoubleCalculations.deleteColumnsWithMissingValues(Calculation.Ret returnType)
           
 Matrix MissingValueDoubleCalculations.deleteRowsWithMissingValues(Calculation.Ret returnType, long threshold)
           
 double ImputeZero.getDouble(long... coordinates)
           
 double ImputeRegression.getDouble(long... coordinates)
           
 double ImputeMean.getDouble(long... coordinates)
           
 double ImputeLS.getDouble(long... coordinates)
           
 double ImputeKNN.getDouble(long... coordinates)
           
 double ImputeEM.getDouble(long... coordinates)
           
 double ImputeBPCA.getDouble(long... coordinates)
           
 double Impute.getDouble(long... coordinates)
           
 double CountMissing.getDouble(long... coordinates)
           
 double AddMissing.getDouble(long... coordinates)
           
 Matrix MissingValueDoubleCalculations.impute(Calculation.Ret returnType, Impute.ImputationMethod method, Object... parameters)
          Replaces missing values with various methods
 

Uses of MatrixException in org.ujmp.core.doublematrix.calculation.general.statistical
 

Methods in org.ujmp.core.doublematrix.calculation.general.statistical that throw MatrixException
static double Min.calc(Matrix m)
           
static double Mean.calc(Matrix m)
           
static double Max.calc(Matrix m)
           
 Matrix StatisticalDoubleCalculations.corrcoef(Calculation.Ret returnType, boolean ignoreNaN)
          Calculates the Pearson correlation.
 Matrix StatisticalDoubleCalculations.cov(Calculation.Ret returnType, boolean ignoreNaN)
          Calculates the covariance Matrix.
 Matrix StatisticalDoubleCalculations.cumprod(boolean ignoreNaN)
           
 Matrix StatisticalDoubleCalculations.cumsum(boolean ignoreNaN)
           
 Matrix StatisticalDoubleCalculations.diff(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 double Var.getDouble(long... coordinates)
           
 double Sum.getDouble(long... coordinates)
           
 double Std.getDouble(long... coordinates)
           
 double Prod.getDouble(long... coordinates)
           
 double MutualInformation.getDouble(long... coordinates)
           
 double Min.getDouble(long... coordinates)
           
 double Mean.getDouble(long... coordinates)
           
 double Max.getDouble(long... coordinates)
           
 double IndexOfMin.getDouble(long... coordinates)
           
 double IndexOfMax.getDouble(long... coordinates)
           
 double Diff.getDouble(long... coordinates)
           
 double Cumsum.getDouble(long... coordinates)
           
 double Cumprod.getDouble(long... coordinates)
           
 double Cov.getDouble(long... coordinates)
           
 double Corrcoef.getDouble(long... coordinates)
           
 Matrix StatisticalDoubleCalculations.indexOfMax(Calculation.Ret returnType, int dimension)
          Finds the index of the maximum value in the matrix
 Matrix StatisticalDoubleCalculations.indexOfMin(Calculation.Ret returnType, int dimension)
          Finds the index of the minimum value in the matrix
 Matrix StatisticalDoubleCalculations.max(Calculation.Ret returnType, int dimension)
          Calculates the maximum of the values in the matrix either rowwise, columnwise, or global.
 Matrix StatisticalDoubleCalculations.mean(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
          Calculates the mean of all entries in the Matrix either per row, per column, or global.
 Matrix StatisticalDoubleCalculations.min(Calculation.Ret returnType, int dimension)
          Calculates the mimimum of the values in the matrix either rowwise, columnwise, or global.
 Matrix StatisticalDoubleCalculations.mutualInf(Calculation.Ret returnType)
          Calculates the mutual information.
 Matrix StatisticalDoubleCalculations.pairedTTest(Calculation.Ret returnType)
          Calculates a paired T-Test on the matrix.
 Matrix StatisticalDoubleCalculations.prod(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix StatisticalDoubleCalculations.std(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
          Calculates the standard deviation of all entries in the Matrix either per row, per column, or global.
 Matrix StatisticalDoubleCalculations.sum(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
          Calculates the sum of all entries in the Matrix either per row, per column, or global.
 Matrix StatisticalDoubleCalculations.var(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
          Calculates the variance of all entries in the Matrix either per row, per column, or global.
 

Uses of MatrixException in org.ujmp.core.doublematrix.factory
 

Methods in org.ujmp.core.doublematrix.factory that throw MatrixException
 SparseDoubleMatrix SparseDoubleMatrixFactory.zeros(long... size)
           
 DoubleMatrix DoubleMatrixFactory.zeros(long... size)
           
 DenseDoubleMatrix2D DenseDoubleMatrix2DFactory.zeros(long... size)
           
 SparseDoubleMatrix DefaultSparseDoubleMatrixFactory.zeros(long... size)
           
 SparseDoubleMatrix2D DefaultSparseDoubleMatrix2DFactory.zeros(long... size)
           
 DenseDoubleMatrix DefaultDenseDoubleMatrixFactory.zeros(long... size)
           
 DenseDoubleMatrix2D DenseDoubleMatrix2DFactory.zeros(long rows, long cols)
           
 SparseDoubleMatrix2D DefaultSparseDoubleMatrix2DFactory.zeros(long rows, long cols)
           
 

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

Methods in org.ujmp.core.doublematrix.impl that throw MatrixException
 Matrix MortonDenseDoubleMartrix2D.copy()
           
 Matrix DefaultDenseDoubleMatrix2D.copy()
           
 Matrix ArrayDenseDoubleMatrix2D.copy()
           
 double DefaultSparseRowDoubleMatrix2D.getDouble(int row, int column)
           
 double DoubleCalculationMatrix.getDouble(long... coordinates)
           
 double DefaultSparseDoubleMatrix.getDouble(long... coordinates)
           
 double DefaultSparseRowDoubleMatrix2D.getDouble(long row, long column)
           
 int ImageMatrix.getInt(int row, int column)
           
 Matrix DefaultSparseRowDoubleMatrix2D.selectRows(Calculation.Ret returnType, long... rows)
           
 void DefaultSparseRowDoubleMatrix2D.setDouble(double o, int row, int column)
           
 void DoubleCalculationMatrix.setDouble(double value, long... coordinates)
           
 void DefaultSparseDoubleMatrix.setDouble(double value, long... coordinates)
           
 void DefaultSparseRowDoubleMatrix2D.setDouble(double o, long row, long column)
           
 void ImageMatrix.setInt(int value, int row, int column)
           
 Matrix BlockDenseDoubleMatrix2D.transpose()
          Returns the transpose of the current matrix.
 

Constructors in org.ujmp.core.doublematrix.impl that throw MatrixException
ArrayDenseDoubleMatrix2D(Matrix m)
           
DefaultDenseDoubleMatrix2D(Matrix m)
           
DefaultDenseDoubleMatrixMultiD(Matrix m)
           
DefaultSparseDoubleMatrix(Matrix m)
           
DefaultSparseDoubleMatrix(Matrix m, int maximumNumberOfEntries)
           
MortonDenseDoubleMartrix2D(Matrix m)
           
 

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

Methods in org.ujmp.core.doublematrix.stub that throw MatrixException
 double AbstractDoubleMatrix.getAsDouble(long... coordinates)
           
 Double AbstractSparseDoubleMatrix2D.getObject(int row, int column)
           
 Double AbstractDenseDoubleMatrix2D.getObject(int row, int column)
           
 Double AbstractDoubleMatrix.getObject(long... coordinates)
           
 Double AbstractSparseDoubleMatrix2D.getObject(long row, long column)
           
 Double AbstractDenseDoubleMatrix2D.getObject(long row, long column)
           
 void AbstractDoubleMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractSparseDoubleMatrix2D.setObject(Double o, int row, int column)
           
 void AbstractDenseDoubleMatrix2D.setObject(Double o, int row, int column)
           
 void AbstractDoubleMatrix.setObject(Double o, long... coordinates)
           
 void AbstractSparseDoubleMatrix2D.setObject(Double o, long row, long column)
           
 void AbstractDenseDoubleMatrix2D.setObject(Double o, long row, long column)
           
 

Uses of MatrixException in org.ujmp.core.floatmatrix
 

Methods in org.ujmp.core.floatmatrix that throw MatrixException
 float FloatMatrix.getFloat(long... coordinates)
          Returns a float representation of an entry in the matrix.
 void FloatMatrix.setFloat(float value, long... coordinates)
          Sets an entry in the matrix to a float value.
 

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

Methods in org.ujmp.core.floatmatrix.calculation that throw MatrixException
 FloatMatrix AbstractFloatCalculation.calcLink()
           
 FloatMatrix AbstractFloatCalculation.calcNew()
           
 Matrix AbstractFloatCalculation.calcOrig()
           
 float ToFloatMatrix.getFloat(long... coordinates)
           
 float FloatCalculation.getFloat(long... coordinates)
           
 void FloatCalculation.setFloat(float value, long... coordinates)
           
 void AbstractFloatCalculation.setFloat(float value, long... coordinates)
           
 void ToFloatMatrix.setFloat(float value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.floatmatrix.factory
 

Methods in org.ujmp.core.floatmatrix.factory that throw MatrixException
 FloatMatrix2D FloatMatrix2DFactory.dense(long rows, long columns)
           
 FloatMatrix2D DefaultFloatMatrix2DFactory.dense(long rows, long columns)
           
 FloatMatrix2D FloatMatrix2DFactory.zeros(long rows, long columns)
           
 FloatMatrix2D AbstractFloatMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.floatmatrix.impl that throw MatrixException
 Matrix DefaultDenseFloatMatrix2D.copy()
           
 float FloatCalculationMatrix.getFloat(long... coordinates)
           
 float DefaultSparseFloatMatrix.getFloat(long... coordinates)
           
 void FloatCalculationMatrix.setFloat(float value, long... coordinates)
           
 void DefaultSparseFloatMatrix.setFloat(float value, long... coordinates)
           
 

Constructors in org.ujmp.core.floatmatrix.impl that throw MatrixException
ArrayDenseFloatMatrix2D(Matrix m)
           
DefaultDenseFloatMatrix2D(Matrix m)
           
DefaultSparseFloatMatrix(Matrix m)
           
DefaultSparseFloatMatrix(Matrix m, int maximumNumberOfEntries)
           
 

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

Methods in org.ujmp.core.floatmatrix.stub that throw MatrixException
 double AbstractFloatMatrix.getAsDouble(long... coordinates)
           
 float AbstractFloatMatrix.getAsFloat(long... coordinates)
           
 Float AbstractFloatMatrix.getObject(long... coordinates)
           
 void AbstractFloatMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractFloatMatrix.setAsFloat(float value, long... coordinates)
           
 void AbstractFloatMatrix.setObject(Float o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.genericmatrix
 

Methods in org.ujmp.core.genericmatrix that throw MatrixException
 A GenericMatrix.getObject(long... coordinates)
           
 

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

Methods in org.ujmp.core.genericmatrix.impl that throw MatrixException
 double DefaultSparseGenericMatrix.getAsDouble(long... coordinates)
           
 void DefaultSparseGenericMatrix.setAsDouble(double value, long... coordinates)
           
 

Constructors in org.ujmp.core.genericmatrix.impl that throw MatrixException
DefaultDenseGenericMatrix2D(A[][] values)
           
DefaultDenseGenericMatrix2D(Matrix m)
           
DefaultSparseGenericMatrix(Matrix m)
           
DefaultSparseGenericMatrix(Matrix m, int maximumNumberOfEntries)
           
 

Uses of MatrixException in org.ujmp.core.genericmatrix.stub
 

Methods in org.ujmp.core.genericmatrix.stub that throw MatrixException
 A AbstractSparseGenericMatrix2D.getObject(long... coordinates)
           
 void AbstractSparseGenericMatrix2D.setObject(Object value, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.graphmatrix
 

Methods in org.ujmp.core.graphmatrix that throw MatrixException
 void DefaultGraphMatrix.setObject(Object o, int row, int column)
           
 void DefaultGraphMatrix.setObject(Object o, long row, long column)
           
 

Uses of MatrixException in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that throw MatrixException
 Iterable<long[]> CoordinateFunctions.allCoordinates()
          Returns an Iterator that goes over all coordinates in the Matrix.
 Iterable<long[]> CoordinateFunctions.availableCoordinates()
          Returns an Iterator that only goes over the coordinates in the Matrix that are stored.
 BigDecimal BasicMatrixProperties.bigDecimalValue()
           
 BigInteger BasicMatrixProperties.bigIntegerValue()
           
 boolean BasicMatrixProperties.booleanValue()
           
 byte BasicMatrixProperties.byteValue()
           
 char BasicMatrixProperties.charValue()
           
 double DistanceMeasures.chebyshevDistanceTo(Matrix m, boolean ignoreNaN)
           
 boolean CoordinateFunctions.contains(long... coordinates)
          Determines if the given Coordinates are part of the Matrix.
 boolean BasicMatrixProperties.containsMissingValues()
           
 Date BasicMatrixProperties.dateValue()
           
 double BasicMatrixProperties.det()
           
 double BasicMatrixProperties.doubleValue()
           
 double DistanceMeasures.euklideanDistanceTo(Matrix m, boolean ignoreNaN)
           
 float BasicMatrixProperties.floatValue()
           
 double BasicMatrixProperties.getAbsoluteValueMean()
           
 double BasicMatrixProperties.getAbsoluteValueSum()
           
 BigDecimal GettersAndSetters.getAsBigDecimal(long... coordinates)
           
 BigInteger GettersAndSetters.getAsBigInteger(long... coordinates)
           
 boolean GettersAndSetters.getAsBoolean(long... coordinates)
          Returns a byte representation of an entry in the matrix.
 byte GettersAndSetters.getAsByte(long... coordinates)
          Returns a byte representation of an entry in the matrix.
 char GettersAndSetters.getAsChar(long... coordinates)
          Returns a char representation of an entry in the matrix.
 Date GettersAndSetters.getAsDate(long... coordinates)
          Returns a Date representation of an entry in the matrix.
 double GettersAndSetters.getAsDouble(long... coordinates)
          Returns a double representation of an entry in the matrix.
 float GettersAndSetters.getAsFloat(long... coordinates)
          Returns a float representation of an entry in the matrix.
 int GettersAndSetters.getAsInt(long... coordinates)
          Returns an int representation of an entry in the matrix.
 long GettersAndSetters.getAsLong(long... coordinates)
          Returns a long representation of an entry in the matrix.
 Matrix GettersAndSetters.getAsMatrix(long... coordinates)
           
 Object GettersAndSetters.getAsObject(long... coordinates)
          Returns a raw entry in the matrix as it is stored.
 short GettersAndSetters.getAsShort(long... coordinates)
          Returns a short representation of an entry in the matrix.
 String GettersAndSetters.getAsString(long... coordinates)
          Returns a String representation of an entry in the matrix.
 long[] CoordinateFunctions.getCoordinatesOfMaximum()
          Returns the position of the maximum value in a Matrix.
 long[] CoordinateFunctions.getCoordinatesOfMinimum()
          Returns the position of the minimum value in a Matrix.
 double BasicMatrixProperties.getEuklideanValue()
           
 double BasicMatrixProperties.getMaxValue()
           
 double BasicMatrixProperties.getMeanValue()
           
 double BasicMatrixProperties.getMinValue()
           
 Object GettersAndSetters.getPreferredObject(long... coordinates)
          Returns a representation of the entry in the matrix that reflects the true object best.
 double BasicMatrixProperties.getRMS()
           
 double BasicMatrixProperties.getStdValue()
           
 double BasicMatrixProperties.getValueSum()
           
 int BasicMatrixProperties.intValue()
           
 boolean BasicMatrixProperties.isDiagonal()
           
 boolean BasicMatrixProperties.isEmpty()
           
 boolean BasicMatrixProperties.isSPD()
           
 long BasicMatrixProperties.longValue()
           
 double DistanceMeasures.manhattenDistanceTo(Matrix m, boolean ignoreNaN)
           
 double DistanceMeasures.minkowskiDistanceTo(Matrix m, double p, boolean ignoreNaN)
           
 Iterable<long[]> CoordinateFunctions.nonZeroCoordinates()
           
 int BasicMatrixProperties.rank()
           
 Iterable<long[]> CoordinateFunctions.selectedCoordinates(long[]... selection)
          Returns an Iterator that goes only over the Coordinates defined by the selection.
 Iterable<long[]> CoordinateFunctions.selectedCoordinates(String selection)
          Returns an Iterator that goes only over the Coordinates defined by the selection.
 void GettersAndSetters.setAsBigDecimal(BigDecimal value, long... coordinates)
           
 void GettersAndSetters.setAsBigInteger(BigInteger value, long... coordinates)
           
 void GettersAndSetters.setAsBoolean(boolean value, long... coordinates)
          Sets an entry in the matrix to a boolean value.
 void GettersAndSetters.setAsByte(byte value, long... coordinates)
          Sets an entry in the matrix to a byte value.
 void GettersAndSetters.setAsChar(char value, long... coordinates)
          Sets an entry in the matrix to a char value.
 void GettersAndSetters.setAsDate(Date date, long... coordinates)
          Sets an entry in the matrix to a Date value.
 void GettersAndSetters.setAsDouble(double value, long... coordinates)
          Sets an entry in the matrix to a double value.
 void GettersAndSetters.setAsFloat(float value, long... coordinates)
          Sets an entry in the matrix to a float value.
 void GettersAndSetters.setAsInt(int value, long... coordinates)
          Sets an entry in the matrix to an int value.
 void GettersAndSetters.setAsLong(long value, long... coordinates)
          Sets an entry in the matrix to a long value.
 void GettersAndSetters.setAsMatrix(Matrix m, long... coordinates)
           
 void GettersAndSetters.setAsObject(Object o, long... coordinates)
          Sets an entry in the matrix to an object.
 void GettersAndSetters.setAsShort(short value, long... coordinates)
          Sets an entry in the matrix to a short value.
 void GettersAndSetters.setAsString(String string, long... coordinates)
          Sets an entry in the matrix to a String value.
 short BasicMatrixProperties.shortValue()
           
 String BasicMatrixProperties.stringValue()
           
 BigDecimal[][] GettersAndSetters.toBigDecimalArray()
           
 BigInteger[][] GettersAndSetters.toBigIntegerArray()
           
 boolean[][] GettersAndSetters.toBooleanArray()
          Converts the content of a matrix into a 2-dimensional array of boolean values.
 byte[][] GettersAndSetters.toByteArray()
          Converts the content of a matrix into a 2-dimensional array of byte values.
 char[][] GettersAndSetters.toCharArray()
          Converts the content of a matrix into a 2-dimensional array of char values.
 Date[][] GettersAndSetters.toDateArray()
          Converts the content of a matrix into a 2-dimensional array of Date values.
 double[][] GettersAndSetters.toDoubleArray()
          Converts the content of a matrix into a 2-dimensional array of double values.
 float[][] GettersAndSetters.toFloatArray()
          Converts the content of a matrix into a 2-dimensional array of float values.
 int[][] GettersAndSetters.toIntArray()
          Converts the content of a matrix into a 2-dimensional array of int values.
 long[][] GettersAndSetters.toLongArray()
          Converts the content of a matrix into a 2-dimensional array of long values.
 Object[][] GettersAndSetters.toObjectArray()
          Converts the content of a matrix into a 2-dimensional array of Objects.
 short[][] GettersAndSetters.toShortArray()
          Converts the content of a matrix into a 2-dimensional array of short values.
 String[][] GettersAndSetters.toStringArray()
          Converts the content of a matrix into a 2-dimensional array of Strings.
 double BasicMatrixProperties.trace()
           
 

Uses of MatrixException in org.ujmp.core.intmatrix
 

Methods in org.ujmp.core.intmatrix that throw MatrixException
 int IntMatrix.getInt(long... coordinates)
          Returns an int representation of an entry in the matrix.
 void IntMatrix.setInt(int value, long... coordinates)
          Sets an entry in the matrix to an int value.
 

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

Methods in org.ujmp.core.intmatrix.calculation that throw MatrixException
 IntMatrix AbstractIntCalculation.calcLink()
           
 IntMatrix AbstractIntCalculation.calcNew()
           
 Matrix AbstractIntCalculation.calcOrig()
           
 Matrix IntCalculations.discretize(Calculation.Ret returnType, int dimension, Discretize.DiscretizationMethod method, int numberOfBins)
           
 int ToIntMatrix.getInt(long... coordinates)
           
 int Magic.getInt(long... coordinates)
           
 int IntCalculation.getInt(long... coordinates)
           
 int DiscretizeStandardBinning.getInt(long... coordinates)
           
 int Discretize.getInt(long... coordinates)
           
 void IntCalculation.setInt(int value, long... coordinates)
           
 void AbstractIntCalculation.setInt(int value, long... coordinates)
           
 void ToIntMatrix.setInt(int value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.intmatrix.factory
 

Methods in org.ujmp.core.intmatrix.factory that throw MatrixException
 IntMatrix2D IntMatrix2DFactory.dense(long rows, long columns)
           
 IntMatrix2D DefaultIntMatrix2DFactory.dense(long rows, long columns)
           
 IntMatrix2D IntMatrix2DFactory.zeros(long rows, long columns)
           
 IntMatrix2D AbstractIntMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.intmatrix.impl that throw MatrixException
 Matrix DefaultDenseIntMatrix2D.copy()
           
 IntMatrix SimpleDenseIntMatrix2D.divide(IntMatrix m2)
           
 int IntCalculationMatrix.getInt(long... coordinates)
           
 int DefaultSparseIntMatrix.getInt(long... coordinates)
           
 IntMatrix SimpleDenseIntMatrix2D.minus(IntMatrix m2)
           
 IntMatrix SimpleDenseIntMatrix2D.mtimes(IntMatrix matrix)
           
 IntMatrix SimpleDenseIntMatrix2D.plus(IntMatrix m2)
           
 void IntCalculationMatrix.setInt(int value, long... coordinates)
           
 void DefaultSparseIntMatrix.setInt(int value, long... coordinates)
           
 IntMatrix SimpleDenseIntMatrix2D.times(IntMatrix m2)
           
 

Constructors in org.ujmp.core.intmatrix.impl that throw MatrixException
DefaultDenseIntMatrix2D(Matrix m)
           
DefaultSparseIntMatrix(Matrix m)
           
DefaultSparseIntMatrix(Matrix m, int maximumNumberOfEntries)
           
SimpleDenseIntMatrix2D(Matrix m)
           
 

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

Methods in org.ujmp.core.intmatrix.stub that throw MatrixException
 double AbstractIntMatrix.getAsDouble(long... coordinates)
           
 int AbstractIntMatrix.getAsInt(long... coordinates)
           
 Integer AbstractIntMatrix.getObject(long... coordinates)
           
 void AbstractIntMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractIntMatrix.setAsInt(int value, long... coordinates)
           
 void AbstractIntMatrix.setObject(Integer o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.io
 

Methods in org.ujmp.core.io that throw MatrixException
 void ExportMatrixInterface.exportToClipboard(FileFormat format, Object... parameters)
           
 void ExportMatrixInterface.exportToFile(FileFormat format, File file, Object... parameters)
           
 void ExportMatrixInterface.exportToFile(FileFormat format, String file, Object... parameters)
           
 void ExportMatrixInterface.exportToFile(File file, Object... parameters)
           
 void ExportMatrixInterface.exportToFile(String file, Object... parameters)
           
 void ExportMatrixInterface.exportToStream(FileFormat format, OutputStream stream, Object... parameters)
           
 String ExportMatrixInterface.exportToString(FileFormat format, Object... parameters)
           
 void ExportMatrixInterface.exportToWriter(FileFormat format, Writer writer, Object... parameters)
           
static Matrix ImportMatrix.fromClipboard(FileFormat format, Object... parameters)
           
static Matrix ImportMatrix.fromFile(FileFormat format, File file, Object... parameters)
           
static Matrix ImportMatrixTXT.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrixSTRING.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrixSPARSECSV.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrixRSS.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrixCSV.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrixATOM.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrix.fromFile(File file, Object... parameters)
           
static Matrix ImportMatrix.fromReader(FileFormat format, Reader reader, Object parameters)
           
static Matrix ImportMatrixTXT.fromReader(Reader reader, Object... parameters)
           
static Matrix ImportMatrixSTRING.fromReader(Reader reader, Object... parameters)
           
static Matrix ImportMatrixSPARSECSV.fromReader(Reader reader, Object... parameters)
           
static Matrix ImportMatrixCSV.fromReader(Reader reader, Object... parameters)
           
static Matrix ImportMatrix.fromStream(FileFormat format, InputStream stream, Object parameters)
           
static Matrix ImportMatrixTXT.fromStream(InputStream stream, Object... parameters)
           
static Matrix ImportMatrixSTRING.fromStream(InputStream stream, Object... parameters)
           
static Matrix ImportMatrixSPARSECSV.fromStream(InputStream stream, Object... parameters)
           
static Matrix ImportMatrixRSS.fromStream(InputStream stream, Object... parameters)
           
static Matrix ImportMatrixCSV.fromStream(InputStream stream, Object... parameters)
           
static Matrix ImportMatrixATOM.fromStream(InputStream stream, Object... parameters)
           
static Matrix ImportMatrix.fromString(FileFormat format, String string, Object parameters)
           
static Matrix ImportMatrixSTRING.fromString(String string, Object... parameters)
           
static Matrix ImportMatrixSPARSECSV.fromString(String string, Object... parameters)
           
static Matrix ImportMatrixCSV.fromString(String string, Object... parameters)
           
static Matrix ImportMatrix.fromURL(FileFormat format, String urlString, Object... parameters)
           
static Matrix ImportMatrix.fromURL(FileFormat format, URL url, Object... parameters)
           
static void ExportMatrix.toClipboard(FileFormat format, Matrix matrix, Object... parameters)
           
static void ExportMatrix.toFile(FileFormat format, File file, Matrix matrix, Object... parameters)
           
static Matrix LinkMatrix.toFile(FileFormat format, File file, Object... parameters)
           
static void ExportMatrix.toFile(FileFormat format, String filename, Matrix matrix, Object... parameters)
           
static void ExportMatrixSPARSECSV.toFile(File file, Matrix matrix, Object... parameters)
           
static void ExportMatrixR.toFile(File file, Matrix matrix, Object... parameters)
           
static void ExportMatrixMAT.toFile(File file, Matrix matrix, Object... parameters)
           
static void ExportMatrixM.toFile(File file, Matrix matrix, Object... parameters)
           
static void ExportMatrixHTML.toFile(File file, Matrix matrix, Object... parameters)
           
static void ExportMatrixCSV.toFile(File file, Matrix matrix, Object... parameters)
           
static void ExportMatrix.toFile(File file, Matrix m, Object... parameters)
           
static Matrix LinkMatrixWAV.toFile(File file, Object... parameters)
           
static Matrix LinkMatrixRAW.toFile(File file, Object... parameters)
           
static Matrix LinkMatrixFILE.toFile(File file, Object... parameters)
           
static Matrix LinkMatrixCSV.toFile(File file, Object... parameters)
           
static void ExportMatrix.toFile(String file, Matrix m, Object... parameters)
           
static void ExportMatrixSPARSECSV.toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static void ExportMatrixR.toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static void ExportMatrixM.toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static void ExportMatrixHTML.toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static void ExportMatrixCSV.toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static String ExportMatrix.toString(FileFormat format, Matrix matrix, Object... parameters)
           
static void ExportMatrixTEX.toWriter(Writer w, Matrix m, Object... parameters)
           
static void ExportMatrixSPARSECSV.toWriter(Writer writer, Matrix matrix, Object... parameters)
           
static void ExportMatrixR.toWriter(Writer writer, Matrix matrix, Object... parameters)
           
static void ExportMatrixM.toWriter(Writer writer, Matrix matrix, Object... parameters)
           
static void ExportMatrixHTML.toWriter(Writer out, Matrix m, Object... parameters)
           
static void ExportMatrixCSV.toWriter(Writer writer, Matrix matrix, Object... parameters)
           
 

Uses of MatrixException in org.ujmp.core.listmatrix
 

Methods in org.ujmp.core.listmatrix that throw MatrixException
 double AbstractListMatrix.getAsDouble(long... coordinates)
           
 void AbstractListMatrix.setAsDouble(double value, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.longmatrix
 

Methods in org.ujmp.core.longmatrix that throw MatrixException
 long LongMatrix.getLong(long... coordinates)
          Returns a long representation of an entry in the matrix.
 void LongMatrix.setLong(long value, long... coordinates)
          Sets an entry in the matrix to a long value.
 

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

Methods in org.ujmp.core.longmatrix.calculation that throw MatrixException
 LongMatrix AbstractLongCalculation.calcLink()
           
 LongMatrix AbstractLongCalculation.calcNew()
           
 Matrix AbstractLongCalculation.calcOrig()
           
 long ToLongMatrix.getLong(long... coordinates)
           
 long LongCalculation.getLong(long... coordinates)
           
 long DocTerm.getLong(long... coordinates)
           
 void LongCalculation.setLong(long value, long... coordinates)
           
 void AbstractLongCalculation.setLong(long value, long... coordinates)
           
 void ToLongMatrix.setLong(long value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.longmatrix.factory
 

Methods in org.ujmp.core.longmatrix.factory that throw MatrixException
 LongMatrix2D LongMatrix2DFactory.dense(long rows, long columns)
           
 LongMatrix2D DefaultLongMatrix2DFactory.dense(long rows, long columns)
           
 LongMatrix2D LongMatrix2DFactory.zeros(long rows, long columns)
           
 LongMatrix2D AbstractLongMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.longmatrix.impl that throw MatrixException
 Matrix DefaultDenseLongMatrix2D.copy()
           
 long LongCalculationMatrix.getLong(long... coordinates)
           
 long DefaultSparseLongMatrix.getLong(long... coordinates)
           
 void LongCalculationMatrix.setLong(long value, long... coordinates)
           
 void DefaultSparseLongMatrix.setLong(long value, long... coordinates)
           
 

Constructors in org.ujmp.core.longmatrix.impl that throw MatrixException
DefaultDenseLongMatrix2D(Matrix m)
           
DefaultSparseLongMatrix(Matrix m)
           
DefaultSparseLongMatrix(Matrix m, int maximumNumberOfEntries)
           
SimpleDenseLongMatrix2D(Matrix m)
           
 

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

Methods in org.ujmp.core.longmatrix.stub that throw MatrixException
 double AbstractLongMatrix.getAsDouble(long... coordinates)
           
 long AbstractLongMatrix.getAsLong(long... coordinates)
           
 Long AbstractLongMatrix.getObject(long... coordinates)
           
 void AbstractLongMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractLongMatrix.setAsLong(long value, long... coordinates)
           
 void AbstractLongMatrix.setObject(Long o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that throw MatrixException
 Matrix AbstractMatrix.abs(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.addMissing(Calculation.Ret returnType, int dimension, double... percentMissing)
           
 Matrix AbstractMatrix.and(Calculation.Ret returnType, boolean value)
           
 Matrix AbstractMatrix.and(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.append(int dimension, Matrix m)
           
 Matrix AbstractMatrix.appendHorizontally(Matrix m)
           
 Matrix AbstractMatrix.appendVertically(Matrix m)
           
 Matrix AbstractMatrix.atimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
           
 BigDecimal AbstractMatrix.bigDecimalValue()
           
 BigInteger AbstractMatrix.bigIntegerValue()
           
 boolean AbstractMatrix.booleanValue()
           
 Matrix AbstractMatrix.bootstrap(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.bootstrap(Calculation.Ret returnType, int count)
           
 Matrix AbstractMatrix.ceil(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.center(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 char AbstractMatrix.charValue()
           
 double AbstractMatrix.chebyshevDistanceTo(Matrix m, boolean ignoreNaN)
           
 Matrix AbstractMatrix.chol()
           
 boolean AbstractMatrix.containsMissingValues()
           
 Matrix AbstractMatrix.convert(ValueType newValueType)
           
 Matrix AbstractMatrix.copy()
          Deprecated. Please do not use this method anymore, it will be removed. use matrix.clone() instead
 Matrix AbstractMatrix.corrcoef(Calculation.Ret returnType, boolean ignoreNaN)
           
 Matrix AbstractMatrix.cos(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.cosh(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.countMissing(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.cov(Calculation.Ret returnType, boolean ignoreNaN)
           
 Matrix AbstractMatrix.cumprod(boolean ignoreNaN)
           
 Matrix AbstractMatrix.cumsum(boolean ignoreNaN)
           
 Date AbstractMatrix.dateValue()
           
 Matrix AbstractMatrix.delete(Calculation.Ret returnType, Collection<? extends Number>... selection)
           
 Matrix AbstractMatrix.delete(Calculation.Ret returnType, long[]... selection)
           
 Matrix AbstractMatrix.delete(Calculation.Ret returnType, String selection)
           
 Matrix AbstractMatrix.deleteColumns(Calculation.Ret returnType, Collection<? extends Number> columns)
           
 Matrix AbstractMatrix.deleteColumns(Calculation.Ret returnType, long... columns)
           
 Matrix AbstractMatrix.deleteColumnsWithMissingValues(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.deleteRows(Calculation.Ret returnType, Collection<? extends Number> rows)
           
 Matrix AbstractMatrix.deleteRows(Calculation.Ret returnType, long... rows)
           
 Matrix AbstractMatrix.deleteRowsWithMissingValues(Calculation.Ret returnType, long threshold)
           
 double AbstractMatrix.det()
           
 Matrix AbstractMatrix.diff(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix AbstractMatrix.discretize(Calculation.Ret returnType, int dimension, Discretize.DiscretizationMethod method, int numberOfBins)
           
 Matrix AbstractMatrix.discretizeToColumns(long column)
           
 Matrix AbstractMatrix.divide(Calculation.Ret returnType, boolean ignoreNaN, double factor)
           
 Matrix AbstractMatrix.divide(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor)
           
 Matrix AbstractMatrix.divide(double divisor)
           
 Matrix AbstractMatrix.divide(Matrix m)
           
 double AbstractMatrix.doubleValue()
           
 Matrix[] AbstractMatrix.eig()
           
 Matrix[] AbstractMatrix.eigSymm()
           
 Matrix AbstractMatrix.eq(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.eq(Calculation.Ret returnType, Object value)
           
 double AbstractMatrix.euklideanDistanceTo(Matrix m, boolean ignoreNaN)
           
 Matrix AbstractMatrix.exp(Calculation.Ret returnType)
           
 void AbstractMatrix.exportToClipboard(FileFormat format, Object... parameters)
           
 void AbstractMatrix.exportToFile(FileFormat format, File file, Object... parameters)
           
 void AbstractMatrix.exportToFile(FileFormat format, String filename, Object... parameters)
           
 void AbstractMatrix.exportToFile(File file, Object... parameters)
           
 void AbstractMatrix.exportToFile(String file, Object... parameters)
           
 void AbstractMatrix.exportToStream(FileFormat format, OutputStream outputStream, Object... parameters)
           
 String AbstractMatrix.exportToString(FileFormat format, Object... parameters)
           
 void AbstractMatrix.exportToWriter(FileFormat format, Writer writer, Object... parameters)
           
 Matrix AbstractMatrix.extractAnnotation(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.eye(Calculation.Ret ret)
           
 Matrix AbstractMatrix.fadeIn(Calculation.Ret ret, int dimension)
           
 Matrix AbstractMatrix.fadeOut(Calculation.Ret ret, int dimension)
           
 Matrix AbstractMatrix.fill(Calculation.Ret ret, Object value)
           
 Matrix AbstractMatrix.flipdim(Calculation.Ret returnType, int dimension)
           
 float AbstractMatrix.floatValue()
           
 Matrix AbstractMatrix.floor(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.ge(Calculation.Ret returnType, double value)
           
 Matrix AbstractMatrix.ge(Calculation.Ret returnType, Matrix matrix)
           
 double AbstractMatrix.getAbsoluteValueMean()
           
 double AbstractMatrix.getAbsoluteValueSum()
           
 BigDecimal AbstractMatrix.getAsBigDecimal(long... coordinates)
           
 BigInteger AbstractMatrix.getAsBigInteger(long... coordinates)
           
 boolean AbstractMatrix.getAsBoolean(long... coordinates)
           
 byte AbstractMatrix.getAsByte(long... coordinates)
           
 char AbstractMatrix.getAsChar(long... coordinates)
           
 Date AbstractMatrix.getAsDate(long... coordinates)
           
 float AbstractMatrix.getAsFloat(long... coordinates)
           
 int AbstractMatrix.getAsInt(long... coordinates)
           
 long AbstractMatrix.getAsLong(long... coordinates)
           
 Matrix AbstractMatrix.getAsMatrix(long... coordinates)
           
 short AbstractMatrix.getAsShort(long... coordinates)
           
 String AbstractMatrix.getAsString(long... coordinates)
           
 long[] AbstractMatrix.getCoordinatesOfMaximum()
           
 long[] AbstractMatrix.getCoordinatesOfMinimum()
           
 double AbstractMatrix.getEuklideanValue()
           
 double AbstractMatrix.getMaxValue()
           
 double AbstractMatrix.getMeanValue()
           
 double AbstractMatrix.getMinValue()
           
 Object AbstractMatrix.getPreferredObject(long... coordinates)
           
 double AbstractMatrix.getRMS()
           
 double AbstractMatrix.getStdValue()
           
 double AbstractMatrix.getValueSum()
           
 Matrix AbstractMatrix.ginv()
           
 Matrix AbstractMatrix.gt(Calculation.Ret returnType, double value)
           
 Matrix AbstractMatrix.gt(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.impute(Calculation.Ret returnType, Impute.ImputationMethod method, Object... parameters)
           
 Matrix AbstractMatrix.includeAnnotation(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.indexOfMax(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.indexOfMin(Calculation.Ret returnType, int dimension)
           
 int AbstractMatrix.intValue()
           
 Matrix AbstractMatrix.inv()
           
 Matrix AbstractMatrix.invSPD()
           
 Matrix AbstractMatrix.invSymm()
           
 boolean AbstractMatrix.isDiagonal()
           
 boolean AbstractMatrix.isEmpty()
           
 boolean AbstractMatrix.isSingular()
           
 Matrix AbstractMatrix.le(Calculation.Ret returnType, double value)
           
 Matrix AbstractMatrix.le(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.log(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.log10(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.log2(Calculation.Ret returnType)
           
 long AbstractMatrix.longValue()
           
 Matrix AbstractMatrix.lowerCase(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.lt(Calculation.Ret returnType, double value)
           
 Matrix AbstractMatrix.lt(Calculation.Ret returnType, Matrix matrix)
           
 Matrix[] AbstractMatrix.lu()
           
 double AbstractMatrix.manhattenDistanceTo(Matrix m, boolean ignoreNaN)
           
 Matrix AbstractMatrix.max(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.mean(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix AbstractMatrix.min(Calculation.Ret returnType, int dimension)
           
 double AbstractMatrix.minkowskiDistanceTo(Matrix m, double p, boolean ignoreNaN)
           
 Matrix AbstractMatrix.minus(Calculation.Ret returnType, boolean ignoreNaN, double v)
           
 Matrix AbstractMatrix.minus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
           
 Matrix AbstractMatrix.minus(double value)
           
 Matrix AbstractMatrix.minus(Matrix m)
           
 Matrix AbstractMatrix.mtimes(Calculation.Ret returnType, boolean ignoreNaN, double value)
           
 Matrix AbstractMatrix.mtimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
           
 Matrix AbstractMatrix.mtimes(double value)
           
 Matrix AbstractMatrix.mtimes(Matrix matrix)
           
 Matrix AbstractMatrix.mutualInf(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.ne(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.ne(Calculation.Ret returnType, Object value)
           
 Matrix AbstractMatrix.normalize(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.not(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.ones(Calculation.Ret ret)
           
 Matrix AbstractMatrix.or(Calculation.Ret returnType, boolean value)
           
 Matrix AbstractMatrix.or(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.pairedTTest(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.pinv()
           
 Matrix AbstractMatrix.plus(Calculation.Ret returnType, boolean ignoreNaN, double v)
           
 Matrix AbstractMatrix.plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
           
 Matrix AbstractMatrix.plus(double value)
           
 Matrix AbstractMatrix.plus(Matrix m)
           
 Matrix AbstractMatrix.power(Calculation.Ret returnType, double power)
           
 Matrix AbstractMatrix.power(Calculation.Ret returnType, Matrix power)
           
 Matrix AbstractMatrix.princomp()
           
 Matrix AbstractMatrix.prod(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix[] AbstractMatrix.qr()
           
 Matrix AbstractMatrix.rand(Calculation.Ret ret)
           
 Matrix AbstractMatrix.randn(Calculation.Ret ret)
           
 int AbstractMatrix.rank()
           
 Matrix AbstractMatrix.removePunctuation(Calculation.Ret ret)
           
 Matrix AbstractMatrix.removeWords(Calculation.Ret ret, Collection<String> words)
           
 Matrix AbstractMatrix.replace(Calculation.Ret returnType, Object search, Object replacement)
           
 Matrix AbstractMatrix.replaceMissingBy(Matrix matrix)
           
 Matrix AbstractMatrix.replaceRegex(Calculation.Ret returnType, Pattern search, String replacement)
           
 Matrix AbstractMatrix.replaceRegex(Calculation.Ret returnType, String search, String replacement)
           
 Matrix AbstractMatrix.round(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.select(Calculation.Ret returnType, Collection<? extends Number>... selection)
           
 Matrix AbstractMatrix.select(Calculation.Ret returnType, long[]... selection)
           
 Matrix AbstractMatrix.select(Calculation.Ret returnType, String selection)
           
 Matrix AbstractMatrix.selectColumns(Calculation.Ret returnType, Collection<? extends Number> columns)
           
 Matrix AbstractMatrix.selectColumns(Calculation.Ret returnType, long... columns)
           
 Iterable<long[]> AbstractMatrix.selectedCoordinates(long[]... selection)
           
 Iterable<long[]> AbstractMatrix.selectedCoordinates(String selection)
           
 Matrix AbstractMatrix.selectRows(Calculation.Ret returnType, Collection<? extends Number> rows)
           
 Matrix AbstractMatrix.selectRows(Calculation.Ret returnType, long... rows)
           
 void AbstractMatrix.setAsBigDecimal(BigDecimal value, long... coordinates)
           
 void AbstractMatrix.setAsBigInteger(BigInteger value, long... coordinates)
           
 void AbstractMatrix.setAsBoolean(boolean value, long... coordinates)
           
 void AbstractMatrix.setAsByte(byte value, long... coordinates)
           
 void AbstractMatrix.setAsChar(char value, long... coordinates)
           
 void AbstractMatrix.setAsDate(Date date, long... coordinates)
           
 void AbstractMatrix.setAsFloat(float value, long... coordinates)
           
 void AbstractMatrix.setAsInt(int value, long... coordinates)
           
 void AbstractMatrix.setAsLong(long value, long... coordinates)
           
 void AbstractMatrix.setAsMatrix(Matrix m, long... coordinates)
           
 void AbstractMatrix.setAsShort(short value, long... coordinates)
           
 void AbstractMatrix.setAsString(String string, long... coordinates)
           
 Matrix AbstractMatrix.shuffle(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.sign(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.sin(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.sinh(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.sortrows(Calculation.Ret returnType, long column, boolean reverse)
           
 Matrix AbstractMatrix.sqrt(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.standardize(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.std(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix AbstractMatrix.stem(Calculation.Ret ret)
           
 String AbstractMatrix.stringValue()
           
 Matrix AbstractMatrix.subMatrix(Calculation.Ret returnType, long startRow, long startColumn, long endRow, long endColumn)
           
 Matrix AbstractMatrix.sum(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix[] AbstractMatrix.svd()
           
 Matrix AbstractMatrix.swap(Calculation.Ret returnType, int dimension, long pos1, long pos2)
           
 Matrix AbstractMatrix.tan(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.tanh(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.tfIdf(boolean calculateTf, boolean calculateIdf, boolean normalize)
           
 Matrix AbstractMatrix.times(Calculation.Ret returnType, boolean ignoreNaN, double factor)
           
 Matrix AbstractMatrix.times(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor)
           
 Matrix AbstractMatrix.times(double factor)
           
 Matrix AbstractMatrix.times(Matrix m)
           
 BigDecimal[][] AbstractMatrix.toBigDecimalArray()
           
 BigInteger[][] AbstractMatrix.toBigIntegerArray()
           
 boolean[][] AbstractMatrix.toBooleanArray()
           
 byte[][] AbstractMatrix.toByteArray()
           
 char[][] AbstractMatrix.toCharArray()
           
 Matrix AbstractMatrix.toColumnVector(Calculation.Ret returnType)
           
 Date[][] AbstractMatrix.toDateArray()
           
 double[][] AbstractMatrix.toDoubleArray()
           
 float[][] AbstractMatrix.toFloatArray()
           
 int[][] AbstractMatrix.toIntArray()
           
 long[][] AbstractMatrix.toLongArray()
           
 Object[][] AbstractMatrix.toObjectArray()
           
 Matrix AbstractMatrix.toRowVector(Calculation.Ret returnType)
           
 short[][] AbstractMatrix.toShortArray()
           
 String[][] AbstractMatrix.toStringArray()
           
 double AbstractMatrix.trace()
           
 Matrix AbstractMatrix.transpose()
           
 Matrix AbstractMatrix.transpose(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.transpose(Calculation.Ret returnType, int dimension1, int dimension2)
           
 Matrix AbstractMatrix.tril(Calculation.Ret returnType, int k)
           
 Matrix AbstractMatrix.triu(Calculation.Ret returnType, int k)
           
 Matrix AbstractMatrix.unique(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.uniqueValueCount(Calculation.Ret returnType, int dimension)
           
 Matrix AbstractMatrix.upperCase(Calculation.Ret returnType)
           
 Matrix AbstractMatrix.var(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
           
 Matrix AbstractMatrix.xor(Calculation.Ret returnType, boolean value)
           
 Matrix AbstractMatrix.xor(Calculation.Ret returnType, Matrix matrix)
           
 Matrix AbstractMatrix.zeros(Calculation.Ret ret)
           
 

Uses of MatrixException in org.ujmp.core.matrix.factory
 

Methods in org.ujmp.core.matrix.factory that throw MatrixException
 SparseMatrix SparseMatrixFactory.zeros(long... size)
           
 DenseMatrix DenseMatrixFactory.zeros(long... size)
           
 DenseMatrix2D DenseMatrix2DFactory.zeros(long... size)
           
 DenseMatrix2D DenseMatrix2DFactory.zeros(long rows, long cols)
           
 

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

Methods in org.ujmp.core.objectmatrix.calculation that throw MatrixException
 Matrix ObjectCalculations.bootstrap(Calculation.Ret returnType)
           
 Matrix ObjectCalculations.bootstrap(Calculation.Ret returnType, int count)
           
static Matrix Fill.calc(Matrix source, Object fill)
           
static Matrix Fill.calc(Object fill, long... size)
           
 ObjectMatrix AbstractObjectCalculation.calcLink()
           
 Matrix AbstractObjectCalculation.calcNew()
           
static Matrix Convert.calcNew(Matrix matrix)
           
static Matrix Convert.calcNew(ValueType valueType, Matrix source)
           
 Matrix Swap.calcOrig()
           
 Matrix Flipdim.calcOrig()
           
 Matrix AbstractObjectCalculation.calcOrig()
           
 Matrix ObjectCalculations.convert(ValueType newValueType)
          Creates a copy of the matrix with the desired type for matrix entries.
 Matrix ObjectCalculations.copy()
          Deprecated. Please do not use this method anymore, it will be removed. use matrix.clone() instead
 Matrix ObjectCalculations.delete(Calculation.Ret returnType, Collection<? extends Number>... selection)
          Delete rows and columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.delete(Calculation.Ret returnType, long[]... selection)
          Delete rows and columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.delete(Calculation.Ret returnType, String selection)
          Deletes rows and columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.deleteColumns(Calculation.Ret returnType, Collection<? extends Number> columns)
          Deletes columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.deleteColumns(Calculation.Ret returnType, long... colums)
          Deletes columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.deleteRows(Calculation.Ret returnType, Collection<? extends Number> rows)
          Deletes rows in the Matrix and returns a link to it.
 Matrix ObjectCalculations.deleteRows(Calculation.Ret returnType, long... rows)
          Deletes rows in the Matrix and returns a link to it.
 Matrix ObjectCalculations.extractAnnotation(Calculation.Ret returnType, int dimension)
          Generates annotation such as row or column labels from the content of this matrix.
 Matrix ObjectCalculations.fill(Calculation.Ret ret, Object value)
          Returns a matrix with equal size, where all entries are set to a desired value.
 Object UniqueValueCount.getObject(long... coordinates)
           
 Object Unique.getObject(long... coordinates)
           
 Object Triu.getObject(long... coordinates)
           
 Object Tril.getObject(long... coordinates)
           
 Object Transpose.getObject(long... coordinates)
           
 Object ToObjectMatrix.getObject(long... coordinates)
           
 Object Swap.getObject(long... coordinates)
           
 Object Sortrows.getObject(long... coordinates)
           
 Object Shuffle.getObject(long... coordinates)
           
 Object Selection.getObject(long... coordinates)
           
 Object Reshape.getObject(long... coordinates)
           
 Object Repmat.getObject(long... coordinates)
           
 Object Replace.getObject(long... coordinates)
           
 Object ObjectCalculation.getObject(long... coordinates)
           
 Object Join.getObject(long... coordinates)
           
 Object IncludeAnnotation.getObject(long... coordinates)
           
 Object Flipdim.getObject(long... coordinates)
           
 Object ExtractAnnotation.getObject(long... coordinates)
           
 Object Deletion.getObject(long... coordinates)
           
 Object Concatenation.getObject(long... coordinates)
           
 Object Bootstrap.getObject(long... coordinates)
           
 Matrix ObjectCalculations.includeAnnotation(Calculation.Ret returnType, int dimension)
           
 Matrix ObjectCalculations.replace(Calculation.Ret returnType, Object search, Object replacement)
          Replaces matching values in the matrix with another value
 Matrix ObjectCalculations.reshape(Calculation.Ret returnType, long... newSize)
           
 Matrix ObjectCalculations.select(Calculation.Ret returnType, Collection<? extends Number>... selection)
          Selects rows and columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.select(Calculation.Ret returnType, long[]... selection)
          Selects rows and columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.select(Calculation.Ret returnType, String selection)
          Selects rows and columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.selectColumns(Calculation.Ret returnType, Collection<? extends Number> columns)
          Selects columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.selectColumns(Calculation.Ret returnType, long... colums)
          Selects columns in the Matrix and returns a link to it.
 Matrix ObjectCalculations.selectRows(Calculation.Ret returnType, Collection<? extends Number> rows)
          Selects rows in the Matrix and returns a link to it.
 Matrix ObjectCalculations.selectRows(Calculation.Ret returnType, long... rows)
          Selects rows in the Matrix and returns a link to it.
 void Selection.setObject(Object value, long... coordinates)
           
 void Reshape.setObject(Object value, long... coordinates)
           
 void Repmat.setObject(Object value, long... coordinates)
           
 void ObjectCalculation.setObject(Object value, long... coordinates)
           
 void Concatenation.setObject(Object value, long... coordinates)
           
 void AbstractObjectCalculation.setObject(Object value, long... coordinates)
           
 void ToObjectMatrix.setObject(Object value, long coordinates)
           
 Matrix ObjectCalculations.shuffle(Calculation.Ret returnType)
           
 Matrix ObjectCalculations.sortrows(Calculation.Ret returnType, long column, boolean reverse)
           
 Matrix ObjectCalculations.squeeze(Calculation.Ret returnType)
           
 Matrix ObjectCalculations.subMatrix(Calculation.Ret returnType, long startRow, long startColumn, long endRow, long endColumn)
           
 Matrix ObjectCalculations.toColumnVector(Calculation.Ret returnType)
           
 Matrix ObjectCalculations.toRowVector(Calculation.Ret returnType)
           
 Matrix ObjectCalculations.transpose()
          Returns the transpose of the Matrix, where rows and columns are exchanged.
 Matrix ObjectCalculations.transpose(Calculation.Ret returnType)
          Returns the transpose of the Matrix, where rows and columns are exchanged.
 Matrix ObjectCalculations.transpose(Calculation.Ret returnType, int dimension1, int dimension2)
           
 Matrix ObjectCalculations.tril(Calculation.Ret returnType, int k)
           
 Matrix ObjectCalculations.triu(Calculation.Ret returnType, int k)
           
 Matrix ObjectCalculations.unique(Calculation.Ret returnType)
           
 Matrix ObjectCalculations.uniqueValueCount(Calculation.Ret returnType, int dimension)
           
 

Uses of MatrixException in org.ujmp.core.objectmatrix.factory
 

Methods in org.ujmp.core.objectmatrix.factory that throw MatrixException
 SparseObjectMatrix SparseObjectMatrixFactory.zeros(long... size)
           
 SparseObjectMatrix2D SparseObjectMatrix2DFactory.zeros(long... size)
           
 ObjectMatrix ObjectMatrixFactory.zeros(long... size)
           
 ObjectMatrix2D ObjectMatrix2DFactory.zeros(long... size)
           
 DenseObjectMatrix DenseObjectMatrixFactory.zeros(long... size)
           
 DenseObjectMatrix2D DenseObjectMatrix2DFactory.zeros(long... size)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrixFactory.zeros(long... size)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrix2DFactory.zeros(long... size)
           
 DenseObjectMatrix DefaultDenseObjectMatrixFactory.zeros(long... size)
           
 DenseObjectMatrix2D DefaultDenseObjectMatrix2DFactory.zeros(long... size)
           
 SparseObjectMatrix2D SparseObjectMatrix2DFactory.zeros(long rows, long cols)
           
 ObjectMatrix2D ObjectMatrix2DFactory.zeros(long rows, long columns)
           
 DenseObjectMatrix2D DenseObjectMatrix2DFactory.zeros(long rows, long cols)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrixFactory.zeros(long rows, long columns)
           
 SparseObjectMatrix2D DefaultSparseObjectMatrix2DFactory.zeros(long rows, long columns)
           
 DenseObjectMatrix2D DefaultDenseObjectMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.objectmatrix.impl that throw MatrixException
 Matrix DefaultDenseObjectMatrix2D.copy()
           
 double SynchronizedGenericMatrix.getAsDouble(long... coordinates)
           
 double ServerObjectMatrixUDP.getAsDouble(long... coordinates)
           
 double DefaultSparseRowObjectMatrix2D.getAsDouble(long... coordinates)
           
 Object DefaultSparseRowObjectMatrix2D.getObject(int row, int column)
           
 Object DefaultSparseColumnObjectMatrix2D.getObject(int row, int column)
           
 T SynchronizedGenericMatrix.getObject(long... c)
           
 Object ServerObjectMatrixUDP.getObject(long... coordinates)
           
 Object ObjectCalculationMatrix.getObject(long... coordinates)
           
 Object BufferedObjectMatrix.getObject(long... coordinates)
           
 Object DefaultSparseRowObjectMatrix2D.getObject(long row, long column)
           
 Object DefaultSparseColumnObjectMatrix2D.getObject(long row, long column)
           
 Matrix DefaultSparseRowObjectMatrix2D.max(Calculation.Ret returnType, int dimension)
           
 Matrix DefaultSparseColumnObjectMatrix2D.max(Calculation.Ret returnType, int dimension)
           
 Matrix DefaultSparseColumnObjectMatrix2D.selectColumns(Calculation.Ret returnType, long... columns)
           
 Matrix DefaultSparseRowObjectMatrix2D.selectRows(Calculation.Ret returnType, long... rows)
           
 void SynchronizedGenericMatrix.setAsDouble(double value, long... coordinates)
           
 void ServerObjectMatrixUDP.setAsDouble(double value, long... coordinates)
           
 void DefaultSparseRowObjectMatrix2D.setAsDouble(double value, long... coordinates)
           
 void DefaultSparseRowObjectMatrix2D.setObject(Object o, int row, int column)
           
 void DefaultSparseColumnObjectMatrix2D.setObject(Object o, int row, int column)
           
 void ServerObjectMatrixUDP.setObject(Object o, long... coordinates)
           
 void ObjectCalculationMatrix.setObject(Object value, long... coordinates)
           
 void BufferedObjectMatrix.setObject(Object value, long... coordinates)
           
 void DefaultSparseRowObjectMatrix2D.setObject(Object o, long row, long column)
           
 void DefaultSparseColumnObjectMatrix2D.setObject(Object o, long row, long column)
           
 void SynchronizedGenericMatrix.setObject(T value, long... c)
           
 

Constructors in org.ujmp.core.objectmatrix.impl that throw MatrixException
DefaultDenseObjectMatrix2D(Matrix m)
           
DefaultDenseObjectMatrixMultiD(Matrix m)
           
DefaultSparseObjectMatrix(Matrix m)
           
DefaultSparseObjectMatrix(Matrix m, int maximumNumberOfEntries)
           
SimpleDenseObjectMatrix2D(Matrix m)
           
VolatileSparseObjectMatrix(Matrix m)
           
 

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

Methods in org.ujmp.core.objectmatrix.stub that throw MatrixException
 double AbstractMapToTiledMatrix2DWrapper.getAsDouble(long... coordinates)
           
 double AbstractMapToSparseMatrixWrapper.getAsDouble(long... coordinates)
           
 Object AbstractMapToTiledMatrix2DWrapper.getObject(int row, int column)
           
 Object AbstractMapToSparseMatrixWrapper.getObject(long... coordinates)
           
 Object AbstractMapToTiledMatrix2DWrapper.getObject(long row, long column)
           
 void AbstractMapToTiledMatrix2DWrapper.setAsDouble(double v, long... coordinates)
           
 void AbstractMapToSparseMatrixWrapper.setAsDouble(double v, long... coordinates)
           
 void AbstractMapToTiledMatrix2DWrapper.setObject(Object o, int row, int column)
           
 void AbstractMapToSparseMatrixWrapper.setObject(Object o, long... coordinates)
           
 void AbstractMapToTiledMatrix2DWrapper.setObject(Object o, long row, long column)
           
 

Uses of MatrixException in org.ujmp.core.setmatrix
 

Methods in org.ujmp.core.setmatrix that throw MatrixException
 double AbstractSetMatrix.getAsDouble(long... coordinates)
           
 void AbstractSetMatrix.setAsDouble(double value, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.shortmatrix
 

Methods in org.ujmp.core.shortmatrix that throw MatrixException
 short ShortMatrix.getShort(long... coordinates)
          Returns a short representation of an entry in the matrix.
 void ShortMatrix.setShort(short value, long... coordinates)
          Sets an entry in the matrix to a short value.
 

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

Methods in org.ujmp.core.shortmatrix.calculation that throw MatrixException
 ShortMatrix AbstractShortCalculation.calcLink()
           
 ShortMatrix AbstractShortCalculation.calcNew()
           
 Matrix AbstractShortCalculation.calcOrig()
           
 short ToShortMatrix.getShort(long... coordinates)
           
 short ShortCalculation.getShort(long... coordinates)
           
 void ShortCalculation.setShort(short value, long... coordinates)
           
 void AbstractShortCalculation.setShort(short value, long... coordinates)
           
 void ToShortMatrix.setShort(short value, long coordinates)
           
 

Uses of MatrixException in org.ujmp.core.shortmatrix.factory
 

Methods in org.ujmp.core.shortmatrix.factory that throw MatrixException
 ShortMatrix2D ShortMatrix2DFactory.dense(long rows, long columns)
           
 ShortMatrix2D DefaultShortMatrix2DFactory.dense(long rows, long columns)
           
 ShortMatrix2D ShortMatrix2DFactory.zeros(long rows, long columns)
           
 ShortMatrix2D AbstractShortMatrix2DFactory.zeros(long rows, long columns)
           
 

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

Methods in org.ujmp.core.shortmatrix.impl that throw MatrixException
 Matrix DefaultDenseShortMatrix2D.copy()
           
 short ShortCalculationMatrix.getShort(long... coordinates)
           
 short DefaultSparseShortMatrix.getShort(long... coordinates)
           
 void ShortCalculationMatrix.setShort(short value, long... coordinates)
           
 void DefaultSparseShortMatrix.setShort(short value, long... coordinates)
           
 

Constructors in org.ujmp.core.shortmatrix.impl that throw MatrixException
DefaultDenseShortMatrix2D(Matrix m)
           
DefaultSparseShortMatrix(Matrix m)
           
DefaultSparseShortMatrix(Matrix m, int maximumNumberOfEntries)
           
SimpleDenseShortMatrix2D(Matrix m)
           
 

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

Methods in org.ujmp.core.shortmatrix.stub that throw MatrixException
 double AbstractShortMatrix.getAsDouble(long... coordinates)
           
 short AbstractShortMatrix.getAsShort(long... coordinates)
           
 Short AbstractShortMatrix.getObject(long... coordinates)
           
 void AbstractShortMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractShortMatrix.setAsShort(short value, long... coordinates)
           
 void AbstractShortMatrix.setObject(Short o, long... coordinates)
           
 

Uses of MatrixException in org.ujmp.core.stringmatrix
 

Methods in org.ujmp.core.stringmatrix that throw MatrixException
 String StringMatrix.getString(long... coordinates)
          Returns a String representation of an entry in the matrix.
 void StringMatrix.setString(String string, long... coordinates)
          Sets an entry in the matrix to a String value.
 

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

Methods in org.ujmp.core.stringmatrix.calculation that throw MatrixException
static Matrix ReplaceRegex.calc(Matrix source, Pattern search, String replacement)
           
static Matrix ReplaceRegex.calc(Matrix source, String searchString, String replacement)
           
 StringMatrix AbstractStringCalculation.calcLink()
           
 StringMatrix AbstractStringCalculation.calcNew()
           
 Matrix AbstractStringCalculation.calcOrig()
           
 String UpperCase.getString(long... coordinates)
           
 String ToStringMatrix.getString(long... coordinates)
           
 String StringCalculation.getString(long... coordinates)
           
 String Stem.getString(long... coordinates)
           
 String ReplaceRegex.getString(long... coordinates)
           
 String RemoveWords.getString(long... coordinates)
           
 String RemovePunctuation.getString(long... coordinates)
           
 String LowerCase.getString(long... coordinates)
           
 Matrix StringCalculations.lowerCase(Calculation.Ret returnType)
           
 Matrix StringCalculations.removePunctuation(Calculation.Ret ret)
           
 Matrix StringCalculations.removeWords(Calculation.Ret ret, Collection<String> words)
           
 Matrix StringCalculations.replaceRegex(Calculation.Ret returnType, Pattern search, String replacement)
          Replaces matching text in every entry of the matrix.
 Matrix StringCalculations.replaceRegex(Calculation.Ret returnType, String search, String replacement)
          Replaces matching text in every entry of the matrix.
 void StringCalculation.setString(String value, long... coordinates)
           
 void AbstractStringCalculation.setString(String value, long... coordinates)
           
 void ToStringMatrix.setString(String value, long coordinates)
           
 Matrix StringCalculations.stem(Calculation.Ret ret)
           
 Matrix StringCalculations.tfIdf(boolean calculateTf, boolean calculateIdf, boolean normalize)
           
 Matrix StringCalculations.upperCase(Calculation.Ret returnType)
           
 

Uses of MatrixException in org.ujmp.core.stringmatrix.factory
 

Methods in org.ujmp.core.stringmatrix.factory that throw MatrixException
 StringMatrix2D StringMatrix2DFactory.dense(long... size)
           
 StringMatrix2D DefaultStringMatrix2DFactory.dense(long... size)
           
 StringMatrix2D StringMatrix2DFactory.dense(long rows, long columns)
           
 StringMatrix2D DefaultStringMatrix2DFactory.dense(long rows, long columns)
           
 StringMatrix2D AbstractStringMatrix2DFactory.dense(long rows, long columns)
           
 

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

Methods in org.ujmp.core.stringmatrix.impl that throw MatrixException
 boolean SparseCSVMatrix.contains(long... coordinates)
           
 Matrix DefaultDenseStringMatrix2D.copy()
           
 String DefaultSparseStringMatrix.getAsString(long... coordinates)
           
 String StringCalculationMatrix.getString(long... coordinates)
           
 String DefaultSparseStringMatrix.getString(long... coordinates)
           
 String SparseCSVMatrix.getString(long row, long column)
           
 String CSVMatrix.getString(long row, long column)
           
 void DefaultSparseStringMatrix.setAsString(String string, long... coordinates)
           
 void StringCalculationMatrix.setString(String value, long... coordinates)
           
 void DefaultSparseStringMatrix.setString(String string, long... coordinates)
           
 

Constructors in org.ujmp.core.stringmatrix.impl that throw MatrixException
DefaultDenseStringMatrix2D(Matrix m)
           
DefaultSparseStringMatrix(Matrix m)
           
DefaultSparseStringMatrix(Matrix m, int maximumNumberOfEntries)
           
SimpleDenseStringMatrix2D(Matrix source)
           
 

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

Methods in org.ujmp.core.stringmatrix.stub that throw MatrixException
 String AbstractStringMatrix.getObject(long... coordinates)
           
 void AbstractStringMatrix.setAsDouble(double value, long... coordinates)
           
 void AbstractStringMatrix.setAsString(String string, long... coordinates)
           
 void AbstractStringMatrix.setObject(String o, long... coordinates)
           
 



Copyright © 2010. All Rights Reserved.