コード例 #1
0
ファイル: main.go プロジェクト: ziutek/de
func cost(m *matrix.Dense) float64 {
	return Cost(m.Elems())
}