Skip to content

vlasovsv/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Status
NMatrix .NET Core

NMatrix

NMatrix is a general purpose matrix library that you can use to perform basic matrix operations like:

  • Addition
  • Subtraction
  • Multiplication
  • Getting a determinant
  • Transposing
  • Inversion
  • Getting a minor matrix
  • Getting an adjoint matrix
  • LU decomposition
  • LUP decomposition
  • Cholesky decomposition
  • Solving a system of linear equations