/matrix_views

C++20 library implementing views and iterators for matrices

Primary LanguageC++MIT LicenseMIT

matrix_views

Prerequisites

  • A compiler that supports C++20 standard
  • CMake
  • GTest

Features

  • This is a tiny C++20 library implementing views and iterators for matrices

Build and test

mkdir build && cd build && cmake .. && cmake --build . && clear && ctest

Usage

  • Examples of how to use the iterators and the base _matrix class can be found in the tests directory