Go语⾔科学计算库Gonum学习1
Gonum
Installation 安装
The core packages of the gonum suite are written in pure Go with some assembly.
gonum套件的核⼼软件包是⽤纯Go语⾔编写的,并带有⼀些程序集。
Installation is done using go get.
使⽤go get完成安装。
go get -/v1/gonum/...
Supported Go versions 受⽀持的Go版本
Gonum supports and tests on the three most recent minor versions of Go on and .
Gonum在Linux和Windows上对Go的三个最新版本⽀持并对其进⾏测试。
Build tags 构建标签
The gonum packages use a variety of build tags to set non-standard build conditions.
gonum软件包使⽤各种构建标记来设置⾮标准构建条件。
Building gonum applications will work without knowing how to use these tags, but they can be used during testing and to control the use of assembly and CGO code.
构建gonum应⽤程序可以在不知道如何使⽤这些标签的情况下⼯作,但是可以在测试期间使⽤它们并控制汇编和CGO代码的使⽤。
The current list of non-internal tags is as follows:
当前的⾮内部标签列表如下:
appengine — do not use assembly or unsafe
appengine-请勿使⽤汇编程序或不安全的程序
safe — synonym for appengine
safe -Appengine的同义词
bounds — use bounds checks even in internal calls
bounds -即使在内部调⽤中也要使⽤边界检查
cblas — use /v1/netlib/blas/netlib BLAS implementation in tests (only in )
cblas —在测试中使⽤/v1/netlib/blas/netlib BLAS实现
noasm — do not use assembly implementations
noasm-不使⽤汇编实现
tomita — use for maximimal clique calculation, otherwise use random pivot (only in )
tomita-使⽤Tomita,Tanaka,Takahashi枢轴选择进⾏最⼤的集团计算,否则使⽤随机枢轴(仅在topo软件包中)Issues 问题
go语言安装教程If you find any bugs, feel free to file an issue on the github issue tracker.
如果发现任何错误,请随时在github问题跟踪器上提交问题。
Discussions on API changes, added features, code review, or similar requests are preferred on the gonum-dev Google Group.
在gonum-dev Google⼩组中,最好是有关API更改,附加功能,代码审查或类似要求的讨论。
License 许可
Original code is licensed under the Gonum License found in the LICENSE file.
原始代码是根据LICENSE⽂件中的Gonum许可证获得许可的。
Portions of the code are subject to the additional licenses found in THIRD_PARTY_LICENSES.
部分代码受THIRD_PARTY_LICENSES中的其他许可证约束。
All third party code is licensed either under a BSD or MIT license.
所有第三⽅代码均已获得BSD或MIT许可。
Code in graph/formats/dot is dual licensed and Gonum License, and users are free to choose the license which suits their needs for this code.
图形/格式/点中的代码是双重许可的“公共领域专⽤”和“ Gonum许可”,⽤户可以⾃由选择适合其对此代码需求的许可。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。