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

◆ submatrix() [1/2]

template<typename MatType>
SubMatrix< MatType > submatrix ( MatType & m)

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

202{
203 return SubMatrix<MatType>(m);
204}

Referenced by TEST(), and HomotopyConcrete< RT, FixedPrecisionHomotopyAlgorithm >::track().