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

◆ SLEvaluatorConcrete() [5/5]

template<typename RT>
SLEvaluatorConcrete< RT >::SLEvaluatorConcrete ( M2_string libName,
int nInputs,
int nOutputs,
const MutableMat< SMat< RT > > * empty )

Definition at line 63 of file SLP-imp.hpp.

68 : mRing(empty->getMat().ring())
69{
70 (void) libName;
71 (void) nInputs;
72 (void) nOutputs;
73 std::cerr << "SLEvaluatorConcrete constructor not defined for sparse matrices\n";
74 abort();
75}
const RT & ring() const
Definition SLP-defs.hpp:319

References mRing, nInputs, nOutputs, and ring().