symmetric 2x2 matrix Generated from class MR.SymMatrix2f. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | xx [get] |
| | zero matrix by default
|
| unsafe float | xy [get] |
| | zero matrix by default
|
| unsafe float | yy [get] |
| | zero matrix by default
|
symmetric 2x2 matrix Generated from class MR.SymMatrix2f. This is the const half of the class.
◆ Const_SymMatrix2f() [1/3]
| unsafe MR.Const_SymMatrix2f.Const_SymMatrix2f |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_SymMatrix2f() [2/3]
◆ Const_SymMatrix2f() [3/3]
| MR.Const_SymMatrix2f.Const_SymMatrix2f |
( |
SymMatrix2f | _other | ) |
|
|
inline |
◆ det()
| unsafe float MR.Const_SymMatrix2f.det |
( |
| ) |
|
|
inline |
◆ diagonal()
◆ Dispose() [1/2]
| virtual void MR.Const_SymMatrix2f.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_SymMatrix2f.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ eigens()
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.
◆ eigenvector()
| unsafe MR.Vector2f MR.Const_SymMatrix2f.eigenvector |
( |
float | eigenvalue | ) |
|
|
inline |
◆ identity()
◆ inverse() [1/2]
◆ inverse() [2/2]
◆ maxEigenvector()
| unsafe MR.Vector2f MR.Const_SymMatrix2f.maxEigenvector |
( |
| ) |
|
|
inline |
◆ normSq()
| unsafe float MR.Const_SymMatrix2f.normSq |
( |
| ) |
|
|
inline |
computes the squared norm of the matrix, which is equal to the sum of 4 squared elements Generated from method MR.SymMatrix2f.normSq.
◆ pseudoinverse()
| unsafe MR.SymMatrix2f MR.Const_SymMatrix2f.pseudoinverse |
( |
float? | tol = null, |
|
|
MR.Misc.InOut< int >? | rank = null, |
|
|
MR.Misc.InOut< MR.Vector2f >? | space = null ) |
|
inline |
for not-degenerate matrix returns just inverse matrix, otherwise returns degenerate matrix, which performs inversion on not-kernel subspace;
- Parameters
-
| tol | relative epsilon-tolerance for too small number detection |
| rank | optional output for this matrix rank according to given tolerance |
| space | rank=1: unit direction of solution line, rank=2: zero vector Generated from method MR.SymMatrix2f.pseudoinverse. Parameter tol defaults to std::numeric_limits<float>::epsilon(). |
◆ trace()
| unsafe float MR.Const_SymMatrix2f.trace |
( |
| ) |
|
|
inline |
◆ __ref_storage_xx
| unsafe float* MR.Const_SymMatrix2f.__ref_storage_xx |
|
protected |
◆ __ref_storage_xy
| unsafe float* MR.Const_SymMatrix2f.__ref_storage_xy |
|
protected |
◆ __ref_storage_yy
| unsafe float* MR.Const_SymMatrix2f.__ref_storage_yy |
|
protected |
◆ xx
| unsafe float MR.Const_SymMatrix2f.xx |
|
get |
◆ xy
| unsafe float MR.Const_SymMatrix2f.xy |
|
get |
◆ yy
| unsafe float MR.Const_SymMatrix2f.yy |
|
get |
The documentation for this class was generated from the following file: