Uses of Class
org.apache.commons.math3.linear.MatrixDimensionMismatchException
Packages that use MatrixDimensionMismatchException
Package
Description
Implementations of common discrete-time linear filters.
Linear algebra support.
-
Uses of MatrixDimensionMismatchException in org.apache.commons.math3.filter
Constructors in org.apache.commons.math3.filter that throw MatrixDimensionMismatchExceptionModifierConstructorDescriptionKalmanFilter(ProcessModel process, MeasurementModel measurement) Creates a new Kalman filter with the given process and measurement models. -
Uses of MatrixDimensionMismatchException in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear that throw MatrixDimensionMismatchExceptionModifier and TypeMethodDescriptionAbstractFieldMatrix.add(FieldMatrix<T> m) Compute the sum of this and m.AbstractRealMatrix.add(RealMatrix m) Returns the sum ofthisandm.Array2DRowFieldMatrix.add(Array2DRowFieldMatrix<T> m) Addmto this matrix.Array2DRowRealMatrix.add(Array2DRowRealMatrix m) Compute the sum ofthisandm.BlockFieldMatrix.add(BlockFieldMatrix<T> m) Compute the sum ofthisandm.BlockFieldMatrix.add(FieldMatrix<T> m) Compute the sum of this and m.BlockRealMatrix.add(BlockRealMatrix m) Compute the sum of this matrix andm.BlockRealMatrix.add(RealMatrix m) Returns the sum ofthisandm.DiagonalMatrix.add(DiagonalMatrix m) Compute the sum ofthisandm.FieldMatrix.add(FieldMatrix<T> m) Compute the sum of this and m.OpenMapRealMatrix.add(OpenMapRealMatrix m) Compute the sum of this matrix andm.RealMatrix.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.voidSet the entries in column numbercolumnas a column matrix.voidAbstractRealMatrix.setColumn(int column, double[] array) Sets the specifiedcolumnofthismatrix to the entries of the specifiedarray.voidSet the entries in column numbercolumnas a column matrix.voidBlockRealMatrix.setColumn(int column, double[] array) Sets the specifiedcolumnofthismatrix to the entries of the specifiedarray.voidSet 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.voidSet the entries in row numberrowas a row matrix.voidAbstractRealMatrix.setRow(int row, double[] array) Sets the specifiedrowofthismatrix to the entries of the specifiedarray.voidSet the entries in row numberrowas a row matrix.voidBlockRealMatrix.setRow(int row, double[] array) Sets the specifiedrowofthismatrix to the entries of the specifiedarray.voidSet 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.AbstractFieldMatrix.subtract(FieldMatrix<T> m) Subtractmfrom this matrix.AbstractRealMatrix.subtract(RealMatrix m) Returnsthisminusm.Array2DRowFieldMatrix.subtract(Array2DRowFieldMatrix<T> m) Subtractmfrom this matrix.Array2DRowRealMatrix.subtract(Array2DRowRealMatrix m) Returnsthisminusm.BlockFieldMatrix.subtract(BlockFieldMatrix<T> m) Computethis - m.BlockFieldMatrix.subtract(FieldMatrix<T> m) Subtractmfrom this matrix.BlockRealMatrix.subtract(BlockRealMatrix m) Subtractmfrom this matrix.BlockRealMatrix.subtract(RealMatrix m) Returnsthisminusm.DiagonalMatrix.subtract(DiagonalMatrix m) Returnsthisminusm.FieldMatrix.subtract(FieldMatrix<T> m) Subtractmfrom this matrix.OpenMapRealMatrix.subtract(OpenMapRealMatrix m) Subtractmfrom this matrix.OpenMapRealMatrix.subtract(RealMatrix m) Returnsthisminusm.RealMatrix.subtract(RealMatrix m) Returnsthisminusm.