![]()  | 
  
    VCCC
    2024.05
    
   VisualCamp Common C++ library 
   | 
  
 
#include <vccc/__math/matrix/matrix_minus.hpp>
 Inheritance diagram for MatrixMinus< E >:Public Types | |
| using | lhs_type = internal::math::hold_type_selector_t< E > | 
| using | value_type = typename E::value_type | 
  Public Types inherited from MatrixBase< MatrixMinus< E > > | |
| enum | |
| using | derived_type = MatrixMinus< E > | 
| using | derived_traits = internal::math::traits< derived_type > | 
| using | value_type = typename derived_traits::value_type | 
Public Member Functions | |
| constexpr | MatrixMinus (const E &e) | 
| constexpr value_type | operator() (std::size_t i) const | 
| constexpr value_type | operator() (std::size_t i, std::size_t j) const | 
| constexpr value_type | operator[] (std::size_t i) const | 
  Public Member Functions inherited from MatrixBase< MatrixMinus< E > > | |
| 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 () | 
| using lhs_type = internal::math::hold_type_selector_t<E> | 
| using value_type = typename E::value_type | 
      
  | 
  inlineexplicitconstexpr | 
      
  | 
  inlineconstexpr | 
      
  | 
  inlineconstexpr | 
      
  | 
  inlineconstexpr |