Git Product home page Git Product logo

abduld / gonum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gonum/gonum

0.0 3.0 0.0 10.87 MB

Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more

Home Page: https://www.gonum.org/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.16% Go 89.15% TeX 0.26% Makefile 0.05% MATLAB 0.22% Assembly 2.56% Fortran 7.60%

gonum's Introduction

Gonum Build Status Coverage Status GoDoc Go Report Card

Installation

The core packages of the gonum suite are written in pure Go with some assembly. Installation is done using go get.

go get -u gonum.org/v1/gonum/...

Supported Go versions

Gonum supports and tests on the three most recent major versions of Go.

Build tags

The gonum packages use a variety of build tags to set non-standard build conditions. 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.

The current list of non-internal tags is as follows:

  • appengine — do not use assembly or unsafe
  • safe — synonym for appengine
  • bounds — use bounds checks even in internal calls
  • cblas — use CGO gonum.org/v1/netlib/blas/netlib BLAS implementation in tests (only in mat package)
  • noasm — do not use assembly implementations
  • tomita — use Tomita, Tanaka, Takahashi pivot choice for maximimal clique calculation, otherwise use random pivot (only in topo package)

Issues

If you find any bugs, feel free to file an issue on the github issue tracker. Discussions on API changes, added features, code review, or similar requests are preferred on the gonum-dev Google Group.

https://groups.google.com/forum/#!forum/gonum-dev

gonum's People

Contributors

btracey avatar vladimir-ch avatar kortschak avatar jonlawlor avatar userab1236872 avatar kunde21 avatar sbinet avatar zeroviscosity avatar soniakeys avatar mewmew avatar fhs avatar cjslep avatar armadilloa16 avatar maxhalford avatar pradeep-pyro avatar kczimm avatar reconditematter avatar egonelbre avatar evertlammerts avatar jvlmdr avatar juroland avatar sholden avatar shawnps avatar idavydov avatar tcharding avatar kostya-sh avatar evahlis avatar sglyon avatar szaydel avatar pontusmelke avatar

Watchers

James Cloos avatar abdul dakkak avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.