![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <vccc/__math/matrix/matrix_proxy_nocopy.hpp>
Public Member Functions | |
MatrixProxyNocopy (ExprType &expr) | |
template<typename E , std::enable_if_t< internal::math::is_same_size< ExprType, E >::value, int > = 0> | |
MatrixProxyNocopy & | operator= (const MatrixBase< E > &rhs) && |
![]() | |
constexpr value_type | operator() (std::size_t i) const |
static polymorphic virtual-like member functions More... | |
constexpr value_type | operator() (std::size_t i, std::size_t j) const |
constexpr value_type | operator[] (std::size_t i) const |
constexpr const derived_type & | derived () const |
constexpr derived_type & | derived () |
Additional Inherited Members | |
![]() | |
enum | |
using | derived_type = MatrixProxyNocopy< ExprType > |
using | derived_traits = internal::math::traits< derived_type > |
using | value_type = typename derived_traits::value_type |
|
inlineexplicit |
|
inline |