MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / __init__

Method __init__

ar.py:561–564  ·  view source on GitHub ↗
(self, name: str = '')

Source from the content-addressed store, hash-verified

559 """Coefficient matrix A for log(distance)."""
560
561 def __init__(self, name: str = ''):
562 name = name or '1'
563 super().__init__(name)
564 self.one = self.const
565
566 def add_eq(self, l1: gm.Length, l2: gm.Length, dep: pr.Dependency) -> None:
567 l1, l2 = self.get_name([l1, l2])

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected