summaryrefslogtreecommitdiff
path: root/vector.c
Commit message (Collapse)AuthorAge
* Used forward declaration in vector.hJasper8 days
| | | | | | | Also added tag 'Matrix' to struct 'Matrix'. Makes forwards declaration available for 'Matrix'. Avoids having to import matrix.h in vector.h (and the other way around), when accessing matrix functionality.
* Reordered includesJasper8 days
|
* FormattingJasper8 days
|
* Added vector structJasper8 days
It's completely based on the existing matrix struct and its functions.