EntireTwix / Matrix

a header only zero overhead matrix library for C++17 or C++20
MIT License
8 stars 1 forks source link

Math Ops #2

Closed EntireTwix closed 3 years ago

EntireTwix commented 3 years ago

math operation functionality is required for utilizing matrices easily

EntireTwix commented 3 years ago

a set of matrix operations have been identified and are in development

Properties

eigen vectors eigenvalues determinant trace norm matrix rank L1 & L2 (effectively manhattan and euclidean distance)

Arith

power transpose dot product inverse

System Solutions

numerical linear algebra gauss-jordan elimination Cramer's Rule

Derived matrices

adjacent