mitsuki31 / jmatrix

A lightweight Java library for basic introduction to matrix and linear algebra concepts.
https://mitsuki31.github.io/jmatrix/
Apache License 2.0
1 stars 0 forks source link

Improving project documentation ⚡ #64

Closed mitsuki31 closed 1 year ago

mitsuki31 commented 1 year ago

What's Changed

All Commits - 45f0577 - Update the `README.md` - 6a5b081 - Update the `README.md` - 2615b7c - Update and fix bad links - 58ff892 - Small fix to `README.md` - b874465 - Update the 'Author' and 'License' section - c908297 - Several changes for `README.md` - 484b83d - Update `README.md` - 0193bcb - Update `README.md` - 5b3f14d - Fix the examples of matrix - 2f28009 - Update the 'Constructor Summary' - 1b2d895 - Improve the 'Matrix Operations' section

Summary

These changes are intended to make it easier for users to understand and use the JMatrix library. The documentation now provides clear instructions on installation, prerequisites, and usage, along with detailed examples of matrix operations and constructor usage.