public class DoubleMatrixAdapter extends XmlAdapter<String,org.jblas.DoubleMatrix>
| Constructor and Description |
|---|
DoubleMatrixAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(org.jblas.DoubleMatrix values) |
org.jblas.DoubleMatrix |
unmarshal(String string) |
public org.jblas.DoubleMatrix unmarshal(String string)
unmarshal in class XmlAdapter<String,org.jblas.DoubleMatrix>public String marshal(org.jblas.DoubleMatrix values)
marshal in class XmlAdapter<String,org.jblas.DoubleMatrix>Copyright © 2016. All rights reserved.