MCPcopy Create free account
hub / github.com/Singular/Singular / Module

Method Module

Singular/dyn_modules/python/Ideal.h:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121{
122public:
123 Module(ideal i, ring r)
124 {
125 for(int j=0;j<IDELEMS(i);j++)
126 {
127 storage.push_back(Vector(i->m[j],r));
128 }
129 }
130 ideal as_module() const
131 {
132 //no checks for rings

Callers

nothing calls this directly

Calls 2

VectorClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected