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 ofthisandm.BlockFieldMatrix.multiply(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthisbym.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 ofthisandm.BlockFieldMatrix.multiply(BlockFieldMatrix<T> m) Returns the result of postmultiplyingthisbym.voidBlockFieldMatrix.setRowMatrix(int row, BlockFieldMatrix<T> matrix) Sets the entries in row numberrowas a row matrix.BlockFieldMatrix.subtract(BlockFieldMatrix<T> m) Computethis - m.