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

◆ makeNTLMatrixZZ()

NTL::mat_ZZ * makeNTLMatrixZZ ( int nrows,
int ncols )
extern

Definition at line 48 of file ntl-internal.cpp.

49{
50 NTL::mat_ZZ *X = new NTL::mat_ZZ;
51 X->SetDims(nrows, ncols);
52 return X;
53}

Referenced by mutableMatrix_to_NTL_mat_ZZ().