Uses of Class
org.apache.commons.math.linear.BlockFieldMatrix
Packages that use BlockFieldMatrix
-
Uses of BlockFieldMatrix in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return BlockFieldMatrixModifier and TypeMethodDescriptionBlockFieldMatrix.add
(BlockFieldMatrix<T> m) Compute the sum of this andm
.BlockFieldMatrix.multiply
(BlockFieldMatrix<T> m) Returns the result of postmultiplying this by m.BlockFieldMatrix.subtract
(BlockFieldMatrix<T> m) Compute this minusm
.Methods in org.apache.commons.math.linear with parameters of type BlockFieldMatrixModifier and TypeMethodDescriptionBlockFieldMatrix.add
(BlockFieldMatrix<T> m) Compute the sum of this andm
.BlockFieldMatrix.multiply
(BlockFieldMatrix<T> m) Returns the result of postmultiplying this by m.void
BlockFieldMatrix.setRowMatrix
(int row, BlockFieldMatrix<T> matrix) Sets the entries in row numberrow
as a row matrix.BlockFieldMatrix.subtract
(BlockFieldMatrix<T> m) Compute this minusm
.