Skip to content

Vitorbnc/LinAlg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinAlg

Simple Linear Algebra Class for Java, mostly with Static Methods

How to use

Just download the class and use it in your project. No external dependencies.

What is included

Matrix inversion, multiplication, subtraction, factorization, transpose, and more

Perfomance

LinAlg aims for simplicity, but in the small benchmarks I ran it outperformed Matlab by a wide margin!

Known bugs

The QR factoring method needs to be improved for rectangular matrices

About

Simple Linear Algebra Class for Java, but only with static methods!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages