CMR
1.3.0
|
#include <enumeration.hpp>
Public Types | |
typedef int | value_type |
Public Member Functions | |
empty_bottom_left_modifier (size_pair_t split) | |
value_type | operator() (size_t i, size_t j, value_type value) |
This functor is a modifier for a modified matrix. It takes a split point. The part left and below from the point is made zero.
|
inline |
Constructs the modifier.
split | A given split point for this modifier |
|
inline |
Semantic of this functor: Make the bottom left part zero.
i | A row |
j | A column |
value | The value of the corresponding entry. |