|
Macaulay2 Engine
|
#include <mat-arith.hpp>
Public Member Functions | |
| SubMatrix (MatType &m) | |
| SubMatrix (MatType &m, long x, long y, long nrows, long ncols) | |
| bool | sameSize (const SubMatrix &b) const |
| void | operator= (int x) |
| void | operator= (SubMatrix< MatType > src) |
| void | operator+= (SubMatrix< MatType > src) |
| template<typename ElementType> | |
| void | addMultipleTo (ElementType &c, SubMatrix< MatType > src) |
| template<typename ElementType> | |
| void | operator*= (ElementType &c) |
Public Attributes | |
| MatType & | matrix |
| const long | begin_row |
| const long | end_row |
| const long | begin_column |
| const long | end_column |
Definition at line 81 of file mat-arith.hpp.