Skip to content
/ mat Public

Playing with Go generics and matrices

Notifications You must be signed in to change notification settings

dr2chase/mat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mat

This is an experimental use of Go generics to implementation matrix and vector operations over elements from a "Field".

All of this is subject to change at any moment.

TODO: would be interesting to see if operations could be "thunked", meaning evaluation deferred until it's useful to do it, in hopes of doing reassociation and temporary layout choices that produce faster results.

About

Playing with Go generics and matrices

Resources

Stars

Watchers

Forks