Serialized Form


Package org.ujmp.sst

Class org.ujmp.sst.SSTDenseDoubleMatrix2D extends AbstractDenseDoubleMatrix2D implements Serializable

serialVersionUID: -9002457298955206969L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException,
                         MatrixException
Throws:
IOException
MatrixException

Class org.ujmp.sst.SSTDenseDoubleMatrix2DFactory extends AbstractDoubleMatrix2DFactory implements Serializable

serialVersionUID: -1454666644074596760L

Class org.ujmp.sst.SSTDenseIntMatrix extends AbstractDenseIntMatrix implements Serializable

serialVersionUID: 2319673263310965476L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException,
                         MatrixException
Throws:
IOException
MatrixException

Class org.ujmp.sst.SSTDenseObjectMatrix extends AbstractDenseGenericMatrix<Object> implements Serializable

serialVersionUID: 2319673263310965476L



Copyright © 2010. All Rights Reserved.