Conversions between Eigen expressions, maps and refs, and guanaqo::MatrixView.
Definition in file view.hpp.
|
| template<class Derived, class I> |
| auto | guanaqo::detail::as_view_impl (auto &M) |
| template<class Derived, class I = typename Derived::Index> |
| auto | guanaqo::as_view (Eigen::DenseBase< Derived > &M, with_index_type_t< I >={}) |
| | Convert an Eigen matrix view to a guanaqo::MatrixView.
|
| template<class Derived, class I = typename Derived::Index> |
| auto | guanaqo::as_view (const Eigen::DenseBase< Derived > &M, with_index_type_t< I >={}) |
| | Convert an Eigen matrix view to a guanaqo::MatrixView.
|
| template<class Derived, class I = typename Derived::Index> |
| auto | guanaqo::as_view (Eigen::DenseBase< Derived > &&M, with_index_type_t< I >={}) |
| | Convert an Eigen matrix view to a guanaqo::MatrixView.
|
| template<class Derived, class I = typename Derived::Index> |
| auto | guanaqo::as_view (const Eigen::DenseBase< Derived > &&M, with_index_type_t< I >={}) |
| | Convert an Eigen matrix view to a guanaqo::MatrixView.
|
| template<class T, class I, class S, StorageOrder O> |
| auto | guanaqo::as_eigen (MatrixView< T, I, S, O > M) |
| | Convert a guanaqo::MatrixView to an Eigen::Matrix view.
|