| Package | Description | 
|---|---|
| org.hipparchus.linear | Linear algebra support. | 
| Modifier and Type | Method and Description | 
|---|---|
| BlockFieldMatrix<T> | BlockFieldMatrix. add(BlockFieldMatrix<T> m)Compute the sum of  thisandm. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. multiply(BlockFieldMatrix<T> m)Returns the result of postmultiplying  thisbym. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. multiplyTransposed(BlockFieldMatrix<T> m)Returns the result of postmultiplying  thisbym^T. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. multiplyTransposed(FieldMatrix<T> m)Returns the result of postmultiplying  thisbym^T. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. subtract(BlockFieldMatrix<T> m)Compute  this - m. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. transposeMultiply(BlockFieldMatrix<T> m)Returns the result of postmultiplying  this^Tbym. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. transposeMultiply(FieldMatrix<T> m)Returns the result of postmultiplying  this^Tbym. | 
| Modifier and Type | Method and Description | 
|---|---|
| BlockFieldMatrix<T> | BlockFieldMatrix. add(BlockFieldMatrix<T> m)Compute the sum of  thisandm. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. multiply(BlockFieldMatrix<T> m)Returns the result of postmultiplying  thisbym. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. multiplyTransposed(BlockFieldMatrix<T> m)Returns the result of postmultiplying  thisbym^T. | 
| void | BlockFieldMatrix. setRowMatrix(int row,
            BlockFieldMatrix<T> matrix)Sets the entries in row number  rowas a row matrix. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. subtract(BlockFieldMatrix<T> m)Compute  this - m. | 
| BlockFieldMatrix<T> | BlockFieldMatrix. transposeMultiply(BlockFieldMatrix<T> m)Returns the result of postmultiplying  this^Tbym. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.