Skip to content

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages