|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.javasoft.smx.impl.AbstractDoubleMatrix
ch.javasoft.smx.impl.DynamicDoubleMatrix
public abstract class DynamicDoubleMatrix
The DynamicDoubleMatrix TODO type javadoc for DynamicDoubleMatrix
| Nested Class Summary | |
|---|---|
static class |
DynamicDoubleMatrix.DynamicColumns
|
static class |
DynamicDoubleMatrix.DynamicRows
|
| Constructor Summary | |
|---|---|
protected |
DynamicDoubleMatrix()
|
| Method Summary | |
|---|---|
protected double[] |
getVector(int index)
|
protected int |
getVectorCount()
|
protected int |
getVectorSize()
|
protected DynamicDoubleMatrix |
initClone(DynamicDoubleMatrix clone)
|
protected double[] |
removeVector(int index)
|
protected void |
setVector(int index,
double[] vector)
|
protected void |
swapVectors(int indexA,
int indexB)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ch.javasoft.smx.iface.DoubleMatrix |
|---|
newInstance, newInstance |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableDoubleMatrix |
|---|
getDoubleValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableDoubleMatrix |
|---|
setValueAt |
| Methods inherited from interface ch.javasoft.smx.iface.WritableMatrix |
|---|
swapRows |
| Methods inherited from interface ch.javasoft.smx.iface.MatrixBase |
|---|
getColumnCount, getRowCount |
| Constructor Detail |
|---|
protected DynamicDoubleMatrix()
| Method Detail |
|---|
protected double[] getVector(int index)
protected int getVectorCount()
protected int getVectorSize()
protected void swapVectors(int indexA,
int indexB)
protected void setVector(int index,
double[] vector)
protected double[] removeVector(int index)
protected DynamicDoubleMatrix initClone(DynamicDoubleMatrix clone)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||