Skip to content

Seveland12/mapack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapack

Mapack is a .NET class library for basic linear algebra computations.

It supports the following matrix operations and properties:

  • Multiplication, Addition, Subtraction
  • Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace,
  • Cholesky, LU, QR decomposition and equation system solver
  • Single Value Decomposition, Least Squares solver and Eigenproblem solver

The algorithms were adapted from LAPACK and the Java Matrix Package.

About

Linear algebra library for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.4%
  • Batchfile 0.6%