Apollo
6.0
Open source self driving car software
|
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::common | |
Functions | |
template<typename T > | |
void | apollo::perception::common::ICopy (const T *src, T *dst, int n) |
template<typename T > | |
void | apollo::perception::common::ICopy1 (const T src[1], T dst[1]) |
template<typename T > | |
void | apollo::perception::common::ICopy2 (const T src[2], T dst[2]) |
template<typename T > | |
void | apollo::perception::common::ICopy3 (const T src[3], T dst[3]) |
template<typename T > | |
void | apollo::perception::common::ICopy4 (const T src[4], T dst[4]) |
template<typename T > | |
void | apollo::perception::common::ICopy5 (const T src[5], T dst[5]) |
template<typename T > | |
void | apollo::perception::common::ICopy6 (const T src[6], T dst[6]) |
template<typename T > | |
void | apollo::perception::common::ICopy7 (const T src[7], T dst[7]) |
template<typename T > | |
void | apollo::perception::common::ICopy8 (const T src[8], T dst[8]) |
template<typename T > | |
void | apollo::perception::common::ICopy9 (const T src[9], T dst[9]) |
template<typename T > | |
void | apollo::perception::common::ICopy10 (const T src[10], T dst[10]) |
template<typename T > | |
void | apollo::perception::common::ICopy11 (const T src[11], T dst[11]) |
template<typename T > | |
void | apollo::perception::common::ICopy12 (const T src[12], T dst[12]) |
template<typename T > | |
void | apollo::perception::common::ICopy13 (const T src[13], T dst[13]) |
template<typename T > | |
void | apollo::perception::common::ICopy14 (const T src[14], T dst[14]) |
template<typename T > | |
void | apollo::perception::common::ICopy15 (const T src[15], T dst[15]) |
template<typename T > | |
void | apollo::perception::common::ICopy16 (const T src[16], T dst[16]) |
template<typename T > | |
void | apollo::perception::common::ICopy (const T *const *src, T **dst, int m, int n) |
template<typename T , typename S > | |
void | apollo::perception::common::ICopy (const T *src, S *dst, int n) |
template<typename T , typename S > | |
void | apollo::perception::common::ICopy (const T *const *src, S **dst, int m, int n) |
template<typename T > | |
void | apollo::perception::common::IFill (T *a, int n, T val) |
template<typename T > | |
void | apollo::perception::common::IFill1 (T a[1], T val) |
template<typename T > | |
void | apollo::perception::common::IFill2 (T a[2], T val) |
template<typename T > | |
void | apollo::perception::common::IFill3 (T a[3], T val) |
template<typename T > | |
void | apollo::perception::common::IFill4 (T a[4], T val) |
template<typename T > | |
void | apollo::perception::common::IFill5 (T a[5], T val) |
template<typename T > | |
void | apollo::perception::common::IFill6 (T a[6], T val) |
template<typename T > | |
void | apollo::perception::common::IFill7 (T a[7], T val) |
template<typename T > | |
void | apollo::perception::common::IFill8 (T a[8], T val) |
template<typename T > | |
void | apollo::perception::common::IFill9 (T a[9], T val) |
template<typename T > | |
void | apollo::perception::common::IFill10 (T a[10], T val) |
template<typename T > | |
void | apollo::perception::common::IFill11 (T a[11], T val) |
template<typename T > | |
void | apollo::perception::common::IFill12 (T a[12], T val) |
template<typename T > | |
void | apollo::perception::common::IFill13 (T a[13], T val) |
template<typename T > | |
void | apollo::perception::common::IFill14 (T a[14], T val) |
template<typename T > | |
void | apollo::perception::common::IFill15 (T a[15], T val) |
template<typename T > | |
void | apollo::perception::common::IFill16 (T a[16], T val) |
template<typename T > | |
void | apollo::perception::common::IZero (T *a, int n) |
template<typename T > | |
void | apollo::perception::common::IZero1 (T a[1]) |
template<typename T > | |
void | apollo::perception::common::IZero2 (T a[2]) |
template<typename T > | |
void | apollo::perception::common::IZero3 (T a[3]) |
template<typename T > | |
void | apollo::perception::common::IZero4 (T a[4]) |
template<typename T > | |
void | apollo::perception::common::IZero5 (T a[5]) |
template<typename T > | |
void | apollo::perception::common::IZero6 (T a[6]) |
template<typename T > | |
void | apollo::perception::common::IZero7 (T a[7]) |
template<typename T > | |
void | apollo::perception::common::IZero8 (T a[8]) |
template<typename T > | |
void | apollo::perception::common::IZero9 (T a[9]) |
template<typename T > | |
void | apollo::perception::common::IZero10 (T a[10]) |
template<typename T > | |
void | apollo::perception::common::IZero11 (T a[11]) |
template<typename T > | |
void | apollo::perception::common::IZero12 (T a[12]) |
template<typename T > | |
void | apollo::perception::common::IZero13 (T a[13]) |
template<typename T > | |
void | apollo::perception::common::IZero14 (T a[14]) |
template<typename T > | |
void | apollo::perception::common::IZero15 (T a[15]) |
template<typename T > | |
void | apollo::perception::common::IZero16 (T a[16]) |
template<typename T > | |
void | apollo::perception::common::INeg (T *x, int n) |
template<typename T > | |
void | apollo::perception::common::INeg1 (T x[1]) |
template<typename T > | |
void | apollo::perception::common::INeg2 (T x[2]) |
template<typename T > | |
void | apollo::perception::common::INeg3 (T x[3]) |
template<typename T > | |
void | apollo::perception::common::INeg4 (T x[4]) |
template<typename T > | |
void | apollo::perception::common::INeg5 (T x[5]) |
template<typename T > | |
void | apollo::perception::common::INeg6 (T x[6]) |
template<typename T > | |
void | apollo::perception::common::INeg7 (T x[7]) |
template<typename T > | |
void | apollo::perception::common::INeg8 (T x[8]) |
template<typename T > | |
void | apollo::perception::common::INeg9 (T x[9]) |
template<typename T > | |
void | apollo::perception::common::INeg10 (T x[10]) |
template<typename T > | |
void | apollo::perception::common::INeg11 (T x[11]) |
template<typename T > | |
void | apollo::perception::common::INeg12 (T x[12]) |
template<typename T > | |
void | apollo::perception::common::INeg13 (T x[13]) |
template<typename T > | |
void | apollo::perception::common::INeg14 (T x[14]) |
template<typename T > | |
void | apollo::perception::common::INeg15 (T x[15]) |
template<typename T > | |
void | apollo::perception::common::INeg16 (T x[16]) |
template<typename T > | |
void | apollo::perception::common::INeg1 (const T x[1], T y[1]) |
template<typename T > | |
void | apollo::perception::common::INeg2 (const T x[2], T y[2]) |
template<typename T > | |
void | apollo::perception::common::INeg3 (const T x[3], T y[3]) |
template<typename T > | |
void | apollo::perception::common::INeg4 (const T x[4], T y[4]) |
template<typename T > | |
void | apollo::perception::common::INeg5 (const T x[5], T y[5]) |
template<typename T > | |
void | apollo::perception::common::INeg6 (const T x[6], T y[6]) |
template<typename T > | |
void | apollo::perception::common::INeg7 (const T x[7], T y[7]) |
template<typename T > | |
void | apollo::perception::common::INeg8 (const T x[8], T y[8]) |
template<typename T > | |
void | apollo::perception::common::INeg9 (const T x[9], T y[9]) |
template<typename T > | |
void | apollo::perception::common::INeg10 (const T x[10], T y[10]) |
template<typename T > | |
void | apollo::perception::common::INeg11 (const T x[11], T y[11]) |
template<typename T > | |
void | apollo::perception::common::INeg12 (const T x[12], T y[12]) |
template<typename T > | |
void | apollo::perception::common::INeg13 (const T x[13], T y[13]) |
template<typename T > | |
void | apollo::perception::common::INeg14 (const T x[14], T y[14]) |
template<typename T > | |
void | apollo::perception::common::INeg15 (const T x[15], T y[15]) |
template<typename T > | |
void | apollo::perception::common::INeg16 (const T x[16], T y[16]) |
template<typename T > | |
void | apollo::perception::common::INegCol (T *A, int c, int m, int n) |
template<typename T > | |
void | apollo::perception::common::IAdd (T *x, int n, T k) |
template<typename T > | |
void | apollo::perception::common::IAdd (const T *x, const T *y, int n, T *z) |
template<typename T > | |
void | apollo::perception::common::IAdd1 (const T x[1], const T y[1], T z[1]) |
template<typename T > | |
void | apollo::perception::common::IAdd2 (const T x[2], const T y[2], T z[2]) |
template<typename T > | |
void | apollo::perception::common::IAdd3 (const T x[3], const T y[3], T z[3]) |
template<typename T > | |
void | apollo::perception::common::IAdd4 (const T x[4], const T y[4], T z[4]) |
template<typename T > | |
void | apollo::perception::common::IAdd5 (const T x[5], const T y[5], T z[5]) |
template<typename T > | |
void | apollo::perception::common::IAdd6 (const T x[6], const T y[6], T z[6]) |
template<typename T > | |
void | apollo::perception::common::IAdd7 (const T x[7], const T y[7], T z[7]) |
template<typename T > | |
void | apollo::perception::common::IAdd8 (const T x[8], const T y[8], T z[8]) |
template<typename T > | |
void | apollo::perception::common::IAdd9 (const T x[9], const T y[9], T z[9]) |
template<typename T > | |
void | apollo::perception::common::IAdd10 (const T x[10], const T y[10], T z[10]) |
template<typename T > | |
void | apollo::perception::common::IAdd11 (const T x[11], const T y[11], T z[11]) |
template<typename T > | |
void | apollo::perception::common::IAdd12 (const T x[12], const T y[12], T z[12]) |
template<typename T > | |
void | apollo::perception::common::IAdd13 (const T x[13], const T y[13], T z[13]) |
template<typename T > | |
void | apollo::perception::common::IAdd14 (const T x[14], const T y[14], T z[14]) |
template<typename T > | |
void | apollo::perception::common::IAdd15 (const T x[15], const T y[15], T z[15]) |
template<typename T > | |
void | apollo::perception::common::IAdd16 (const T x[16], const T y[16], T z[16]) |
template<typename T > | |
void | apollo::perception::common::IAdd20 (const T x[20], const T y[20], T z[20]) |
template<typename T > | |
void | apollo::perception::common::IAdd (const T *x, T *y, int n) |
template<typename T > | |
void | apollo::perception::common::IAdd1 (const T x[1], T y[1]) |
template<typename T > | |
void | apollo::perception::common::IAdd2 (const T x[2], T y[2]) |
template<typename T > | |
void | apollo::perception::common::IAdd3 (const T x[3], T y[3]) |
template<typename T > | |
void | apollo::perception::common::IAdd4 (const T x[4], T y[4]) |
template<typename T > | |
void | apollo::perception::common::IAdd5 (const T x[5], T y[5]) |
template<typename T > | |
void | apollo::perception::common::IAdd6 (const T x[6], T y[6]) |
template<typename T > | |
void | apollo::perception::common::IAdd7 (const T x[7], T y[7]) |
template<typename T > | |
void | apollo::perception::common::IAdd8 (const T x[8], T y[8]) |
template<typename T > | |
void | apollo::perception::common::IAdd9 (const T x[9], T y[9]) |
template<typename T > | |
void | apollo::perception::common::IAdd10 (const T x[10], T y[10]) |
template<typename T > | |
void | apollo::perception::common::IAdd11 (const T x[11], T y[11]) |
template<typename T > | |
void | apollo::perception::common::IAdd12 (const T x[12], T y[12]) |
template<typename T > | |
void | apollo::perception::common::IAdd13 (const T x[13], T y[13]) |
template<typename T > | |
void | apollo::perception::common::IAdd14 (const T x[14], T y[14]) |
template<typename T > | |
void | apollo::perception::common::IAdd15 (const T x[15], T y[15]) |
template<typename T > | |
void | apollo::perception::common::IAdd16 (const T x[16], T y[16]) |
template<typename T > | |
void | apollo::perception::common::IAdd20 (const T x[20], T y[20]) |
template<typename T > | |
void | apollo::perception::common::IAddScaled (const T *x, T *y, int n, T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled1 (const T x[1], T y[1], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled2 (const T x[2], T y[2], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled3 (const T x[3], T y[3], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled4 (const T x[4], T y[4], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled5 (const T x[5], T y[5], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled6 (const T x[6], T y[6], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled7 (const T x[7], T y[7], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled8 (const T x[8], T y[8], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled9 (const T x[9], T y[9], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled (const T *x, const T *y, T *z, int n, T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled1 (const T x[1], const T y[1], T z[1], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled2 (const T x[2], const T y[2], T z[2], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled3 (const T x[3], const T y[3], T z[3], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled4 (const T x[4], const T y[4], T z[4], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled5 (const T x[5], const T y[5], T z[5], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled6 (const T x[6], const T y[6], T z[6], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled7 (const T x[7], const T y[7], T z[7], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled8 (const T x[8], const T y[8], T z[8], T k) |
template<typename T > | |
void | apollo::perception::common::IAddScaled9 (const T x[9], const T y[9], T z[9], T k) |
template<typename T > | |
void | apollo::perception::common::ISub (T *x, int n, T k) |
template<typename T > | |
void | apollo::perception::common::ISub (const T *x, const T *y, int n, T *z) |
template<typename T > | |
void | apollo::perception::common::ISub1 (const T x[1], const T y[1], T z[1]) |
template<typename T > | |
void | apollo::perception::common::ISub2 (const T x[2], const T y[2], T z[2]) |
template<typename T > | |
void | apollo::perception::common::ISub3 (const T x[3], const T y[3], T z[3]) |
template<typename T > | |
void | apollo::perception::common::ISub4 (const T x[4], const T y[4], T z[4]) |
template<typename T > | |
void | apollo::perception::common::ISub5 (const T x[5], const T y[5], T z[5]) |
template<typename T > | |
void | apollo::perception::common::ISub6 (const T x[6], const T y[6], T z[6]) |
template<typename T > | |
void | apollo::perception::common::ISub7 (const T x[7], const T y[7], T z[7]) |
template<typename T > | |
void | apollo::perception::common::ISub8 (const T x[8], const T y[8], T z[8]) |
template<typename T > | |
void | apollo::perception::common::ISub9 (const T x[9], const T y[9], T z[9]) |
template<typename T > | |
void | apollo::perception::common::ISub10 (const T x[10], const T y[10], T z[10]) |
template<typename T > | |
void | apollo::perception::common::ISub11 (const T x[11], const T y[11], T z[11]) |
template<typename T > | |
void | apollo::perception::common::ISub12 (const T x[12], const T y[12], T z[12]) |
template<typename T > | |
void | apollo::perception::common::ISub13 (const T x[13], const T y[13], T z[13]) |
template<typename T > | |
void | apollo::perception::common::ISub14 (const T x[14], const T y[14], T z[14]) |
template<typename T > | |
void | apollo::perception::common::ISub15 (const T x[15], const T y[15], T z[15]) |
template<typename T > | |
void | apollo::perception::common::ISub16 (const T x[16], const T y[16], T z[16]) |
template<typename T > | |
void | apollo::perception::common::ISub (const T *x, T *y, int n) |
template<typename T > | |
void | apollo::perception::common::ISub1 (const T x[1], T y[1]) |
template<typename T > | |
void | apollo::perception::common::ISub2 (const T x[2], T y[2]) |
template<typename T > | |
void | apollo::perception::common::ISub3 (const T x[3], T y[3]) |
template<typename T > | |
void | apollo::perception::common::ISub4 (const T x[4], T y[4]) |
template<typename T > | |
void | apollo::perception::common::ISub5 (const T x[5], T y[5]) |
template<typename T > | |
void | apollo::perception::common::ISub6 (const T x[6], T y[6]) |
template<typename T > | |
void | apollo::perception::common::ISub7 (const T x[7], T y[7]) |
template<typename T > | |
void | apollo::perception::common::ISub8 (const T x[8], T y[8]) |
template<typename T > | |
void | apollo::perception::common::ISub9 (const T x[9], T y[9]) |
template<typename T > | |
void | apollo::perception::common::ISub10 (const T x[10], T y[10]) |
template<typename T > | |
void | apollo::perception::common::ISub11 (const T x[11], T y[11]) |
template<typename T > | |
void | apollo::perception::common::ISub12 (const T x[12], T y[12]) |
template<typename T > | |
void | apollo::perception::common::ISub13 (const T x[13], T y[13]) |
template<typename T > | |
void | apollo::perception::common::ISub14 (const T x[14], T y[14]) |
template<typename T > | |
void | apollo::perception::common::ISub15 (const T x[15], T y[15]) |
template<typename T > | |
void | apollo::perception::common::ISub16 (const T x[16], T y[16]) |
template<typename T > | |
void | apollo::perception::common::ISubScaled (const T *x, T *y, int n, T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled1 (const T x[1], T y[1], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled2 (const T x[2], T y[2], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled3 (const T x[3], T y[3], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled4 (const T x[4], T y[4], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled5 (const T x[5], T y[5], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled6 (const T x[6], T y[6], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled7 (const T x[7], T y[7], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled8 (const T x[8], T y[8], T k) |
template<typename T > | |
void | apollo::perception::common::ISubScaled9 (const T x[9], T y[9], T k) |
template<typename T > | |
void | apollo::perception::common::IScale (T *x, int n, T sf) |
template<typename T > | |
void | apollo::perception::common::IScale1 (T x[1], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale2 (T x[2], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale3 (T x[3], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale4 (T x[4], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale5 (T x[5], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale6 (T x[6], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale7 (T x[7], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale8 (T x[8], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale9 (T x[9], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale10 (T x[10], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale11 (T x[11], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale12 (T x[12], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale13 (T x[13], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale14 (T x[14], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale15 (T x[15], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale16 (T x[16], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale (const T *x, T *y, int n, T sf) |
template<typename T > | |
void | apollo::perception::common::IScale1 (const T x[1], T y[1], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale2 (const T x[2], T y[2], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale3 (const T x[3], T y[3], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale4 (const T x[4], T y[4], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale5 (const T x[5], T y[5], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale6 (const T x[6], T y[6], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale7 (const T x[7], T y[7], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale8 (const T x[8], T y[8], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale9 (const T x[9], T y[9], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale10 (const T x[10], T y[10], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale11 (const T x[11], T y[11], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale12 (const T x[12], T y[12], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale13 (const T x[13], T y[13], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale14 (const T x[14], T y[14], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale15 (const T x[15], T y[15], T sf) |
template<typename T > | |
void | apollo::perception::common::IScale16 (const T x[16], T y[16], T sf) |
template<typename T > | |
T | apollo::perception::common::IDot (const T *x, const T *y, int n) |
template<typename T > | |
T | apollo::perception::common::IDot1 (const T x[1], const T y[1]) |
template<typename T > | |
T | apollo::perception::common::IDot2 (const T x[2], const T y[2]) |
template<typename T > | |
T | apollo::perception::common::IDot3 (const T x[3], const T y[3]) |
template<typename T > | |
T | apollo::perception::common::IDot4 (const T x[4], const T y[4]) |
template<typename T > | |
T | apollo::perception::common::IDot5 (const T x[5], const T y[5]) |
template<typename T > | |
T | apollo::perception::common::IDot6 (const T x[6], const T y[6]) |
template<typename T > | |
T | apollo::perception::common::IDot7 (const T x[7], const T y[7]) |
template<typename T > | |
T | apollo::perception::common::IDot8 (const T x[8], const T y[8]) |
template<typename T > | |
T | apollo::perception::common::IDot9 (const T x[9], const T y[9]) |
template<typename T > | |
T | apollo::perception::common::IDot10 (const T x[10], const T y[10]) |
template<typename T > | |
T | apollo::perception::common::IDot11 (const T x[11], const T y[11]) |
template<typename T > | |
T | apollo::perception::common::IDot12 (const T x[12], const T y[12]) |
template<typename T > | |
T | apollo::perception::common::IDot13 (const T x[13], const T y[13]) |
template<typename T > | |
T | apollo::perception::common::IDot14 (const T x[14], const T y[14]) |
template<typename T > | |
T | apollo::perception::common::IDot15 (const T x[15], const T y[15]) |
template<typename T > | |
T | apollo::perception::common::IDot16 (const T x[16], const T y[16]) |
int | apollo::perception::common::ISumU (const unsigned char *x, int n) |
template<typename T > | |
T | apollo::perception::common::ISum (const T *x, int n) |
template<typename T > | |
T | apollo::perception::common::ISum1 (const T x[1]) |
template<typename T > | |
T | apollo::perception::common::ISum2 (const T x[2]) |
template<typename T > | |
T | apollo::perception::common::ISum3 (const T x[3]) |
template<typename T > | |
T | apollo::perception::common::ISum4 (const T x[4]) |
template<typename T > | |
T | apollo::perception::common::ISum5 (const T x[5]) |
template<typename T > | |
T | apollo::perception::common::ISum6 (const T x[6]) |
template<typename T > | |
T | apollo::perception::common::ISum7 (const T x[7]) |
template<typename T > | |
T | apollo::perception::common::ISum8 (const T x[8]) |
template<typename T > | |
T | apollo::perception::common::ISum9 (const T x[9]) |
template<typename T > | |
T | apollo::perception::common::ISum10 (const T x[10]) |
template<typename T > | |
T | apollo::perception::common::ISum11 (const T x[11]) |
template<typename T > | |
T | apollo::perception::common::ISum12 (const T x[12]) |
template<typename T > | |
T | apollo::perception::common::ISum13 (const T x[13]) |
template<typename T > | |
T | apollo::perception::common::ISum14 (const T x[14]) |
template<typename T > | |
T | apollo::perception::common::ISum15 (const T x[15]) |
template<typename T > | |
T | apollo::perception::common::ISum16 (const T x[16]) |
template<typename T > | |
T | apollo::perception::common::IAbsSum (const T *x, int n) |
int | apollo::perception::common::IMeanU (const unsigned char *x, int n) |
template<typename T > | |
T | apollo::perception::common::IMean (const T *x, int n) |
template<typename T > | |
T | apollo::perception::common::IMean2 (const T x[2]) |
template<typename T > | |
T | apollo::perception::common::IMean3 (const T x[3]) |
template<typename T > | |
T | apollo::perception::common::IMean4 (const T x[4]) |
template<typename T > | |
T | apollo::perception::common::IMean5 (const T x[5]) |
template<typename T > | |
T | apollo::perception::common::IMean6 (const T x[6]) |
template<typename T > | |
T | apollo::perception::common::IMean7 (const T x[7]) |
template<typename T > | |
T | apollo::perception::common::IMean8 (const T x[8]) |
template<typename T > | |
T | apollo::perception::common::IMean9 (const T x[9]) |
template<typename T > | |
T | apollo::perception::common::IMean10 (const T x[10]) |
template<typename T > | |
T | apollo::perception::common::IMean11 (const T x[11]) |
template<typename T > | |
T | apollo::perception::common::IMean12 (const T x[12]) |
template<typename T > | |
T | apollo::perception::common::IMean13 (const T x[13]) |
template<typename T > | |
T | apollo::perception::common::IMean14 (const T x[14]) |
template<typename T > | |
T | apollo::perception::common::IMean15 (const T x[15]) |
template<typename T > | |
T | apollo::perception::common::IMean16 (const T x[16]) |
template<typename T > | |
T | apollo::perception::common::ISdv (const T *x, T mean, int n) |
int | apollo::perception::common::ISquaresumU (const unsigned char *x, int n) |
template<typename T > | |
T | apollo::perception::common::ISquaresum (const T *x, int n) |
template<typename T > | |
T | apollo::perception::common::ISquaresum1 (const T x[1]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum2 (const T x[2]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum3 (const T x[3]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum4 (const T x[4]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum5 (const T x[5]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum6 (const T x[6]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum7 (const T x[7]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum8 (const T x[8]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum9 (const T x[9]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum10 (const T x[10]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum11 (const T x[11]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum12 (const T x[12]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum13 (const T x[13]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum14 (const T x[14]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum15 (const T x[15]) |
template<typename T > | |
T | apollo::perception::common::ISquaresum16 (const T x[16]) |
int | apollo::perception::common::ISquaresumDiffU (const unsigned char *x, const unsigned char *y, int n) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU (const T *x, const T *y, int n) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU1 (const T x[1], const T y[1]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU2 (const T x[2], const T y[2]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU3 (const T x[3], const T y[3]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU4 (const T x[4], const T y[4]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU5 (const T x[5], const T y[5]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU6 (const T x[6], const T y[6]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU7 (const T x[7], const T y[7]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU8 (const T x[8], const T y[8]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU9 (const T x[9], const T y[9]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU10 (const T x[10], const T y[10]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU11 (const T x[11], const T y[11]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU12 (const T x[12], const T y[12]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU13 (const T x[13], const T y[13]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU14 (const T x[14], const T y[14]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU15 (const T x[15], const T y[15]) |
template<typename T > | |
T | apollo::perception::common::ISquaresumDiffU16 (const T x[16], const T y[16]) |
unsigned int | apollo::perception::common::IHammingDiff (const unsigned int *x, const unsigned int *y, int n) |
unsigned int | apollo::perception::common::IHammingDiff2 (const unsigned int x[2], const unsigned int y[2]) |
unsigned int | apollo::perception::common::IHammingDiff4 (const unsigned int x[4], const unsigned int y[4]) |
unsigned int | apollo::perception::common::IHammingDiff8 (const unsigned int x[8], const unsigned int y[8]) |
unsigned int | apollo::perception::common::IHammingDiff16 (const unsigned int x[16], const unsigned int y[16]) |
double | apollo::perception::common::IL2Norm (const unsigned char *x, int n) |
double | apollo::perception::common::IL2Norm (const int *x, int n) |
float | apollo::perception::common::IL2Norm (const float *x, int n) |
double | apollo::perception::common::IL2Norm (const double *x, int n) |
template<typename T > | |
T | apollo::perception::common::IL2Norm1 (const T x[1]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm2 (const T x[2]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm3 (const T x[3]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm4 (const T x[4]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm5 (const T x[5]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm6 (const T x[6]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm7 (const T x[7]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm8 (const T x[8]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm9 (const T x[9]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm10 (const T x[10]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm11 (const T x[11]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm12 (const T x[12]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm13 (const T x[13]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm14 (const T x[14]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm15 (const T x[15]) |
template<typename T > | |
T | apollo::perception::common::IL2Norm16 (const T x[16]) |
template<typename T > | |
T | apollo::perception::common::IL2NormAdv (T a, T b) |
template<typename T > | |
T | apollo::perception::common::IL2NormAdv (const T x[2]) |
template<typename T > | |
T | apollo::perception::common::IInfinityNorm (const T *A, int m, int n) |
void | apollo::perception::common::IUnitize (double *x, int n) |
void | apollo::perception::common::IUnitize (float *x, int n) |
void | apollo::perception::common::ISafeUnitize (double *x, int n) |
void | apollo::perception::common::ISafeUnitize (float *x, int n) |
void | apollo::perception::common::IUnitize (const double *x, double *y, int n) |
void | apollo::perception::common::IUnitize (const float *x, float *y, int n) |
void | apollo::perception::common::ISafeUnitize (const double *x, double *y, int n) |
void | apollo::perception::common::ISafeUnitize (float *x, float *y, int n) |
template<typename T > | |
void | apollo::perception::common::IUnitize2 (T x[2]) |
template<typename T > | |
void | apollo::perception::common::IUnitize3 (T x[3]) |
template<typename T > | |
void | apollo::perception::common::IUnitize4 (T x[4]) |
template<typename T > | |
void | apollo::perception::common::IUnitize5 (T x[5]) |
template<typename T > | |
void | apollo::perception::common::IUnitize6 (T x[6]) |
template<typename T > | |
void | apollo::perception::common::IUnitize7 (T x[7]) |
template<typename T > | |
void | apollo::perception::common::IUnitize8 (T x[8]) |
template<typename T > | |
void | apollo::perception::common::IUnitize9 (T x[9]) |
template<typename T > | |
void | apollo::perception::common::IUnitize10 (T x[10]) |
template<typename T > | |
void | apollo::perception::common::IUnitize11 (T x[11]) |
template<typename T > | |
void | apollo::perception::common::IUnitize12 (T x[12]) |
template<typename T > | |
void | apollo::perception::common::IUnitize13 (T x[13]) |
template<typename T > | |
void | apollo::perception::common::IUnitize14 (T x[14]) |
template<typename T > | |
void | apollo::perception::common::IUnitize15 (T x[15]) |
template<typename T > | |
void | apollo::perception::common::IUnitize16 (T x[16]) |
template<typename T > | |
void | apollo::perception::common::IUnitize2 (const T x[2], T y[2]) |
template<typename T > | |
void | apollo::perception::common::IUnitize3 (const T x[3], T y[3]) |
template<typename T > | |
void | apollo::perception::common::IUnitize4 (const T x[4], T y[4]) |
template<typename T > | |
void | apollo::perception::common::IUnitize5 (const T x[5], T y[5]) |
template<typename T > | |
void | apollo::perception::common::IUnitize6 (const T x[6], T y[6]) |
template<typename T > | |
void | apollo::perception::common::IUnitize7 (const T x[7], T y[7]) |
template<typename T > | |
void | apollo::perception::common::IUnitize8 (const T x[8], T y[8]) |
template<typename T > | |
void | apollo::perception::common::IUnitize9 (const T x[9], T y[9]) |
template<typename T > | |
void | apollo::perception::common::IUnitize10 (const T x[10], T y[10]) |
template<typename T > | |
void | apollo::perception::common::IUnitize11 (const T x[11], T y[11]) |
template<typename T > | |
void | apollo::perception::common::IUnitize12 (const T x[12], T y[12]) |
template<typename T > | |
void | apollo::perception::common::IUnitize13 (const T x[13], T y[13]) |
template<typename T > | |
void | apollo::perception::common::IUnitize14 (const T x[14], T y[14]) |
template<typename T > | |
void | apollo::perception::common::IUnitize15 (const T x[15], T y[15]) |
template<typename T > | |
void | apollo::perception::common::IUnitize16 (const T x[16], T y[16]) |
template<typename T > | |
void | apollo::perception::common::ISignedUnitize2 (T x[2]) |
template<typename T > | |
void | apollo::perception::common::ISignedUnitize3 (T x[3]) |
template<typename T > | |
void | apollo::perception::common::ISignedUnitize4 (T x[4]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize (T *x, int n) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize2 (T x[2]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize3 (T x[3]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize4 (T x[4]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize9 (T x[9]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize (const T *x, T *y, int n) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize2 (const T x[2], T y[2]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize3 (const T x[3], T y[3]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize4 (const T x[4], T y[4]) |
template<typename T > | |
void | apollo::perception::common::IHomogeneousUnitize9 (const T x[9], T y[9]) |
void | apollo::perception::common::ICentroid3 (const double *a, int n, double centroid[3]) |
void | apollo::perception::common::ICentroid3 (const float *a, int n, float centroid[3]) |
void | apollo::perception::common::ICentroid2 (const double *a, int n, double centroid[2]) |
void | apollo::perception::common::ICentroid2 (const float *a, int n, float centroid[2]) |
void | apollo::perception::common::ICentroid3 (const double *a, int n, double centroid[3], double *distances) |
void | apollo::perception::common::ICentroid3 (const float *a, int n, float centroid[3], float *distances) |
void | apollo::perception::common::ICentroid2 (const double *a, int n, double centroid[2], double *distances) |
void | apollo::perception::common::ICentroid2 (const float *a, int n, float centroid[2], float *distances) |
template<typename T > | |
T | apollo::perception::common::IMinElement (const T *a, int n) |
template<typename T > | |
T | apollo::perception::common::IMaxElement (const T *a, int n) |
template<typename T > | |
T | apollo::perception::common::IMaxDiagonalElement (const T *a, int n) |
int | apollo::perception::common::IMaxIndex (const double *a, int n) |
int | apollo::perception::common::IMaxIndex (const float *a, int n) |
int | apollo::perception::common::IMaxIndex (const int *a, int n) |
int | apollo::perception::common::IMaxAbsIndex (const double *a, int n) |
int | apollo::perception::common::IMaxAbsIndex (const float *a, int n) |
int | apollo::perception::common::IMaxAbsIndex (const int *a, int n) |
int | apollo::perception::common::IMinAbsIndex (const double *a, int n) |
int | apollo::perception::common::IMinAbsIndex (const float *a, int n) |
int | apollo::perception::common::IMinAbsIndex (const int *a, int n) |
int | apollo::perception::common::IMaxAbsIndexInterval (const double *a, int i1, int i2) |
int | apollo::perception::common::IMaxAbsIndexInterval (const float *a, int i1, int i2) |
int | apollo::perception::common::IMaxAbsIndexInterval (const int *a, int i1, int i2) |
int | apollo::perception::common::IMinAbsIndexInterval (const double *a, int i1, int i2) |
int | apollo::perception::common::IMinAbsIndexInterval (const float *a, int i1, int i2) |
int | apollo::perception::common::IMinAbsIndexInterval (const int *a, int i1, int i2) |
int | apollo::perception::common::IMaxAbsIndexIntervalColumn (const double *a, int i1, int i2, int n) |
int | apollo::perception::common::IMaxAbsIndexIntervalColumn (const float *a, int i1, int i2, int n) |
int | apollo::perception::common::IMaxAbsIndexIntervalColumn (const int *a, int i1, int i2, int n) |
int | apollo::perception::common::IMinAbsIndexIntervalColumn (const double *a, int i1, int i2, int n) |
int | apollo::perception::common::IMinAbsIndexIntervalColumn (const float *a, int i1, int i2, int n) |
int | apollo::perception::common::IMinAbsIndexIntervalColumn (const int *a, int i1, int i2, int n) |
template<typename T > | |
int | apollo::perception::common::IMaxAbsIndexSubdiagonalColumn (const T *A, int i, int n) |
template<typename T > | |
void | apollo::perception::common::IMinMaxElements (const T *a, int n, T *min_val, T *max_val) |
template<typename T > | |
void | apollo::perception::common::IHomogenize (const T *x, T *y, int n) |
template<typename T > | |
void | apollo::perception::common::IHomogenize1 (const T x[1], T y[2]) |
template<typename T > | |
void | apollo::perception::common::IHomogenize2 (const T x[2], T y[3]) |
template<typename T > | |
void | apollo::perception::common::IHomogenize3 (const T x[3], T y[4]) |
template<typename T > | |
void | apollo::perception::common::ICross (const T x[3], const T y[3], T xxy[3]) |
template<typename T > | |
void | apollo::perception::common::IAxiator (const T x[3], T e_x[9]) |
template<typename T > | |
void | apollo::perception::common::ISqrSkewSymmetric3x3 (const T x[3], T e_x2[9]) |
template<typename T > | |
void | apollo::perception::common::IEye (T *A, int n) |
template<typename T > | |
void | apollo::perception::common::IEye2x2 (T A[4]) |
template<typename T > | |
void | apollo::perception::common::IEye3x3 (T A[9]) |
template<typename T > | |
void | apollo::perception::common::IEye4x4 (T A[16]) |
template<typename T > | |
void | apollo::perception::common::IUpperTriangular2x2 (T a0, T a1, T a3, T A[4]) |
template<typename T > | |
void | apollo::perception::common::IUpperTriangular3x3 (T a0, T a1, T a2, T a4, T a5, T a8, T A[9]) |
double | apollo::perception::common::ITrace2x2 (const double A[4]) |
float | apollo::perception::common::ITrace2x2 (const float A[4]) |
double | apollo::perception::common::ITrace3x3 (const double A[9]) |
float | apollo::perception::common::ITrace3x3 (const float A[9]) |
double | apollo::perception::common::IDeterminant2x2 (const double A[4]) |
float | apollo::perception::common::IDeterminant2x2 (const float A[4]) |
int | apollo::perception::common::IDeterminant2x2 (const int A[4]) |
double | apollo::perception::common::IDeterminant3x3 (const double A[9]) |
float | apollo::perception::common::IDeterminant3x3 (const float A[9]) |
int | apollo::perception::common::IDeterminant3x3 (const int A[9]) |
void | apollo::perception::common::ISubdeterminants2x4 (const double x[4], const double y[4], double sd[6]) |
void | apollo::perception::common::ISubdeterminants2x4 (const float x[4], const float y[4], float sd[6]) |
void | apollo::perception::common::ISubdeterminants2x4 (const int x[4], const int y[4], int sd[6]) |
void | apollo::perception::common::ISubdeterminants3x4 (const double x[4], const double y[4], const double z[4], double sd[4]) |
void | apollo::perception::common::ISubdeterminants3x4 (const float x[4], const float y[4], const float z[4], float sd[4]) |
void | apollo::perception::common::ISubdeterminants3x4 (const int x[4], const int y[4], const int z[4], int sd[4]) |
double | apollo::perception::common::IDeterminant4x4 (const double A[16]) |
float | apollo::perception::common::IDeterminant4x4 (const float A[16]) |
int | apollo::perception::common::IDeterminant4x4 (const int A[16]) |
template<typename T > | |
void | apollo::perception::common::ICross (const T x[4], const T y[4], const T z[4], T xxyxz[4]) |
void | apollo::perception::common::IInvert2x2 (const double A[4], double Ai[4]) |
void | apollo::perception::common::IInvert2x2 (const float A[4], float Ai[4]) |
void | apollo::perception::common::IInvert2x2 (const int A[4], double Ai[4]) |
void | apollo::perception::common::IInvert3x3 (const double A[9], double Ai[9]) |
void | apollo::perception::common::IInvert3x3 (const float A[9], float Ai[9]) |
void | apollo::perception::common::IInvert3x3 (const int A[9], double Ai[9]) |
void | apollo::perception::common::IInvert3x3UpperTriangular (const double A[9], double Ai[9]) |
void | apollo::perception::common::IInvert3x3UpperTriangular (const float A[9], float Ai[9]) |
void | apollo::perception::common::IInvert3x3UpperTriangular (const int A[9], double Ai[9]) |
void | apollo::perception::common::ISolve2x2 (const double A[4], const double b[2], double x[2]) |
void | apollo::perception::common::ISolve2x2 (const float A[4], const float b[2], float x[2]) |
void | apollo::perception::common::ISolve3x3 (const double A[9], const double b[3], double x[3]) |
void | apollo::perception::common::ISolve3x3 (const float A[9], const float b[3], float x[3]) |
template<typename T > | |
void | apollo::perception::common::ITranspose (T *A, int n) |
template<typename T > | |
void | apollo::perception::common::ITranspose (const T *A, T *At, int m, int n) |
template<typename T > | |
void | apollo::perception::common::ITranspose2x2 (T A[4]) |
template<typename T > | |
void | apollo::perception::common::ITranspose2x2 (const T A[4], T At[4]) |
template<typename T > | |
void | apollo::perception::common::ITranspose3x3 (T A[9]) |
template<typename T > | |
void | apollo::perception::common::ITranspose3x3 (const T A[9], T At[9]) |
template<typename T > | |
void | apollo::perception::common::ITranspose4x4 (T A[16]) |
template<typename T > | |
void | apollo::perception::common::ITranspose4x4 (const T A[16], T At[16]) |
template<typename T > | |
void | apollo::perception::common::IAugmentDiagonal (T *A, int n, const T lambda) |
template<typename T > | |
void | apollo::perception::common::IMultAx (const T *A, const T *x, T *Ax, int m, int n) |
template<typename T > | |
void | apollo::perception::common::IMultAtx (const T *A, const T *x, T *Atx, int m, int n) |
template<typename T > | |
void | apollo::perception::common::IMultAx1x3 (const T A[3], const T x[3], T Ax[1]) |
template<typename T > | |
void | apollo::perception::common::IMultAx2x2 (const T A[4], const T x[2], T Ax[2]) |
template<typename T > | |
void | apollo::perception::common::IMultAx2x3 (const T A[6], const T x[3], T Ax[2]) |
template<typename T > | |
void | apollo::perception::common::IMultAx3x3 (const T A[9], const T x[3], T Ax[3]) |
template<typename T > | |
void | apollo::perception::common::IMultAtx3x3 (const T A[9], const T x[3], T Atx[3]) |
template<typename T > | |
void | apollo::perception::common::IMultAx3x4 (const T A[12], const T x[4], T Ax[3]) |
template<typename T > | |
void | apollo::perception::common::IMultAx4x3 (const T A[12], const T x[3], T Ax[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAtx4x3 (const T A[12], const T x[3], T Atx[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAx4x4 (const T A[16], const T x[4], T Ax[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAB (const T *A, const T *B, T *AB, int m, int n, int o) |
template<typename T > | |
void | apollo::perception::common::IMultAB3x1And1x3 (const T A[3], const T B[3], T AB[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAB2x2And2x2 (const T A[4], const T B[4], T AB[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAB2x3And3x2 (const T A[6], const T B[6], T AB[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAB2x3And3x3 (const T A[6], const T B[9], T AB[6]) |
template<typename T > | |
void | apollo::perception::common::IMultAB2x3And3x4 (const T A[6], const T B[12], T AB[8]) |
template<typename T > | |
void | apollo::perception::common::IMultAB3x3And3x3 (const T A[9], const T B[9], T AB[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAB4x4And4x4 (const T A[16], const T B[16], T AB[16]) |
template<typename T > | |
void | apollo::perception::common::IMultAB4x1And1x4 (const T A[4], const T B[4], T AB[16]) |
template<typename T > | |
void | apollo::perception::common::IMultAB3x3And3x3WAUpperTriangular (const T A[9], const T B[9], T AB[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAB3x3And3x3WBUpperTriangular (const T A[9], const T B[9], T AB[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAB3x3And3x4 (const T A[9], const T B[12], T AB[12]) |
template<typename T > | |
void | apollo::perception::common::IMultAB3x4And4x3 (const T A[12], const T B[12], T AB[9]) |
template<typename T > | |
void | apollo::perception::common::IMultABt3x3And3x3 (const T A[9], const T B[9], T ABt[9]) |
template<typename T > | |
void | apollo::perception::common::IMultABt2x3And2x3 (const T A[6], const T B[6], T ABt[4]) |
template<typename T > | |
void | apollo::perception::common::IMultABt4x4And3x4 (const T A[16], const T B[12], T ABt[12]) |
template<typename T > | |
void | apollo::perception::common::IMultAtA (const T *A, T *AtA, int m, int n) |
template<typename T > | |
void | apollo::perception::common::IMultAtA2x2 (const T A[4], T AtA[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAtA2x2 (const T *A, T AtA[4], int n) |
template<typename T > | |
void | apollo::perception::common::IMultAtAnx2 (const T *A, T *AtA, int n) |
template<typename T > | |
void | apollo::perception::common::IMultAtA3x3 (const T A[9], T AtA[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAtAnx3 (const T *A, T AtA[9], int n) |
template<typename T > | |
void | apollo::perception::common::IMultAtA4x4 (const T A[16], T AtA[16]) |
template<typename T > | |
void | apollo::perception::common::IMultAtB2x2And2x2 (const T A[4], const T B[4], T AtB[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAtB3x3And3x3 (const T A[9], const T B[9], T AtB[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAAt2x3 (const T A[6], T AAt[4]) |
template<typename T > | |
void | apollo::perception::common::IMultAAt3x3 (const T A[9], T AAt[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAAt4x1 (const T A[4], T AAt[16]) |
template<typename T > | |
void | apollo::perception::common::IMultABC3x3And3x3And3x3 (const T A[9], const T B[9], const T C[9], T ABC[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAtBC3x3And3x3And3x3 (const T A[9], const T B[9], const T C[9], T AtBC[9]) |
template<typename T > | |
void | apollo::perception::common::IMultAB4x4WABlockDiagonal (const T A1[4], const T A2[4], const T B[16], T AB[16]) |
template<typename T > | |
void | apollo::perception::common::ISwapRows (T *A, int r1, int r2, int m, int n) |
template<typename T > | |
void | apollo::perception::common::ISwapCols (T *A, int c1, int c2, int m, int n) |
template<typename T > | |
void | apollo::perception::common::ISwapRowsInterval (T *A, int i1, int i2, int r1, int r2, int m, int n) |
template<typename T > | |
void | apollo::perception::common::ISwapColsInterval (T *A, int i1, int i2, int c1, int c2, int m, int n) |
template<typename T > | |
void | apollo::perception::common::IShiftHomogeneous3 (T *A, int n) |
template<typename T > | |
void | apollo::perception::common::IShiftHomogeneous4 (T *A, int n) |