示例#1
0
文件: main.go 项目: ziutek/de
func cost(m *matrix.Dense) float64 {
	return Cost(m.Elems())
}