ayaskovets / matrix_views

C++20 library implementing views and iterators for matrices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C++20 library implementing views and iterators for matrices

License:MIT License


Languages

Language:C++ 97.5%Language:CMake 2.5%