public class Matrix6x1 extends DenseMatrixBase implements VectorObject<Matrix6x1>
Matrix.Partition, Matrix.WriteFormat
Modifier and Type | Field and Description |
---|---|
double |
m00 |
double |
m10 |
double |
m20 |
double |
m30 |
double |
m40 |
double |
m50 |
static Matrix6x1 |
ZERO
Global zero matrix.
|
INDEFINITE, POSITIVE_DEFINITE, SPD, SYMMETRIC
Constructor and Description |
---|
Matrix6x1()
Creates a new Matrix6x1.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Matrix M)
Adds this matrix to M and places the result in this matrix.
|
void |
add(Matrix6x1 M)
Adds the contents of a Matrix6x1 to this matrix block.
|
void |
add(Matrix6x1 M1,
Matrix6x1 M2)
Computes M1 + M2 and places the result in this matrix.
|
void |
addObj(Matrix6x1 M1)
Adds
v1 to this vector. |
Matrix6x1 |
clone()
Creates a clone of this matrix.
|
int |
colSize()
Number of columns in the matrix associated with this transformation.
|
double |
dot(Matrix6x1 M)
Returns the dot product of the elements of this matrix with a
another 6 x 1 matrix.
|
double |
dot(Vector3d v1,
Vector3d v2)
Returns the dot product of the elements of this matrix with a
6-element vector formed from two 3-element vectors.
|
boolean |
epsilonEquals(Matrix6x1 M1,
double tol)
Returns true if the components of this vector are equal to those of
v1 , within the tolerance tol . |
boolean |
equals(Matrix6x1 M1) |
double |
get(int i,
int j)
Gets a single element of this matrix.
|
void |
get(Vector3d v1,
Vector3d v2)
Gets the contents of this Matrix6x1 into two Vector3ds.
|
void |
mul(Matrix6d M1,
Matrix6x1 M2)
Forms the product of a 6x6 matrix with a 6x1 matrix and places
the result in this matrix.
|
void |
mulAdd(Matrix M1,
Matrix M2)
Multiplies M1 by M2 and places the result in this matrix.
|
void |
mulTransposeLeftAdd(Matrix M1,
Matrix M2)
Multiplies M1^T by M2 and places the result in this matrix.
|
void |
mulTransposeRightAdd(Matrix M1,
Matrix M2)
Multiplies M1 by M2^T and places the result in this matrix.
|
void |
negate()
Negates this matrix in place.
|
void |
negate(Matrix6x1 M)
Sets this matrix to the negative of M.
|
int |
rowSize()
Number of rows in the matrix associated with this transformation.
|
void |
scale(double s)
Scales the elements of this matrix by
s . |
void |
scale(double s,
Matrix6x1 M)
Computes s M and places the result in this matrix.
|
void |
scaledAdd(double s,
Matrix M)
Scales the matrix M and add the result to this matrix.
|
void |
scaledAdd(double s,
Matrix6x1 M)
Adds the scaled contents of a Matrix6x1 to this matrix block.
|
void |
scaledAdd(double s,
Matrix6x1 M1,
Matrix6x1 M2)
Computes s M1 + M2 and places the result in this matrix.
|
void |
scaledAddObj(double s,
Matrix6x1 M1)
Scales
v1 by s and adds it to this vector. |
void |
scaleObj(double s)
Scales this vector by
s . |
void |
set(double[] values)
Sets the elements of this matrix from an array of doubles.
|
void |
set(int i,
int j,
double value)
Sets a single element of this matrix.
|
void |
set(Matrix M)
Sets the size and values of this matrix to those of another matrix.
|
void |
set(Matrix6x1 M)
Sets the contents of this Matrix6x1 to those of a specified block.
|
void |
set(Vector3d v1,
Vector3d v2)
Sets the contents of this Matrix6x1 from two Vector3ds.
|
void |
setColumn(int j,
double[] values)
Sets a column of this matrix from an array of doubles.
|
void |
setRow(int i,
double[] values)
Set a row of this matrix from an array of doubles.
|
void |
setWrench(Vector3d nrm,
Vector3d pnt)
Sets the contents of this Matrix6x1 to the wrench produced from nrm and
pnt.
|
void |
setZero()
Sets the elements of this matrix to zero.
|
void |
sub(Matrix M)
Subtracts this matrix from M and places the result in this matrix.
|
void |
sub(Matrix6x1 M)
Subtracts the contents of a Matrix6x1 from this matrix block.
|
void |
sub(Matrix6x1 M1,
Matrix6x1 M2)
Computes M1 - M2 places the result in this matrix.
|
void |
transform(RotationMatrix3d R)
Transforms the first three and last three elements of this Matrix6x1
into a new coordinate system specified by a rotation matrix R.
|
void |
transpose(Matrix1x6 M)
Sets this matrix to the transpose of M
|
java.lang.String |
transposeToString() |
java.lang.String |
transposeToString(NumberFormat fmt) |
java.lang.String |
transposeToString(java.lang.String fmtStr) |
add, checkConsistency, set, set, set, setCCSValues, setColumn, setCRSValues, setRandom, setRow, setSubMatrix
containsNaN, determinant, epsilonEquals, equals, frobeniusNorm, frobeniusNormSquared, get, get, getCCSIndices, getCCSIndices, getCCSIndices, getCCSValues, getCCSValues, getCCSValues, getColumn, getColumn, getColumn, getCRSIndices, getCRSIndices, getCRSIndices, getCRSValues, getCRSValues, getCRSValues, getDefaultFormat, getRow, getRow, getRow, getSize, getSubMatrix, hasNaN, idString, infinityNorm, isFixedSize, isSymmetric, isWritable, maxNorm, mul, mul, mul, mulAdd, mulAdd, mulAdd, mulTranspose, mulTranspose, mulTranspose, mulTransposeAdd, mulTransposeAdd, mulTransposeAdd, numNonZeroVals, numNonZeroVals, oneNorm, scan, scan, setCRSValues, setDefaultFormat, setSize, toString, toString, toString, trace, write, write, write, write, write, write, write, writeToFile
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getThreeVectorValue
isWritable, scan, write
determinant, epsilonEquals, equals, frobeniusNorm, frobeniusNormSquared, get, getCCSIndices, getCCSIndices, getCCSIndices, getCCSValues, getCCSValues, getCCSValues, getColumn, getColumn, getColumn, getCRSIndices, getCRSIndices, getCRSIndices, getCRSValues, getCRSValues, getCRSValues, getRow, getRow, getRow, getSize, getSubMatrix, infinityNorm, isFixedSize, isSymmetric, maxNorm, mul, mul, mul, mulAdd, mulAdd, mulAdd, mulTranspose, mulTranspose, mulTranspose, mulTransposeAdd, mulTransposeAdd, mulTransposeAdd, numNonZeroVals, numNonZeroVals, oneNorm, scan, setSize, toString, toString, trace, write, write, write
public double m00
public double m10
public double m20
public double m30
public double m40
public double m50
public static final Matrix6x1 ZERO
public int rowSize()
mul
.rowSize
in interface LinearTransformNd
rowSize
in interface Matrix
rowSize
in class MatrixBase
public int colSize()
mul
.colSize
in interface LinearTransformNd
colSize
in interface Matrix
colSize
in class MatrixBase
public double get(int i, int j)
get
in interface Matrix
get
in class MatrixBase
i
- element row indexj
- element column indexpublic void get(Vector3d v1, Vector3d v2)
v1
- vector to return first three elements inv2
- vector to return second three elements inpublic void set(int i, int j, double value)
set
in interface DenseMatrix
set
in class DenseMatrixBase
i
- element row indexj
- element column indexvalue
- element valuepublic void set(double[] values)
(i,j)
is stored at location i*colSize()+j
.set
in interface DenseMatrix
set
in class DenseMatrixBase
values
- array from which values are copiedpublic void setColumn(int j, double[] values)
setColumn
in interface DenseMatrix
setColumn
in class DenseMatrixBase
j
- column indexvalues
- array from which column values are copiedpublic void setRow(int i, double[] values)
setRow
in interface DenseMatrix
setRow
in class DenseMatrixBase
i
- row indexvalues
- array from which the row is copiedpublic void setZero()
setZero
in interface VectorObject<Matrix6x1>
public void set(Matrix M)
set
in interface Matrix
set
in class DenseMatrixBase
M
- matrix whose size and values are copiedpublic void set(Matrix6x1 M)
set
in interface VectorObject<Matrix6x1>
M
- matrix block providing new valuespublic void set(Vector3d v1, Vector3d v2)
v1
- vector providing first three valuesv2
- vector providing second three valuespublic void setWrench(Vector3d nrm, Vector3d pnt)
nrm
- normal vector used to form the wrenchpnt
- point used to form the wrenchpublic void transform(RotationMatrix3d R)
R
- Rotation matrix specifying the rotationpublic void mul(Matrix6d M1, Matrix6x1 M2)
M1
- 6x6 matrixM2
- 6x1 matrixpublic void scale(double s)
s
.s
- scaling factorpublic void scale(double s, Matrix6x1 M)
s
- scaling factorM
- matrix to scalepublic void add(Matrix M)
M
- right-hand matrixImproperSizeException
- if this matrix and M have different sizespublic void scaledAdd(double s, Matrix M)
s
- scaling factorM
- matrix to be scaled and addedImproperSizeException
- if this matrix and M have different sizespublic void add(Matrix6x1 M)
M
- matrix block to addpublic void add(Matrix6x1 M1, Matrix6x1 M2)
M1
- first matrix to addM2
- second matrix to addpublic void scaledAdd(double s, Matrix6x1 M)
M
- matrix block to addpublic void scaledAdd(double s, Matrix6x1 M1, Matrix6x1 M2)
s
- scaling factorM1
- matrix to be scaledM2
- matrix to be addedpublic void negate(Matrix6x1 M)
M
- matrix to negatepublic void negate()
public void mulAdd(Matrix M1, Matrix M2)
M1
- left matrix termM2
- right matrix termpublic void mulTransposeRightAdd(Matrix M1, Matrix M2)
M1
- left matrix termM2
- right matrix termpublic void mulTransposeLeftAdd(Matrix M1, Matrix M2)
M1
- left matrix termM2
- right matrix termpublic void sub(Matrix M)
M
- right-hand matrixImproperSizeException
- if this matrix and M have different sizespublic void sub(Matrix6x1 M)
M
- matrix block to subtractpublic void sub(Matrix6x1 M1, Matrix6x1 M2)
M1
- first matrixM2
- matrix to subtractpublic double dot(Vector3d v1, Vector3d v2)
v1
- first three vector elementsv2
- second three vector elementspublic double dot(Matrix6x1 M)
M
- matrix to take dot product withpublic java.lang.String transposeToString()
public java.lang.String transposeToString(java.lang.String fmtStr)
public java.lang.String transposeToString(NumberFormat fmt)
public void transpose(Matrix1x6 M)
M
- matrix to take the transpose ofpublic Matrix6x1 clone()
public void scaleObj(double s)
s
.scaleObj
in interface VectorObject<Matrix6x1>
public void addObj(Matrix6x1 M1)
v1
to this vector.addObj
in interface VectorObject<Matrix6x1>
public void scaledAddObj(double s, Matrix6x1 M1)
v1
by s
and adds it to this vector.scaledAddObj
in interface VectorObject<Matrix6x1>
public boolean equals(Matrix6x1 M1)
public boolean epsilonEquals(Matrix6x1 M1, double tol)
v1
, within the tolerance tol
. If tol
= 0, then
exact equality is required.epsilonEquals
in interface VectorObject<Matrix6x1>