|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WritableDoubleMatrix<N extends Number>
| Method Summary | |
|---|---|
void |
add(int row,
int col,
double value)
|
void |
addRowToOtherRow(int srcRow,
double srcFactor,
int dstRow,
double dstFactor)
|
void |
multiply(int row,
int col,
double factor)
|
void |
multiplyRow(int row,
double factor)
|
void |
setValueAt(int row,
int col,
double value)
|
| Methods inherited from interface ch.javasoft.smx.iface.WritableBigIntegerRationalMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableLongRationalMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableIntRationalMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableBigIntegerMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableLongMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableIntMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableMatrix |
|---|
clone, negate, newInstance, newInstance, setValueAt, swapColumns, swapRows, toReadableMatrix, transpose |
| Methods inherited from interface ch.javasoft.smx.iface.MatrixBase |
|---|
getColumnCount, getMatrixOperations, getNumberOperations, getRowCount, toMultilineString, toString, writeTo, writeTo, writeToMultiline, writeToMultiline |
| Method Detail |
|---|
void setValueAt(int row,
int col,
double value)
void add(int row,
int col,
double value)
void multiply(int row,
int col,
double factor)
void multiplyRow(int row,
double factor)
void addRowToOtherRow(int srcRow,
double srcFactor,
int dstRow,
double dstFactor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||