MCPcopy Create free account
hub / github.com/bab2min/tomotopy / getAlpha

Method getAlpha

src/python/handler/py_HDP.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64float HDPModelObject::getAlpha() const
65{
66 auto* inst = getInst<tomoto::IHDPModel>();
67 return inst->getAlpha();
68}
69
70py::UniqueObj DocumentObject::getZFromHDP() const
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected