|
"L. Spiro Engine"
|
A specialization of the 3-by-3 matrix template using the standard LSREAL type. More...
#include <LSMMatrix3x3.h>
Public Member Functions | |
| LSE_INLINE LSE_CALLCTOR | CMatrix3x3 (const CMatrix3x3 &_m33bOther) |
| LSE_INLINE LSE_CALLCTOR | CMatrix3x3 (const CMatrix3x3Base< LSREAL, CVector3 > &_m33bOther) |
| LSE_INLINE LSE_CALLCTOR | CMatrix3x3 (const CMatrix3x3 &_m33bOther, LSBOOL _bTranspose) |
| LSE_INLINE LSE_CALLCTOR | CMatrix3x3 (const LSREAL *_ptArray) |
| LSVOID LSE_FCALL | Covariance (const CVector3 *_pvPoints, LSUINT32 _ui32Total) |
A specialization of the 3-by-3 matrix template using the standard LSREAL type.
Class CMatrix3x3 Description: A specialization of the 3-by-3 matrix template using the standard LSREAL type.
| LSVOID LSE_FCALL lsm::CMatrix3x3::Covariance | ( | const CVector3 * | _pvPoints, |
| LSUINT32 | _ui32Total | ||
| ) |
Create a covariance matrix in place. Uses high-precision math.
| _pvPoints | Array of points from which the covariance matrix is to be created. |
| _ui32Total | Number of points in the array to which _pvPoints points. |
1.7.3