Skip to content

smonnnn/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

A simple library for floating point matrices.

Features:

  • create matrices in various ways.
  • transpose matrices
  • multiply matrices by constants
  • multiply matrices by matrices
  • add constants to matrices
  • add and subtract matrices to matrices
  • add matrices to matrices element wise (hadamard product)
  • apply functions to all elements in your matrix
  • calculate the determinant of a matrix
  • calculate the dot product of a matrix

About

A simple library for matrices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published