curvature oppairs → curvatureimport fullseye as fs; fs.ledger.shape_index_to_curvature(pairs) (実装を直接呼ぶなら import reprconv; reprconv.shape_index_to_curvature(pairs)、台帳から引くなら opsreprconv.get("shape_index_to_curvature"))形状指数と曲がり (N,2) → 主曲率 (N,2)。:func:curvature_to_shape_index の逆。
theta = pi*S/2 として k1 = C(sin+cos), k2 = C(sin-cos)。
(S, C) の定義式を解いた閉形式で、近似も反復も入っていない。
Args:
pairs: (N, 2) の [S, C]。
Returns:
(N, 2) float64 の [k1, k2](k1 >= k2)。
Raises:
ValueError: |S| > 1 / C < 0 / 形状不正 / 非有限。
py -3.11 examples/representation_roundtrip.pycurvature を入力に取れる)curvature_to_shape_index · curvature_to_table
curvature)curvature_to_shape_index · curvature_to_table
Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.