CMR
1.3.0
|
#include <find_wheel_minor.hpp>
Public Types | |
typedef int | value_type |
Public Member Functions | |
zero_block_matrix_modifier (size_t height, size_t width) | |
int | operator() (size_t i, size_t j, int value) |
A matrix proxy which makes an upper-left part zero.
typedef int tu::zero_block_matrix_modifier::value_type |
|
inline |
Constructs the modifier
height | Number of rows in the zero-part |
width | Number of columns in the zero-part |
|
inline |
Applies the modification
i | row |
j | column |
value | Original value |