Package com.agisoft.metashape
Class Matrix3x3d
java.lang.Object
com.agisoft.metashape.Matrix3x3d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Matrix3x3d other) col(int n) voiddelete()doubledet()protected voidfinalize()doubleget(int row, int col) static longgetCPtr(Matrix3x3d obj) double[][]getData()inv()mul(double c) mul(Matrix3x3d other) row(int n) voidset(int row, int col, double value) sub(Matrix3x3d other) t()
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Matrix3x3d
public Matrix3x3d(long cPtr, boolean cMemoryOwn) -
Matrix3x3d
public Matrix3x3d() -
Matrix3x3d
public Matrix3x3d(double[][] data)
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
get
public double get(int row, int col) -
set
public void set(int row, int col, double value) -
getData
public double[][] getData() -
mul
-
mul
-
mul
-
mulp
-
mulv
-
add
-
sub
-
inv
-
t
-
det
public double det() -
col
-
row
-