Forward declarations. More...
Classes | |
class | aligned_allocator |
Functions | |
template<typename Derived > | |
void | vec_multiply (Eigen::MatrixBase< Derived > &a1, const Eigen::MatrixBase< Derived > &a2) |
template<typename Derived , typename S > | |
void | scale (Eigen::MatrixBase< Derived > &a, S scaling_factor) |
template<typename Derived > | |
void | zero (Eigen::MatrixBase< Derived > &a) |
template<typename Derived , typename S > | |
void | axpy (Eigen::MatrixBase< Derived > &y, S alpha, const Eigen::MatrixBase< Derived > &x) |
template<typename Derived > | |
auto | dot (const Eigen::MatrixBase< Derived > &l, const Eigen::MatrixBase< Derived > &r) |
template<typename Derived > | |
auto | inner_product (const Eigen::MatrixBase< Derived > &l, const Eigen::MatrixBase< Derived > &r) |
template<typename Derived > | |
auto | norm2 (const Eigen::MatrixBase< Derived > &m) |
template<typename _Scalar , int _Rows, int _Options, int _MaxRows> | |
auto | range_begin (const Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > &mat) |
template<typename _Scalar , int _Rows, int _Options, int _MaxRows> | |
auto | range_begin (Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > &mat) |
template<typename _Scalar , int _Rows, int _Options, int _MaxRows> | |
auto | range_end (const Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > &mat) |
template<typename _Scalar , int _Rows, int _Options, int _MaxRows> | |
auto | range_end (Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > &mat) |
template<typename _Scalar , int _Rows, int _Options, int _MaxRows> | |
auto | range_calculate_size (const Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > &mat) |
template<typename _Scalar , int _Rows, int _Options, int _MaxRows> | |
auto | range_calculate_size (Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > &mat) |
Function Documentation
◆ axpy()
template<typename Derived , typename S >
|
inline |
◆ dot()
template<typename Derived >
|
inline |
◆ inner_product()
template<typename Derived >
|
inline |
◆ norm2()
template<typename Derived >
|
inline |
◆ range_begin() [1/2]
template<typename _Scalar , int _Rows, int _Options, int _MaxRows>
auto Eigen::range_begin | ( | const Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > & | mat | ) |
◆ range_begin() [2/2]
template<typename _Scalar , int _Rows, int _Options, int _MaxRows>
auto Eigen::range_begin | ( | Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > & | mat | ) |
◆ range_calculate_size() [1/2]
template<typename _Scalar , int _Rows, int _Options, int _MaxRows>
auto Eigen::range_calculate_size | ( | const Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > & | mat | ) |
◆ range_calculate_size() [2/2]
template<typename _Scalar , int _Rows, int _Options, int _MaxRows>
auto Eigen::range_calculate_size | ( | Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > & | mat | ) |
◆ range_end() [1/2]
template<typename _Scalar , int _Rows, int _Options, int _MaxRows>
auto Eigen::range_end | ( | const Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > & | mat | ) |
◆ range_end() [2/2]
template<typename _Scalar , int _Rows, int _Options, int _MaxRows>
auto Eigen::range_end | ( | Eigen::Matrix< _Scalar, _Rows, 1, _Options, _MaxRows, 1 > & | mat | ) |
◆ scale()
template<typename Derived , typename S >
|
inline |
◆ vec_multiply()
template<typename Derived >
|
inline |