Exemple #1
0
func cost(m *matrix.Dense) float64 {
	return Cost(m.Elems())
}