Uses of Class
org.hipparchus.linear.BlockFieldMatrix
Packages that use BlockFieldMatrix
-
Uses of BlockFieldMatrix in org.hipparchus.linear
Methods in org.hipparchus.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.multiplyTransposed
(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthis
bym^T
.BlockFieldMatrix.multiplyTransposed
(FieldMatrix<T> m) Returns the result of postmultiplyingthis
bym^T
.BlockFieldMatrix.subtract
(BlockFieldMatrix<T> m) Computethis - m
.BlockFieldMatrix.transposeMultiply
(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthis^T
bym
.BlockFieldMatrix.transposeMultiply
(FieldMatrix<T> m) Returns the result of postmultiplyingthis^T
bym
.Methods in org.hipparchus.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
.BlockFieldMatrix.multiplyTransposed
(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthis
bym^T
.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
.BlockFieldMatrix.transposeMultiply
(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthis^T
bym
.