LinearAlgebra  0.0
Basic template for starting out a new CMake-based project.
LinearAlgebra

Introduction

LinearAlgebra is general-purpose header-only linear algebra library.

This is developed in tandem while working through MIT OpenCourseWare's 18.06. Coding and documenting the data structures and operations aided with internalization of the concepts.

See README.md: Example Usage for example usage.

Source Tree

The C++ headers are organized as follows:

  • src/linear - Linear Algebra types and operations.
  • src/linear/base - Common support utilities and implementation details.

GitHub Repository

The LinearAlgebra project is hosted on GitHub: https://github.com/moddyz/LinearAlgebra.