|
|
CUDA_HOSTDEV auto | operator[] (int i) |
| |
|
CUDA_HOSTDEV auto | operator[] (int i) const |
| |
|
CUDA_HOSTDEV auto | dot (const super_t &other) const |
| |
|
CUDA_HOSTDEV auto | dot (const Eigen::Matrix< T, N, 1 > &other) const |
| |
|
CUDA_HOSTDEV constexpr | DenseMatrix (std::initializer_list< std::initializer_list< T >> lst) |
| |
CUDA_HOSTDEV constexpr
DenseMatrix< N, T > | transpose () const |
| | Matrix transposition.
|
| |
|
| static CUDA_HOSTDEV Mat3 | xyzToEnu (double lat, double lon) |
| | Compute ENU basis transformation matrix. More...
|
| |
template<int N, typename T >
Compute ENU basis transformation matrix.
- Parameters
-
| [in] | lat | Latitude in radians |
| [in] | lon | Longitude in radians |
| [out] | enumat | Matrix with rotation matrix |
The documentation for this class was generated from the following file: