template<typename matrix_t>
{
{
slice(
A, pair{0, 1}, pair{0, 1})
}
->Matrix<>;
{
}
->Matrix<>;
{
}
->Matrix<>;
{
}
->Vector<>;
{
}
->Vector<>;
{
}
->Vector<>;
{
}
->Vector<>;
{
}
->Vector<>;
{
}
->Vector<>;
}
Definition concepts.hpp:330
Definition concepts.hpp:417
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113
constexpr auto diag(T &A, int diagIdx=0) noexcept
Get the Diagonal of an Eigen Matrix.
Definition eigen.hpp:576