/MatrixAlgorithms

Primary LanguageC++MIT LicenseMIT

Matrix Algorithms

Build Status GitHub license GitHub contributors GitHub issues GitHub pull-requests GitHub pull-requests closed

Implemented operations with matrices:

  • Equality
  • Addition
  • Subtraction
  • Scalar multiplication
  • Matrix multiplication
  • Generating identity matrix
  • Generating matrix of zeros
  • Generating matrix of ones
  • Matrix inverstion
  • Transpose of a matrix
  • Determinant of a matrix
  • Concatenating of matrices