Macaulay2 Engine
Loading...
Searching...
No Matches
SubMatrix< MatType > Struct Template Reference

#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

Detailed Description

template<typename MatType>
struct SubMatrix< MatType >

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


The documentation for this struct was generated from the following file: