FairRoot/PandaRoot
|
This is the complete list of members for Matrix, including all inherited members.
allocateMemory(const int32_t m_, const int32_t n_) | Matrix | private |
cross(const Matrix &a, const Matrix &b) | Matrix | static |
dehomogenize(const Matrix &M) | Matrix | static |
det() | Matrix | |
diag(const Matrix &M) | Matrix | static |
extractCols(std::vector< int > idx) | Matrix | |
eye(const int32_t m) | Matrix | static |
eye() | Matrix | |
getData(FLOAT *val_, int32_t i1=0, int32_t j1=0, int32_t i2=-1, int32_t j2=-1) | Matrix | |
getMat(int32_t i1, int32_t j1, int32_t i2=-1, int32_t j2=-1) | Matrix | |
homogenize(const Matrix &M) | Matrix | static |
homogenizeRotTrans(const Matrix &R, const Matrix &t) | Matrix | static |
homogenizeTranslation(const Matrix &M) | Matrix | static |
inv(const Matrix &M) | Matrix | static |
inv() | Matrix | |
l2norm() | Matrix | |
lu(int32_t *idx, FLOAT &d, FLOAT eps=1e-20) | Matrix | |
m | Matrix | |
Matrix() | Matrix | |
Matrix(const int32_t m, const int32_t n) | Matrix | |
Matrix(const int32_t m, const int32_t n, const FLOAT *val_) | Matrix | |
Matrix(const Matrix &M) | Matrix | |
mean() | Matrix | |
n | Matrix | |
ones(const int32_t m, const int32_t n) | Matrix | static |
operator*(const Matrix &M) | Matrix | |
operator*(const FLOAT &s) | Matrix | |
operator+(const Matrix &M) | Matrix | |
operator-(const Matrix &M) | Matrix | |
operator-() | Matrix | |
operator/(const Matrix &M) | Matrix | |
operator/(const FLOAT &s) | Matrix | |
operator<<(std::ostream &out, const Matrix &M) | Matrix | friend |
operator=(const Matrix &M) | Matrix | |
operator~() | Matrix | |
pythag(FLOAT a, FLOAT b) | Matrix | inlineprivate |
releaseMemory() | Matrix | private |
reshape(const Matrix &M, int32_t m, int32_t n) | Matrix | static |
rotMatX(const FLOAT &angle) | Matrix | static |
rotMatY(const FLOAT &angle) | Matrix | static |
rotMatZ(const FLOAT &angle) | Matrix | static |
setDiag(FLOAT s, int32_t i1=0, int32_t i2=-1) | Matrix | |
setMat(const Matrix &M, const int32_t i, const int32_t j) | Matrix | |
setVal(const int32_t m, const int32_t n, const FLOAT *val_) | Matrix | |
setVal(FLOAT s, int32_t i1=0, int32_t j1=0, int32_t i2=-1, int32_t j2=-1) | Matrix | |
solve(const Matrix &M, FLOAT eps=1e-20) | Matrix | |
svd(Matrix &U, Matrix &W, Matrix &V) | Matrix | |
val | Matrix | |
zero() | Matrix | |
~Matrix() | Matrix |