Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ getPowers
Method
getPowers
test/testfunction.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
double getMaxDegree() const;
45
46
DenseMatrix getPowers() const
47
{
48
return powers;
49
}
50
51
void save(const std::string &fileName) const override {}
52
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected