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