Macaulay2 Engine
Loading...
Searching...
No Matches

◆ sameSize()

template<typename MatType>
bool SubMatrix< MatType >::sameSize ( const SubMatrix< MatType > & b) const
inline

Definition at line 107 of file mat-arith.hpp.

108 {
109 return (end_row - begin_row == b.end_row - b.begin_row) and
111 }
const long begin_row
Definition mat-arith.hpp:84
const long begin_column
Definition mat-arith.hpp:86
const long end_column
Definition mat-arith.hpp:87
const long end_row
Definition mat-arith.hpp:85

References begin_column, begin_row, end_column, end_row, and SubMatrix().

Referenced by addMultipleTo(), operator+=(), and operator=().