Uses of Class
org.apache.commons.math4.linear.MatrixDimensionMismatchException
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of MatrixDimensionMismatchException in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear that throw MatrixDimensionMismatchException Modifier and Type Method Description FieldMatrix<T>AbstractFieldMatrix. add(FieldMatrix<T> m)Compute the sum of this and m.RealMatrixAbstractRealMatrix. add(RealMatrix m)Returns the sum ofthisandm.Array2DRowFieldMatrix<T>Array2DRowFieldMatrix. add(Array2DRowFieldMatrix<T> m)Addmto this matrix.Array2DRowRealMatrixArray2DRowRealMatrix. add(Array2DRowRealMatrix m)Compute the sum ofthisandm.BlockFieldMatrix<T>BlockFieldMatrix. add(BlockFieldMatrix<T> m)Compute the sum ofthisandm.FieldMatrix<T>BlockFieldMatrix. add(FieldMatrix<T> m)Compute the sum of this and m.BlockRealMatrixBlockRealMatrix. add(BlockRealMatrix m)Compute the sum of this matrix andm.BlockRealMatrixBlockRealMatrix. add(RealMatrix m)Returns the sum ofthisandm.DiagonalMatrixDiagonalMatrix. add(DiagonalMatrix m)Compute the sum ofthisandm.FieldMatrix<T>FieldMatrix. add(FieldMatrix<T> m)Compute the sum of this and m.OpenMapRealMatrixOpenMapRealMatrix. add(OpenMapRealMatrix m)Compute the sum of this matrix andm.RealMatrixRealMatrix. add(RealMatrix m)Returns the sum ofthisandm.protected voidAbstractFieldMatrix. checkAdditionCompatible(FieldMatrix<T> m)Check if a matrix is addition compatible with the instance.static voidMatrixUtils. checkAdditionCompatible(AnyMatrix left, AnyMatrix right)Check if matrices are addition compatible.protected voidAbstractFieldMatrix. checkSubtractionCompatible(FieldMatrix<T> m)Check if a matrix is subtraction compatible with the instance.static voidMatrixUtils. checkSubtractionCompatible(AnyMatrix left, AnyMatrix right)Check if matrices are subtraction compatiblevoidAbstractFieldMatrix. copySubMatrix(int[] selectedRows, int[] selectedColumns, T[][] destination)Copy a submatrix.voidAbstractFieldMatrix. copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, T[][] destination)Copy a submatrix.voidAbstractRealMatrix. copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination)Copy a submatrix.voidAbstractRealMatrix. copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, double[][] destination)Copy a submatrix.voidFieldMatrix. copySubMatrix(int[] selectedRows, int[] selectedColumns, T[][] destination)Copy a submatrix.voidFieldMatrix. copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, T[][] destination)Copy a submatrix.voidRealMatrix. copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination)Copy a submatrix.voidRealMatrix. copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, double[][] destination)Copy a submatrix.voidAbstractFieldMatrix. setColumn(int column, T[] array)Set the entries in column numbercolumnas a column matrix.voidAbstractRealMatrix. setColumn(int column, double[] array)Sets the specifiedcolumnofthismatrix to the entries of the specifiedarray.voidBlockFieldMatrix. setColumn(int column, T[] array)Set the entries in column numbercolumnas a column matrix.voidBlockRealMatrix. setColumn(int column, double[] array)Sets the specifiedcolumnofthismatrix to the entries of the specifiedarray.voidFieldMatrix. setColumn(int column, T[] array)Set the entries in column numbercolumnas a column matrix.voidRealMatrix. setColumn(int column, double[] array)Sets the specifiedcolumnofthismatrix to the entries of the specifiedarray.voidAbstractFieldMatrix. setColumnMatrix(int column, FieldMatrix<T> matrix)Set the entries in column numbercolumnas a column matrix.voidAbstractRealMatrix. setColumnMatrix(int column, RealMatrix matrix)Sets the specifiedcolumnofthismatrix to the entries of the specified columnmatrix.voidBlockFieldMatrix. setColumnMatrix(int column, FieldMatrix<T> matrix)Set the entries in column numbercolumnas a column matrix.voidBlockRealMatrix. setColumnMatrix(int column, RealMatrix matrix)Sets the specifiedcolumnofthismatrix to the entries of the specified columnmatrix.voidFieldMatrix. setColumnMatrix(int column, FieldMatrix<T> matrix)Set the entries in column numbercolumnas a column matrix.voidRealMatrix. setColumnMatrix(int column, RealMatrix matrix)Sets the specifiedcolumnofthismatrix to the entries of the specified columnmatrix.voidAbstractFieldMatrix. setColumnVector(int column, FieldVector<T> vector)Set the entries in column numbercolumnas a vector.voidAbstractRealMatrix. setColumnVector(int column, RealVector vector)Sets the specifiedcolumnofthismatrix to the entries of the specifiedvector.voidBlockFieldMatrix. setColumnVector(int column, FieldVector<T> vector)Set the entries in column numbercolumnas a vector.voidBlockRealMatrix. setColumnVector(int column, RealVector vector)Sets the specifiedcolumnofthismatrix to the entries of the specifiedvector.voidFieldMatrix. setColumnVector(int column, FieldVector<T> vector)Set the entries in column numbercolumnas a vector.voidRealMatrix. setColumnVector(int column, RealVector vector)Sets the specifiedcolumnofthismatrix to the entries of the specifiedvector.voidAbstractFieldMatrix. setRow(int row, T[] array)Set the entries in row numberrowas a row matrix.voidAbstractRealMatrix. setRow(int row, double[] array)Sets the specifiedrowofthismatrix to the entries of the specifiedarray.voidArray2DRowRealMatrix. setRow(int row, double[] array)Sets the specifiedrowofthismatrix to the entries of the specifiedarray.voidBlockFieldMatrix. setRow(int row, T[] array)Set the entries in row numberrowas a row matrix.voidBlockRealMatrix. setRow(int row, double[] array)Sets the specifiedrowofthismatrix to the entries of the specifiedarray.voidFieldMatrix. setRow(int row, T[] array)Set the entries in row numberrowas a row matrix.voidRealMatrix. setRow(int row, double[] array)Sets the specifiedrowofthismatrix to the entries of the specifiedarray.voidAbstractFieldMatrix. setRowMatrix(int row, FieldMatrix<T> matrix)Set the entries in row numberrowas a row matrix.voidAbstractRealMatrix. setRowMatrix(int row, RealMatrix matrix)Sets the specifiedrowofthismatrix to the entries of the specified rowmatrix.voidBlockFieldMatrix. setRowMatrix(int row, BlockFieldMatrix<T> matrix)Sets the entries in row numberrowas a row matrix.voidBlockFieldMatrix. setRowMatrix(int row, FieldMatrix<T> matrix)Set the entries in row numberrowas a row matrix.voidBlockRealMatrix. setRowMatrix(int row, BlockRealMatrix matrix)Sets the entries in row numberrowas a row matrix.voidBlockRealMatrix. setRowMatrix(int row, RealMatrix matrix)Sets the specifiedrowofthismatrix to the entries of the specified rowmatrix.voidFieldMatrix. setRowMatrix(int row, FieldMatrix<T> matrix)Set the entries in row numberrowas a row matrix.voidRealMatrix. setRowMatrix(int row, RealMatrix matrix)Sets the specifiedrowofthismatrix to the entries of the specified rowmatrix.voidAbstractFieldMatrix. setRowVector(int row, FieldVector<T> vector)Set the entries in row numberrowas a vector.voidAbstractRealMatrix. setRowVector(int row, RealVector vector)Sets the specifiedrowofthismatrix to the entries of the specifiedvector.voidBlockFieldMatrix. setRowVector(int row, FieldVector<T> vector)Set the entries in row numberrowas a vector.voidBlockRealMatrix. setRowVector(int row, RealVector vector)Sets the specifiedrowofthismatrix to the entries of the specifiedvector.voidFieldMatrix. setRowVector(int row, FieldVector<T> vector)Set the entries in row numberrowas a vector.voidRealMatrix. setRowVector(int row, RealVector vector)Sets the specifiedrowofthismatrix to the entries of the specifiedvector.FieldMatrix<T>AbstractFieldMatrix. subtract(FieldMatrix<T> m)Subtractmfrom this matrix.RealMatrixAbstractRealMatrix. subtract(RealMatrix m)Returnsthisminusm.Array2DRowFieldMatrix<T>Array2DRowFieldMatrix. subtract(Array2DRowFieldMatrix<T> m)Subtractmfrom this matrix.Array2DRowRealMatrixArray2DRowRealMatrix. subtract(Array2DRowRealMatrix m)Returnsthisminusm.BlockFieldMatrix<T>BlockFieldMatrix. subtract(BlockFieldMatrix<T> m)Computethis - m.FieldMatrix<T>BlockFieldMatrix. subtract(FieldMatrix<T> m)Subtractmfrom this matrix.BlockRealMatrixBlockRealMatrix. subtract(BlockRealMatrix m)Subtractmfrom this matrix.BlockRealMatrixBlockRealMatrix. subtract(RealMatrix m)Returnsthisminusm.DiagonalMatrixDiagonalMatrix. subtract(DiagonalMatrix m)Returnsthisminusm.FieldMatrix<T>FieldMatrix. subtract(FieldMatrix<T> m)Subtractmfrom this matrix.OpenMapRealMatrixOpenMapRealMatrix. subtract(OpenMapRealMatrix m)Subtractmfrom this matrix.OpenMapRealMatrixOpenMapRealMatrix. subtract(RealMatrix m)Returnsthisminusm.RealMatrixRealMatrix. subtract(RealMatrix m)Returnsthisminusm.