Searched defs:vector (Results 1 – 1 of 1) sorted by relevance
71 EIGEN_DEVICE_FUNC explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation()87 EIGEN_DEVICE_FUNC const VectorType& vector() const { return m_coeffs; } in vector() function88 EIGEN_DEVICE_FUNC VectorType& vector() { return m_coeffs; } in vector() function