Serialized Form
-
Package org.jblas
-
Class org.jblas.DoubleMatrix extends java.lang.Object implements Serializable
- serialVersionUID:
- -1249281332731183060L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialization- Throws:
java.io.IOException
-
-
Serialized Fields
-
columns
int columns
Number of columns. -
data
double[] data
The actual data stored by rows (that is, row 0, row 1...). -
length
int length
Total number of elements (for convenience). -
rows
int rows
Number of rows.
-
-
Class org.jblas.FloatMatrix extends java.lang.Object implements Serializable
- serialVersionUID:
- -1249281332731183060L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialization- Throws:
java.io.IOException
-
-
Serialized Fields
-
columns
int columns
Number of columns. -
data
float[] data
The actual data stored by rows (that is, row 0, row 1...). -
length
int length
Total number of elements (for convenience). -
rows
int rows
Number of rows.
-
-
-
Package org.jblas.exceptions
-
Class org.jblas.exceptions.LapackArgumentException extends LapackException implements Serializable
-
Class org.jblas.exceptions.LapackConvergenceException extends LapackException implements Serializable
-
Class org.jblas.exceptions.LapackException extends java.lang.RuntimeException implements Serializable
-
Class org.jblas.exceptions.LapackPositivityException extends LapackException implements Serializable
-
Class org.jblas.exceptions.LapackSingularityException extends LapackException implements Serializable
-
Class org.jblas.exceptions.NoEigenResultException extends java.lang.RuntimeException implements Serializable
-
Class org.jblas.exceptions.SizeException extends java.lang.RuntimeException implements Serializable
-
Class org.jblas.exceptions.UnsupportedArchitectureException extends java.lang.RuntimeException implements Serializable
-