Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
using namespace boost::python;
31
32
Vector unitVector0(int i)
33
{
34
return unitVector(i,currRing);
35
}
36
37
void different_ring_translator(DifferentDomainException const& x)
38
{
Callers
nothing calls this directly
Calls
1
unitVector
Function · 0.70
Tested by
no test coverage detected