예제 #1
0
파일: main.go 프로젝트: ziutek/de
func cost(m *matrix.Dense) float64 {
	return Cost(m.Elems())
}