Skip to content

Releases: ForceBru/Matrix

Mostly stable version with many new features included

05 Dec 17:13
Compare
Choose a tag to compare

This version fixes bugs with matrix multiplication and comparison and introduces new features.

  • There are now more methods to fill a matrix with data
  • Non-C++11 compilers are now supported

First mostly stable release

21 Nov 19:10
Compare
Choose a tag to compare
  • Supports all mathematical operations
    • addition
    • subtraction
    • multiplication (matrix by matrix and matrix by number)
    • division by numbers
  • Easy function vectorization
  • Exponentiation
  • Squaring matrices
  • Identity matrices support
  • Simple and fast transposing