|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.javasoft.jsmat.variable.MatVariable
ch.javasoft.jsmat.variable.MatAllocated
ch.javasoft.jsmat.variable.MatMatrix<A>
ch.javasoft.jsmat.variable.MatMatrix.MatGenericMatrix<A>
protected abstract static class MatMatrix.MatGenericMatrix<A>
Generic class for internal use in static create... methods
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ch.javasoft.jsmat.variable.MatMatrix |
|---|
MatMatrix.MatGenericMatrix<A> |
| Field Summary |
|---|
| Fields inherited from class ch.javasoft.jsmat.variable.MatMatrix |
|---|
mMatType |
| Fields inherited from class ch.javasoft.jsmat.variable.MatVariable |
|---|
DEFAULT_NAME, mDims, mMatClass |
| Constructor Summary | |
|---|---|
MatMatrix.MatGenericMatrix(MatClass matClass,
MatType matType,
int[] dims)
|
|
| Method Summary | |
|---|---|
void |
write(String name,
DataOutput out)
Writes the data to the given data output. |
| Methods inherited from class ch.javasoft.jsmat.variable.MatMatrix |
|---|
createDoubleMatrix, createDoubleMatrix, createIntMatrix, createIntMatrix, createUtf8Matrix, createUtf8Matrix, getMatrixSize, getRawDataSize, writeRawData |
| Methods inherited from class ch.javasoft.jsmat.variable.MatVariable |
|---|
checkRawDataSizeOverflow, checkValueLength, getDimLength, getFlags, getSize, writeStart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatMatrix.MatGenericMatrix(MatClass matClass,
MatType matType,
int[] dims)
| Method Detail |
|---|
public void write(String name,
DataOutput out)
throws IOException
MatAllocatedMatAllocated.writeRawData(DataOutput) is called to write the type specific
data.
write in class MatAllocatedIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||