VISH
0.2
|
SubMatrix is a Matrix with row R and column C deleted. More...
#include </home/werner/origo/vish/ocean/eagle/Matrix.hpp>
SubMatrix is a Matrix with row R and column C deleted.
The SubMatrix shares storage with a given larger matrix, no element copying occurs. The SubMatrix just provides another indexing scheme to the original data storage.
Note that it stores a reference to the original matrix, so the original matrix's lifetime must supercede this one!
anonymous enum |
Eagle::SubMatrix::SubMatrix | ( | const Matrix & | MySuperMatrix | ) | [inline] |
Construct from some matrix.
This matrix must exist through the lifetime of this SubMatrix because we store a refererence here.