Matrix33 |
Matrix33.add(Matrix33 m2) |
Add this instance to another Matrix33 instance.
|
private Matrix33 |
Matrix33.createMatrix33(double[][] array3x3) |
Private utility to construct a Matrix33 from an array of type double[][].
|
static Matrix33 |
Matrix33.fill(double value) |
Fill all elements of a matrix with a given constant.
|
Matrix33 |
Matrix66.getBlock(int blockRow,
int blockCol) |
Return a specified 3x3 block from this instance.
|
Matrix33 |
PointingRecord.getCMatrix() |
Obtain a C-matrix from a PointingRecord.The matrix
is available only if pointing was found when the
record was created.
|
Matrix33 |
CylindricalCoordinates.getCylRecJacobian() |
Return the Jacobian matrix of the cylindrical-to-rectangular coordinate
transformation at the point specified by this instance.
|
Matrix33 |
GeodeticCoordinates.getGeoRecJacobian() |
Return the Jacobian matrix of the geodetic-to-rectangular coordinate
transformation at the point specified by this instance.
|
Matrix33 |
LatitudinalCoordinates.getLatRecJacobian() |
Return the Jacobian matrix of the latitudinal-to-rectangular coordinate
transformation at the point specified by this instance.
|
Matrix33 |
PlanetographicCoordinates.getPgrRecJacobian() |
Return the Jacobian matrix of the planetographic-to-rectangular coordinate
transformation at the point specified by this instance.
|
Matrix33 |
ReferenceFrame.getPositionTransformation(ReferenceFrame toFrame,
Time t) |
Return a 3x3 matrix that transforms 3-vectors from one
reference frame to another.
|
Matrix33 |
ReferenceFrame.getPositionTransformation(ReferenceFrame toFrame,
Time fromTime,
Time toTime) |
Return a 3x3 matrix that transforms 3-vectors from one
reference frame, evaluated at a specified time, to another,
specified at a second time.
|
Matrix33 |
RADecCoordinates.getRADRecJacobian() |
Return the Jacobian matrix of the RA/Dec-to-rectangular coordinate
transformation at the point specified by this instance.
|
static Matrix33 |
CylindricalCoordinates.getRecCylJacobian(Vector3 v) |
Return the Jacobian matrix of the rectangular-to-cylindrical coordinate
transformation at the point specified by a 3-vector.
|
static Matrix33 |
GeodeticCoordinates.getRecGeoJacobian(Vector3 v,
double re,
double f) |
Return the Jacobian matrix of the rectangular-to-geodetic coordinate
transformation at the point specified by a 3-vector and reference
spheroid parameters.
|
static Matrix33 |
LatitudinalCoordinates.getRecLatJacobian(Vector3 v) |
Return the Jacobian matrix of the rectangular-to-latitudinal coordinate
transformation at the point specified by a 3-vector.
|
static Matrix33 |
PlanetographicCoordinates.getRecPgrJacobian(Body body,
Vector3 v,
double re,
double f) |
Return the Jacobian matrix of the rectangular-to-planetographic coordinate
transformation at the point specified by a Body, a 3-vector and reference
spheroid parameters.
|
static Matrix33 |
RADecCoordinates.getRecRADJacobian(Vector3 v) |
Return the Jacobian matrix of the rectangular-to-RA/Dec coordinate
transformation at the point specified by a 3-vector.
|
static Matrix33 |
SphericalCoordinates.getRecSphJacobian(Vector3 v) |
Return the Jacobian matrix of the rectangular-to-spherical coordinate
transformation at the point specified by a 3-vector.
|
Matrix33 |
RotationAndAV.getRotation() |
Get the rotation matrix from this instance.
|
Matrix33 |
SphericalCoordinates.getSphRecJacobian() |
Return the Jacobian matrix of the spherical-to-rectangular coordinate
transformation at the point specified by this instance.
|
static Matrix33 |
Matrix33.identity() |
Return the identity matrix.
|
Matrix33 |
Matrix33.invert() |
Invert this instance.
|
Matrix33 |
Matrix33.mtxm(Matrix33 m2) |
Multiply a Matrix33 instance on the left by the transpose of this instance.
|
Matrix33 |
Matrix33.mxm(Matrix33 m2) |
Multiply another Matrix33 instance on the left by this instance.
|
Matrix33 |
Matrix33.mxmt(Matrix33 m2) |
Multiply the transpose of a Matrix33 instance on the left by this instance.
|
Matrix33 |
Matrix33.scale(double s) |
Multiply this instance by a scalar.
|
Matrix33 |
Matrix33.sub(Matrix33 m2) |
Subtract another Matrix33 instance from this instance.
|
Matrix33 |
AxisAndAngle.toMatrix() |
Create a rotation matrix from this instance.
|
Matrix33 |
EulerAngles.toMatrix() |
Convert this instance to a rotation matrix.
|
Matrix33 |
SpiceQuaternion.toMatrix() |
Convert this quaternion to a matrix.If this quaternion
has unit length, the output will be a rotation matrix.No checking is performed on the magnitude of the quaternion.
|
Matrix33 |
Matrix33.xpose() |
Transpose this instance.
|