Uses of Class
org.hipparchus.linear.BlockFieldMatrix
-
Uses of BlockFieldMatrix in org.hipparchus.linear
Modifier 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
.Modifier 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
.