|
| template<class EigenT, int rows, int cols> |
| std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > & | assign (std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > &lh, const std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > &rh) |
| |
| template<class EigenT, int rows, int cols> |
| std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > & | assign (std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > &lh, const std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > &rh) |
| |
| template<class EigenT, int rows, int cols> |
| std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > & | assign (std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > &lh, const std::optional< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > &rh) |
| |
| template<class EigenT, int rows, int cols> |
| std::shared_ptr< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > & | assign (std::shared_ptr< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > &lh, const std::shared_ptr< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > &rh) |
| |
| template<class EigenT, int rows, int cols> |
| std::shared_ptr< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > & | assign (std::shared_ptr< Eigen::Matrix< EigenT, rows, cols, Eigen::RowMajor > > &lh, const std::shared_ptr< Eigen::Matrix< EigenT, rows, cols, Eigen::ColMajor > > &rh) |
| |