|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DoubleVector
| Method Summary | |
|---|---|
double |
getDoubleValueAt(int index)
|
DoubleMatrix |
newInstance(Double[][] data,
boolean rowsInDim1)
|
DoubleMatrix |
newInstance(int rows,
int cols)
|
void |
setValueAt(int index,
double value)
|
DoubleVector |
transpose()
|
| Methods inherited from interface ch.javasoft.smx.iface.DoubleMatrix |
|---|
clone |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableDoubleMatrix |
|---|
getDoubleColumn, getDoubleColumns, getDoubleRow, getDoubleRows, getDoubleValueAt, subDoubleMatrix, toArray, toDoubleArray, toDoubleMatrix |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableMatrix |
|---|
getNumberRows, getNumberValueAt, getSignumAt, toWritableMatrix |
| Methods inherited from interface ch.javasoft.smx.iface.WritableDoubleMatrix |
|---|
add, addRowToOtherRow, multiply, multiplyRow, setValueAt |
| 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 |
|---|
negate, setValueAt, swapColumns, swapRows, toReadableMatrix |
| Methods inherited from interface ch.javasoft.smx.iface.MatrixBase |
|---|
getColumnCount, getMatrixOperations, getNumberOperations, getRowCount, toMultilineString, toString, writeTo, writeTo, writeToMultiline, writeToMultiline |
| Methods inherited from interface ch.javasoft.smx.iface.ReadableVector |
|---|
getNumberValueAt, toWritableVector |
| Methods inherited from interface ch.javasoft.smx.iface.WritableVector |
|---|
setValueAt, swapValues, toReadableVector |
| Methods inherited from interface ch.javasoft.smx.iface.VectorBase |
|---|
getSize, isColumnVector, isRowVector, toString, writeTo, writeTo |
| Method Detail |
|---|
DoubleMatrix newInstance(int rows,
int cols)
newInstance in interface DoubleMatrixnewInstance in interface MatrixBase<Double>newInstance in interface ReadableMatrix<Double>newInstance in interface WritableMatrix<Double>
DoubleMatrix newInstance(Double[][] data,
boolean rowsInDim1)
newInstance in interface DoubleMatrixnewInstance in interface MatrixBase<Double>newInstance in interface ReadableMatrix<Double>newInstance in interface WritableMatrix<Double>double getDoubleValueAt(int index)
void setValueAt(int index,
double value)
DoubleVector transpose()
transpose in interface DoubleMatrixtranspose in interface MatrixBase<Double>transpose in interface ReadableMatrix<Double>transpose in interface ReadableVector<Double>transpose in interface WritableMatrix<Double>transpose in interface WritableVector<Double>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||