Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ getFVector
Method
getFVector
gfanlib/gfanlib_zfan.cpp:336–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
return 0;
335
}
336
ZVector ZFan::getFVector()const
337
{
338
ensureComplex();
339
return complex->fvector();
340
}
341
bool ZFan::isSimplicial()const
342
{
343
ensureComplex();
Callers
1
fVector
Function · 0.80
Calls
1
fvector
Method · 0.80
Tested by
no test coverage detected