Skip to content

Releases: mrc-tech/SLAP

v0.2-beta

16 Jul 18:00
Compare
Choose a tag to compare

bugfix

  • horizontal concatenate (mat_cathor)
  • QR decomposition (mat_l2norm)
  • __MSDOS__ macro
  • initial memory menagement

Eigen

  • added QR algorithm for egienvalues

Full Changelog: v0.1-alpha...v0.2-beta

v0.1-alpha

11 Jul 10:26
Compare
Choose a tag to compare

Initial release.

core

datatype

  • Creation of the matrix data structure
  • Functions for set and get matrix values
  • Initialization function

basic operations

  • Modification of the matrix structure
  • Equality
  • Transpose
  • Addition/subtraction
  • Multiplication (scalar, vector/matrix)

solvers

  • LU(P) decomposition