![]() |
|
#include "../InternalHeaderCheck.h"
Go to the source code of this file.
Classes | |
struct | Eigen::internal::selfadjoint_rank2_update_selector< Scalar, Index, UType, VType, Lower > |
struct | Eigen::internal::selfadjoint_rank2_update_selector< Scalar, Index, UType, VType, Upper > |
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Namespace containing low-level routines from the Eigen library. | |
Typedefs | |
template<bool Cond, typename T > | |
using | Eigen::internal::conj_expr_if = std::conditional<!Cond, const T &, CwiseUnaryOp< scalar_conjugate_op< typename traits< T >::Scalar >, T > > |