Skip to content

YanjieHe/MatrixLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MatrixLibary

I implemented this matrix library in C#, which can be used to do matrix computation and solve linear equations.

The main algorithms in the matrix library are as followings:

  • LU Decomposition
  • QR Decomposition
  • Conjugate Gradient
  • Gauss Elimination
  • Linear Least Squares

About

A matrix library written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages