-
Jama.Matrix.inverse()
Matrix inverse or pseudoinverse
@return inverse(A) if A is square, pseudoinverse otherwise.
-
aima.core.util.math.Matrix.inverse()
Matrix inverse or pseudoinverse
@return inverse(A) if A is square, pseudoinverse otherwise.
-
cc.redberry.core.combinatorics.Permutation.inverse()
Returns inverse permutation of this one.
@return inverse permutation of this one
-
cern.colt.matrix.linalg.Algebra.inverse()
Returns the inverse or pseudo-inverse of matrix A.
@return a new independent matrix; inverse(matrix) if the matrix is square, pseudoinverse otherwise.
-
com.bbn.openmap.proj.Proj.inverse()
Inverse project a Point from x,y space to LatLon space.
@param point x,y Point
@return LatLonPoint (new)
-
com.bbn.openmap.proj.Projection.inverse()
Inverse project a Point.
@param point XY Point
@return LatLonPoint (new)
-
com.bbn.openmap.proj.coords.CoordinateReferenceSystem.inverse()
Convert the given (projected) coordinate in the CRS to a LatLonPoint. TODO: should we return null or throw if not possible?
@param x
@param y
@return
-
com.bulletphysics.linearmath.Transform.inverse()
-
com.jme3.math.Quaternion.inverse()
inverse
returns the inverse of this quaternion as a new quaternion. If this quaternion does not have an inverse (if its normal is 0 or less), then null is returned.
@return the inverse of this quaternion or null if the inverse does notexist.
-
com.nr.la.Cholesky.inverse()
Set ainv[0..n-1][0..n-1] to the matrix inverse of A, the matrix whose Cholesky decomposition has been stored.
@param ainv
-
com.nr.la.LUdcmp.inverse()
Using the stored LU decomposition, return in ainv the matrix inverse
@param ainv
-
com.volantis.mcs.protocols.vdxml.style.values.VDXMLBinaryValue.inverse()
Returns the inverse value, i.e. if TRUE, returns FALSE, and if FALSE, returns TRUE.
@return the inverse binary value.
-
de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix.inverse()
Matrix inverse or pseudoinverse
@return inverse(A) if A is square, pseudoinverse otherwise.
-
flanagan.math.Matrix.inverse()
-
gov.sandia.cognition.math.matrix.Matrix.inverse()
-
javax.measure.converter.UnitConverter.inverse()
-
javax.vecmath.Quat4f.inverse()
-
jm.audio.math.RealFloatFFT_Radix2.inverse()
-
mikera.matrixx.AMatrix.inverse()
Computes the inverse of a matrix. Returns null if the matrix is singular. Throws an Exception is the matrix is not square
@param m
@return
-
mikera.matrixx.Matrix.inverse()
-
org.apache.mahout.cf.taste.impl.common.RunningAverage.inverse()
@return a (possibly immutable) object whose average is the negative of this object's
-
org.apache.xmlbeans.QNameSet.inverse()
Returns a new QNameSet that is the inverse of this one.
-
org.apache.xmlbeans.QNameSetBuilder.inverse()
Returns a new QNameSet that is the inverse of this one.
-
org.bouncycastle.pqc.crypto.rainbow.util.ComputeInField.inverse()
This function computes the inverse of a given matrix using the Gauss- Elimination method.
An exception is thrown if the matrix has no inverse
@param coef the matrix which inverse matrix is needed
@return inverse matrix of the input matrix.If the matrix is singular, null is returned.
@throws RuntimeException if the given matrix is not invertible
-
org.dbpedia.spotlight.spot.cooccurrence.filter.FilterTermsize.inverse()
-
org.eigenbase.util.Permutation.inverse()
Returns the inverse permutation.
-
org.geotools.referencing.operation.transform.AffineTransform2D.inverse()
Creates the inverse transform of this object.
@throws NoninvertibleTransformException if this transform can't be inverted.
-
org.opengis.referencing.operation.MathTransform.inverse()
Creates the inverse transform of this object. The target of the inverse transform is the source of the original. The source of the inverse transform is the target of the original. Using the original transform followed by the inverse's transform will result in an identity map on the source coordinate space, when allowances for error are made. This method may fail if the transform is not one to one. However, all cartographic projections should succeed.
@return The inverse transform.
@throws NoninvertibleTransformException if the transform can't be inversed.
-
org.opengis.referencing.operation.MathTransform1D.inverse()
Creates the inverse transform of this object.
@return The inverse transform.
@throws NoninvertibleTransformException if the transform can't be inversed.
@since GeoAPI 2.2
-
org.opengis.referencing.operation.MathTransform2D.inverse()
Creates the inverse transform of this object.
@return The inverse transform.
@throws NoninvertibleTransformException if the transform can't be inversed.
@since GeoAPI 2.2
-
org.terasology.rendering.nui.Color.inverse()
-
quicktime.std.image.Matrix.inverse()