fullseye

mat_cond — MATH linalg op

使い方

Spectral (2-norm) condition number s_max / s_min — the numerical canary of the whole linalg family.

cond == 1 for an orthogonal/orthonormal matrix (the best possible); inf (returned, not raised — the question “how conditioned is it?” has that honest answer) for an exactly singular one. A solve against A loses roughly log10(cond(A)) significant digits (Golub & Van Loan §2.6):

Defined for any rectangular (m, n) matrix (via its singular values). HALCON: no direct operator (combine norm_matrix of A and of its inverse).

ファミリ共通の入力契約(fail-closed)

mathops の全 op は入力を検証してから計算する(黙って通さない):

詳しい使い方ガイド

背景知識ガイド(この op の手前にある物理・規約)

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(measurement を入力に取れる)

同カテゴリ(linalg)

mat_solve · mat_lstsq · mat_svd · mat_eigh · mat_pinv


Provenance: mathops.py — MATH operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.