Skip to content

Extension of javax.vecmath.GMatrix for solving linear systems, plus some random geometry classes for computing intersections (plane, line)

Notifications You must be signed in to change notification settings

IntractableQuery/linear-algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

About

I wrote this library shortly after taking a linear algebra class. I was interested in some game-related concepts that involved a lot of line/plane intersections. I didn’t find a particular Java library to my liking (although there certainly are good math libraries out there), and I sort of wanted to experience writing a library for myself, so I produced this.

One class of particular use is AdvancedGMatrix. It extends from javax.vecmath.GMatrix and allows you to solve linear systems expressed using the matrix.

Note that this requires the javax.vecmath library.

What might be useful

Unit tests!

License

You may assume all code is provided under GPLv3.

About

Extension of javax.vecmath.GMatrix for solving linear systems, plus some random geometry classes for computing intersections (plane, line)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages