| Package | Description | 
|---|---|
| org.apache.commons.math3.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. subtract(BlockFieldMatrix<T> m)Compute  this - m. | 
| 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. | 
| 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. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.