CovarianceMatrixType |
CovarianceMatrixDocument.addNewCovarianceMatrix() |
Appends and returns a new empty "covarianceMatrix" element
|
CovarianceMatrixType |
CovarianceMatrixDocument.getCovarianceMatrix() |
Gets the "covarianceMatrix" element
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.newInstance() |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(File file) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(InputStream is) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(Reader r) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(String xmlAsString) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(URL u) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(XMLStreamReader sr) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(Node node) |
|
static CovarianceMatrixType |
CovarianceMatrixType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|