public class CompositeMatrix extends Matrix
| Constructor and Description |
|---|
CompositeMatrix(Matrix m1,
Matrix m2) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int row,
int col) |
void |
rowTimes(int row,
double s) |
void |
rowTimesAddTo(int srcRow,
double s,
int dstRow) |
void |
set(int row,
int col,
double d) |
void |
swapRows(int row1,
int row2) |
columnCount, copy, rowCount, toStringpublic void rowTimesAddTo(int srcRow,
double s,
int dstRow)
rowTimesAddTo in class Matrix