Skip to content
/ gomat Public

A simple implementation of a map-backed sparse matrix in go

Notifications You must be signed in to change notification settings

agdt3/gomat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple implementation of a map-backed sparse matrix supporting:

  • addition
  • scalar multiplication
  • matrix / matrix multiplication
  • vector / vector multiplication (if a vector is a matrix with one side dimension of 1)
  • vector / matrix multiplication
  • transposition

About

A simple implementation of a map-backed sparse matrix in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages