-
Notifications
You must be signed in to change notification settings - Fork 0
tlehman/matrix_adt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Matrix Abstract Data Type (last updated in 2008) * This is a data type meant to be used in * Linear Algebra calculations. * The Matrix ADT can assume any size ( ROWSxCOLS ) * Matrices can be * 1. Added * 2. Multiplied * 3. Transposed * 4. Inverted // NOT YET DEFINED * * Matrices can be used to solve linear systems or to * perform linear transformations such as rotations and * projections. Future Plans: * Implement: Inversion Eigenvalues & Eigenvectors * Generalize to Template for use with any type that supports + and * operators * Integrate with Boost Graph Library's adjacency_matrix type
About
Matrix Abstract Data Type, for linear algebra
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published