Public Member Functions | |
SymMatrix2ll | __iadd__ (self, SymMatrix2ll b) |
SymMatrix2ll | __imatmul__ (self, int b) |
None | __init__ (self) |
None | __init__ (self, SymMatrix2ll arg0) |
SymMatrix2ll | __isub__ (self, SymMatrix2ll b) |
SymMatrix2ll | __itruediv__ (self, int b) |
int | det (self) |
SymMatrix2ll | inverse (self) |
SymMatrix2ll | inverse (self, int det) |
int | normSq (self) |
int | trace (self) |
int | xx (self) |
None | xx (self, int arg1) |
int | xy (self) |
None | xy (self, int arg1) |
int | yy (self) |
None | yy (self, int arg1) |
Static Public Member Functions | |
SymMatrix2ll | diagonal (int diagVal) |
SymMatrix2ll | identity () |
Generated from: MR::SymMatrix2ll Aliases: SymMatrix2_long_long, Vector2_long_long_SymMatrixType, SymMatrix2_long_long symmetric 2x2 matrix \\ingroup MatrixGroup
None meshlib.mrmeshpy.SymMatrix2ll.__init__ | ( | self | ) |
None meshlib.mrmeshpy.SymMatrix2ll.__init__ | ( | self, | |
SymMatrix2ll | arg0 ) |
Implicit copy constructor.
SymMatrix2ll meshlib.mrmeshpy.SymMatrix2ll.__iadd__ | ( | self, | |
SymMatrix2ll | b ) |
SymMatrix2ll meshlib.mrmeshpy.SymMatrix2ll.__imatmul__ | ( | self, | |
int | b ) |
SymMatrix2ll meshlib.mrmeshpy.SymMatrix2ll.__isub__ | ( | self, | |
SymMatrix2ll | b ) |
SymMatrix2ll meshlib.mrmeshpy.SymMatrix2ll.__itruediv__ | ( | self, | |
int | b ) |
int meshlib.mrmeshpy.SymMatrix2ll.det | ( | self | ) |
computes determinant of the matrix
|
static |
|
static |
SymMatrix2ll meshlib.mrmeshpy.SymMatrix2ll.inverse | ( | self | ) |
computes inverse matrix
SymMatrix2ll meshlib.mrmeshpy.SymMatrix2ll.inverse | ( | self, | |
int | det ) |
computes inverse matrix given determinant of this
int meshlib.mrmeshpy.SymMatrix2ll.normSq | ( | self | ) |
computes the squared norm of the matrix, which is equal to the sum of 4 squared elements
int meshlib.mrmeshpy.SymMatrix2ll.trace | ( | self | ) |
computes trace of the matrix
int meshlib.mrmeshpy.SymMatrix2ll.xx | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix2ll.xx | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.SymMatrix2ll.xy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix2ll.xy | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.SymMatrix2ll.yy | ( | self | ) |
zero matrix by default
None meshlib.mrmeshpy.SymMatrix2ll.yy | ( | self, | |
int | arg1 ) |