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 ofthis
andm
.Array2DRowFieldMatrix.add
(Array2DRowFieldMatrix<T> m) Addm
to this matrix.Array2DRowRealMatrix.add
(Array2DRowRealMatrix m) Compute the sum ofthis
andm
.BlockFieldMatrix.add
(BlockFieldMatrix<T> m) Compute the sum ofthis
andm
.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 ofthis
andm
.DiagonalMatrix.add
(DiagonalMatrix m) Compute the sum ofthis
andm
.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 ofthis
andm
.protected void
AbstractFieldMatrix.checkAdditionCompatible
(FieldMatrix<T> m) Check if a matrix is addition compatible with the instance.static void
MatrixUtils.checkAdditionCompatible
(AnyMatrix left, AnyMatrix right) Check if matrices are addition compatible.protected void
AbstractFieldMatrix.checkSubtractionCompatible
(FieldMatrix<T> m) Check if a matrix is subtraction compatible with the instance.static void
MatrixUtils.checkSubtractionCompatible
(AnyMatrix left, AnyMatrix right) Check if matrices are subtraction compatiblevoid
AbstractFieldMatrix.copySubMatrix
(int[] selectedRows, int[] selectedColumns, T[][] destination) Copy a submatrix.void
AbstractFieldMatrix.copySubMatrix
(int startRow, int endRow, int startColumn, int endColumn, T[][] destination) Copy a submatrix.void
AbstractRealMatrix.copySubMatrix
(int[] selectedRows, int[] selectedColumns, double[][] destination) Copy a submatrix.void
AbstractRealMatrix.copySubMatrix
(int startRow, int endRow, int startColumn, int endColumn, double[][] destination) Copy a submatrix.void
FieldMatrix.copySubMatrix
(int[] selectedRows, int[] selectedColumns, T[][] destination) Copy a submatrix.void
FieldMatrix.copySubMatrix
(int startRow, int endRow, int startColumn, int endColumn, T[][] destination) Copy a submatrix.void
RealMatrix.copySubMatrix
(int[] selectedRows, int[] selectedColumns, double[][] destination) Copy a submatrix.void
RealMatrix.copySubMatrix
(int startRow, int endRow, int startColumn, int endColumn, double[][] destination) Copy a submatrix.void
Set the entries in column numbercolumn
as a column matrix.void
AbstractRealMatrix.setColumn
(int column, double[] array) Sets the specifiedcolumn
ofthis
matrix to the entries of the specifiedarray
.void
Set the entries in column numbercolumn
as a column matrix.void
BlockRealMatrix.setColumn
(int column, double[] array) Sets the specifiedcolumn
ofthis
matrix to the entries of the specifiedarray
.void
Set the entries in column numbercolumn
as a column matrix.void
RealMatrix.setColumn
(int column, double[] array) Sets the specifiedcolumn
ofthis
matrix to the entries of the specifiedarray
.void
AbstractFieldMatrix.setColumnMatrix
(int column, FieldMatrix<T> matrix) Set the entries in column numbercolumn
as a column matrix.void
AbstractRealMatrix.setColumnMatrix
(int column, RealMatrix matrix) Sets the specifiedcolumn
ofthis
matrix to the entries of the specified columnmatrix
.void
BlockFieldMatrix.setColumnMatrix
(int column, FieldMatrix<T> matrix) Set the entries in column numbercolumn
as a column matrix.void
BlockRealMatrix.setColumnMatrix
(int column, RealMatrix matrix) Sets the specifiedcolumn
ofthis
matrix to the entries of the specified columnmatrix
.void
FieldMatrix.setColumnMatrix
(int column, FieldMatrix<T> matrix) Set the entries in column numbercolumn
as a column matrix.void
RealMatrix.setColumnMatrix
(int column, RealMatrix matrix) Sets the specifiedcolumn
ofthis
matrix to the entries of the specified columnmatrix
.void
AbstractFieldMatrix.setColumnVector
(int column, FieldVector<T> vector) Set the entries in column numbercolumn
as a vector.void
AbstractRealMatrix.setColumnVector
(int column, RealVector vector) Sets the specifiedcolumn
ofthis
matrix to the entries of the specifiedvector
.void
BlockFieldMatrix.setColumnVector
(int column, FieldVector<T> vector) Set the entries in column numbercolumn
as a vector.void
BlockRealMatrix.setColumnVector
(int column, RealVector vector) Sets the specifiedcolumn
ofthis
matrix to the entries of the specifiedvector
.void
FieldMatrix.setColumnVector
(int column, FieldVector<T> vector) Set the entries in column numbercolumn
as a vector.void
RealMatrix.setColumnVector
(int column, RealVector vector) Sets the specifiedcolumn
ofthis
matrix to the entries of the specifiedvector
.void
Set the entries in row numberrow
as a row matrix.void
AbstractRealMatrix.setRow
(int row, double[] array) Sets the specifiedrow
ofthis
matrix to the entries of the specifiedarray
.void
Set the entries in row numberrow
as a row matrix.void
BlockRealMatrix.setRow
(int row, double[] array) Sets the specifiedrow
ofthis
matrix to the entries of the specifiedarray
.void
Set the entries in row numberrow
as a row matrix.void
RealMatrix.setRow
(int row, double[] array) Sets the specifiedrow
ofthis
matrix to the entries of the specifiedarray
.void
AbstractFieldMatrix.setRowMatrix
(int row, FieldMatrix<T> matrix) Set the entries in row numberrow
as a row matrix.void
AbstractRealMatrix.setRowMatrix
(int row, RealMatrix matrix) Sets the specifiedrow
ofthis
matrix to the entries of the specified rowmatrix
.void
BlockFieldMatrix.setRowMatrix
(int row, BlockFieldMatrix<T> matrix) Sets the entries in row numberrow
as a row matrix.void
BlockFieldMatrix.setRowMatrix
(int row, FieldMatrix<T> matrix) Set the entries in row numberrow
as a row matrix.void
BlockRealMatrix.setRowMatrix
(int row, BlockRealMatrix matrix) Sets the entries in row numberrow
as a row matrix.void
BlockRealMatrix.setRowMatrix
(int row, RealMatrix matrix) Sets the specifiedrow
ofthis
matrix to the entries of the specified rowmatrix
.void
FieldMatrix.setRowMatrix
(int row, FieldMatrix<T> matrix) Set the entries in row numberrow
as a row matrix.void
RealMatrix.setRowMatrix
(int row, RealMatrix matrix) Sets the specifiedrow
ofthis
matrix to the entries of the specified rowmatrix
.void
AbstractFieldMatrix.setRowVector
(int row, FieldVector<T> vector) Set the entries in row numberrow
as a vector.void
AbstractRealMatrix.setRowVector
(int row, RealVector vector) Sets the specifiedrow
ofthis
matrix to the entries of the specifiedvector
.void
BlockFieldMatrix.setRowVector
(int row, FieldVector<T> vector) Set the entries in row numberrow
as a vector.void
BlockRealMatrix.setRowVector
(int row, RealVector vector) Sets the specifiedrow
ofthis
matrix to the entries of the specifiedvector
.void
FieldMatrix.setRowVector
(int row, FieldVector<T> vector) Set the entries in row numberrow
as a vector.void
RealMatrix.setRowVector
(int row, RealVector vector) Sets the specifiedrow
ofthis
matrix to the entries of the specifiedvector
.AbstractFieldMatrix.subtract
(FieldMatrix<T> m) Subtractm
from this matrix.AbstractRealMatrix.subtract
(RealMatrix m) Returnsthis
minusm
.Array2DRowFieldMatrix.subtract
(Array2DRowFieldMatrix<T> m) Subtractm
from this matrix.Array2DRowRealMatrix.subtract
(Array2DRowRealMatrix m) Returnsthis
minusm
.BlockFieldMatrix.subtract
(BlockFieldMatrix<T> m) Computethis - m
.BlockFieldMatrix.subtract
(FieldMatrix<T> m) Subtractm
from this matrix.BlockRealMatrix.subtract
(BlockRealMatrix m) Subtractm
from this matrix.BlockRealMatrix.subtract
(RealMatrix m) Returnsthis
minusm
.DiagonalMatrix.subtract
(DiagonalMatrix m) Returnsthis
minusm
.FieldMatrix.subtract
(FieldMatrix<T> m) Subtractm
from this matrix.OpenMapRealMatrix.subtract
(OpenMapRealMatrix m) Subtractm
from this matrix.OpenMapRealMatrix.subtract
(RealMatrix m) Returnsthis
minusm
.RealMatrix.subtract
(RealMatrix m) Returnsthis
minusm
.