Skip to content

tantanbei/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix


Matrix calculation for golang
Initial the matrix to Zeros, Ones, Eye and so on
The function conclude add, sub, multiplication, transpose and so on


##Installation Simple install the package to your $GOPATH with the go tool from shell:
go get github.com/tantanbei/matrix
Make sure Git is installed on your machine and in your system's PATH.


##Usage
Use matrix just import this package :
import "github.com/tantanbei/matrix"
and easy to initial, like :
m := matrix.NewMatrixEye(3)

About

Matrix calculation for golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages