Home
last modified time | relevance | path

Searched defs:Mat33 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h44 struct Mat33 { struct
62 void initZeroMatrix(struct Mat33 *A); argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dalignedvector3.cpp29 typedef Matrix<Scalar,3,3> Mat33; in alignedvector3() typedef