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

Function unitVector0

Singular/dyn_modules/python/wrapper.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using namespace boost::python;
31
32Vector unitVector0(int i)
33{
34 return unitVector(i,currRing);
35}
36
37void different_ring_translator(DifferentDomainException const& x)
38{

Callers

nothing calls this directly

Calls 1

unitVectorFunction · 0.70

Tested by

no test coverage detected