Skip to content

AvirukBasak/libmatrix-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages