![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstddef>
#include <tuple>
#include <type_traits>
#include "vccc/__math/matrix/forward_declare.hpp"
Go to the source code of this file.
Classes | |
class | MatrixBase< Derived > |
struct | is_matrix< T > |
struct | tuple_size< vccc::MatrixBase< Derived > > |
Namespaces | |
vccc | |
std | |
Functions | |
template<std::size_t I, typename Derived > | |
constexpr std::enable_if_t<(I< vccc::MatrixBase< Derived >::size), const typename vccc::MatrixBase< Derived >::value_type & > | get (const vccc::MatrixBase< Derived > &m) |