|
||||||||||
| 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.MatReserved
ch.javasoft.jsmat.variable.MatReservedComplex
public abstract class MatReservedComplex
| Field Summary |
|---|
| Fields inherited from class ch.javasoft.jsmat.variable.MatVariable |
|---|
DEFAULT_NAME, mDims, mMatClass |
| Constructor Summary | |
|---|---|
MatReservedComplex(MatClass matClass,
int[] dims)
|
|
| Method Summary | ||
|---|---|---|
abstract ReservedWriter |
createReservedWriter(ReservedComplexWriter writer,
MatReserved reserved)
|
|
abstract
|
createReservedWriter(ReservedComplexWriter writer,
MatReservedMatrix<A> reservedMatrix)
|
|
| Methods inherited from class ch.javasoft.jsmat.variable.MatReserved |
|---|
writeDataBlockEnd, writeDataBlockStart |
| Methods inherited from class ch.javasoft.jsmat.variable.MatVariable |
|---|
checkRawDataSizeOverflow, checkValueLength, getDimLength, getFlags, getRawDataSize, getSize, writeStart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatReservedComplex(MatClass matClass,
int[] dims)
| Method Detail |
|---|
public abstract <A> ReservedMatrixWriter<A> createReservedWriter(ReservedComplexWriter writer,
MatReservedMatrix<A> reservedMatrix)
throws IOException
IOException
public abstract ReservedWriter createReservedWriter(ReservedComplexWriter writer,
MatReserved reserved)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||