Skip to content

ajesusflores/IronMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IronMatrix

Linear algebra for C#

[Under Development]

Roadmap:

  • Matrix and Vector support:
    • Scale Vector
    • Scale Matrix
    • Vector Addition
    • Matrix Addition
    • Vector Substraction
    • Scaled Vector Addition
    • Dot product
      • Implement Slicing to improve performance
    • Vector Length [norm=2 (Euclidean), norm=1 (Manhattan), norm=n]
      • Implement Slicing to improve performance
      • Avoid possible Overflow for big numbers
    • Calculate Orthogonal Vector
    • Matrix and Vector multiplication
    • Generate Matrices
      • Zeroes Matrix
      • Identity Matrix
    • Transpose Matrix

About

Linear algebra for C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages