Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 608 Bytes

Matrix Library

A template library for matrix operations. Visit changelog.

Usage

View library.md for a list of all the member variables and functions available.

Example

Example code available in demo.cpp.

Features

  • creating a zero matrix of given size
  • creating a unit matrix of given size
  • get
  • set
  • equals
  • addition
  • subtraction
  • scalar multiplication
  • matrix multiplication
  • power
  • overloaded operators
  • determinant
  • transpose
  • cofactor
  • adjoint
  • inverse
  • print