symmetric 2x2 matrix Generated from class MR.SymMatrix2f. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | SymMatrix2f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | SymMatrix2f (MR.Const_SymMatrix2f _other) |
| Generated from constructor MR.SymMatrix2f.SymMatrix2f. | |
| SymMatrix2f (SymMatrix2f _other) | |
| Generated from constructor MR.SymMatrix2f.SymMatrix2f. | |
| unsafe MR.SymMatrix2f | assign (MR.Const_SymMatrix2f _other) |
| Generated from method MR::SymMatrix2f::operator=. | |
| unsafe MR.SymMatrix2f | addAssign (MR.Const_SymMatrix2f b) |
| Generated from method MR::SymMatrix2f::operator+=. | |
| unsafe MR.SymMatrix2f | subAssign (MR.Const_SymMatrix2f b) |
| Generated from method MR::SymMatrix2f::operator-=. | |
| unsafe MR.SymMatrix2f | mulAssign (float b) |
| Generated from method MR::SymMatrix2f::operator*=. | |
| unsafe MR.SymMatrix2f | divAssign (float b) |
| Generated from method MR::SymMatrix2f::operator/=. | |
| Public Member Functions inherited from MR.Const_SymMatrix2f | |
| virtual void | Dispose () |
| unsafe | Const_SymMatrix2f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SymMatrix2f (MR.Const_SymMatrix2f _other) |
| Generated from constructor MR.SymMatrix2f.SymMatrix2f. | |
| Const_SymMatrix2f (SymMatrix2f _other) | |
| Generated from constructor MR.SymMatrix2f.SymMatrix2f. | |
| unsafe float | trace () |
| computes trace of the matrix Generated from method MR.SymMatrix2f.trace. | |
| unsafe float | normSq () |
| computes the squared norm of the matrix, which is equal to the sum of 4 squared elements Generated from method MR.SymMatrix2f.normSq. | |
| unsafe float | det () |
| computes determinant of the matrix Generated from method MR.SymMatrix2f.det. | |
| unsafe MR.SymMatrix2f | inverse () |
| computes inverse matrix Generated from method MR.SymMatrix2f.inverse. | |
| unsafe MR.SymMatrix2f | inverse (float det) |
| computes inverse matrix given determinant of this Generated from method MR.SymMatrix2f.inverse. | |
| unsafe MR.Vector2f | eigens (MR.Misc.InOut< MR.Matrix2f >? eigenvectors=null) |
| returns eigenvalues of the matrix in ascending order (diagonal matrix L), and optionally returns corresponding unit eigenvectors in the rows of orthogonal matrix V, M*V^T = V^T*L; M = V^T*L*V Generated from method MR.SymMatrix2f.eigens. | |
| unsafe MR.Vector2f | eigenvector (float eigenvalue) |
| computes not-unit eigenvector corresponding to a not-repeating eigenvalue Generated from method MR.SymMatrix2f.eigenvector. | |
| unsafe MR.Vector2f | maxEigenvector () |
| computes not-unit eigenvector corresponding to maximum eigenvalue Generated from method MR.SymMatrix2f.maxEigenvector. | |
| unsafe MR.SymMatrix2f | pseudoinverse (float? tol=null, MR.Misc.InOut< int >? rank=null, MR.Misc.InOut< MR.Vector2f >? space=null) |
| for not-degenerate matrix returns just inverse matrix, otherwise returns degenerate matrix, which performs inversion on not-kernel subspace; | |
Properties | |
| new unsafe ref float | xx [get] |
| zero matrix by default | |
| new unsafe ref float | xy [get] |
| zero matrix by default | |
| new unsafe ref float | yy [get] |
| zero matrix by default | |
| Properties inherited from MR.Const_SymMatrix2f | |
| unsafe float | xx [get] |
| zero matrix by default | |
| unsafe float | xy [get] |
| zero matrix by default | |
| unsafe float | yy [get] |
| zero matrix by default | |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_SymMatrix2f | |
| static unsafe MR.SymMatrix2f | identity () |
| Generated from method MR.SymMatrix2f.identity. | |
| static unsafe MR.SymMatrix2f | diagonal (float diagVal) |
| Generated from method MR.SymMatrix2f.diagonal. | |
| Protected Member Functions inherited from MR.Const_SymMatrix2f | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_SymMatrix2f | |
| unsafe float * | __ref_storage_xx |
| unsafe float * | __ref_storage_xy |
| unsafe float * | __ref_storage_yy |
symmetric 2x2 matrix Generated from class MR.SymMatrix2f. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.SymMatrix2f.SymMatrix2f.
|
inline |
Generated from constructor MR.SymMatrix2f.SymMatrix2f.
|
inline |
Generated from method MR::SymMatrix2f::operator+=.
|
inline |
Generated from method MR::SymMatrix2f::operator=.
|
inline |
Generated from method MR::SymMatrix2f::operator/=.
|
inline |
Generated from method MR::SymMatrix2f::operator*=.
|
inline |
Generated from method MR::SymMatrix2f::operator-=.
|
get |
zero matrix by default
|
get |
zero matrix by default
|
get |
zero matrix by default