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 ofthisandm.BlockFieldMatrix.multiply(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthisbym.BlockFieldMatrix.multiplyTransposed(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthisbym^T.BlockFieldMatrix.multiplyTransposed(FieldMatrix<T> m) Returns the result of postmultiplyingthisbym^T.BlockFieldMatrix.subtract(BlockFieldMatrix<T> m) Computethis - m.BlockFieldMatrix.transposeMultiply(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthis^Tbym.BlockFieldMatrix.transposeMultiply(FieldMatrix<T> m) Returns the result of postmultiplyingthis^Tbym.Methods in org.hipparchus.linear with parameters of type BlockFieldMatrixModifier and TypeMethodDescriptionBlockFieldMatrix.add(BlockFieldMatrix<T> m) Compute the sum ofthisandm.BlockFieldMatrix.multiply(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthisbym.BlockFieldMatrix.multiplyTransposed(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthisbym^T.voidBlockFieldMatrix.setRowMatrix(int row, BlockFieldMatrix<T> matrix) Sets the entries in row numberrowas a row matrix.BlockFieldMatrix.subtract(BlockFieldMatrix<T> m) Computethis - m.BlockFieldMatrix.transposeMultiply(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthis^Tbym.