/external/eigen/Eigen/src/Eigenvalues/ |
HessenbergDecomposition.h | 102 m_temp(size), 120 m_temp(matrix.rows()), 129 _compute(m_matrix, m_hCoeffs, m_temp); 159 _compute(m_matrix, m_hCoeffs, m_temp); 275 VectorType m_temp; member in class:Eigen::HessenbergDecomposition
|
/external/opencv/cvaux/include/ |
cvaux.hpp | 136 IplImage* m_temp; member in class:CvCamShiftTracker
|
/external/eigen/Eigen/src/QR/ |
HouseholderQR.h | 68 HouseholderQR() : m_qr(), m_hCoeffs(), m_temp(), m_isInitialized(false) {} 79 m_temp(cols), 97 m_temp(matrix.cols()), 200 RowVectorType m_temp; member in class:Eigen::HouseholderQR 367 m_temp.resize(cols); 369 internal::householder_qr_inplace_blocked<MatrixType, HCoeffsType>::run(m_qr, m_hCoeffs, 48, m_temp.data());
|
ColPivHouseholderQR.h | 77 m_temp(), 93 m_temp(cols), 115 m_temp(matrix.cols()), 397 RowVectorType m_temp; member in class:Eigen::ColPivHouseholderQR 444 m_temp.resize(cols); 499 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1));
|
FullPivHouseholderQR.h | 84 m_temp(), 100 m_temp(cols), 122 m_temp(matrix.cols()), 382 RowVectorType m_temp; member in class:Eigen::FullPivHouseholderQR 426 m_temp.resize(cols); 483 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1));
|
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
mpu60x0.h | 946 float m_temp; member in class:upm::MPU60X0
|
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/ |
lsm9ds0.h | 1456 float m_temp; member in class:upm::LSM9DS0 [all...] |