|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathUnsupportedOperationException | |
---|---|
org.apache.commons.math3.geometry | This package is the top level package for geometry. |
org.apache.commons.math3.geometry.euclidean.oned | This package provides basic 1D geometry components. |
org.apache.commons.math3.linear | Linear algebra support. |
org.apache.commons.math3.stat.correlation | Correlations/Covariance computations. |
Uses of MathUnsupportedOperationException in org.apache.commons.math3.geometry |
---|
Methods in org.apache.commons.math3.geometry that throw MathUnsupportedOperationException | |
---|---|
Space |
Space.getSubSpace()
Get the n-1 dimension subspace of this space. |
Uses of MathUnsupportedOperationException in org.apache.commons.math3.geometry.euclidean.oned |
---|
Methods in org.apache.commons.math3.geometry.euclidean.oned that throw MathUnsupportedOperationException | |
---|---|
Space |
Euclidean1D.getSubSpace()
Get the n-1 dimension subspace of this space. |
Uses of MathUnsupportedOperationException in org.apache.commons.math3.linear |
---|
Methods in org.apache.commons.math3.linear that throw MathUnsupportedOperationException | |
---|---|
boolean |
RealVector.equals(Object other)
Test for the equality of two real vectors. |
int |
RealVector.hashCode()
. |
void |
RealVector.SparseEntryIterator.remove()
Deprecated. |
Uses of MathUnsupportedOperationException in org.apache.commons.math3.stat.correlation |
---|
Methods in org.apache.commons.math3.stat.correlation that throw MathUnsupportedOperationException | |
---|---|
int |
StorelessCovariance.getN()
This Covariance method is not supported by a StorelessCovariance ,
since the number of bivariate observations does not have to be the same for different
pairs of covariates - i.e., N as defined in Covariance.getN() is undefined. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |