gonum.org/v1/gonum@v0.14.0/doc.go (about) 1 // Copyright ©2019 The Gonum Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Gonum is a set of packages designed to make writing numerical and 6 // scientific algorithms productive, performant, and scalable. 7 // 8 // Gonum contains libraries for matrices and linear algebra; statistics, 9 // probability distributions, and sampling; tools for function 10 // differentiation, integration, and optimization; network creation and 11 // analysis; and more. 12 package gonum // import "gonum.org/v1/gonum"