An open API service indexing awesome lists of open source software.

https://github.com/coderjo-pro/cpp-array2d

A C++ Library about 2D array template classes, grid and mathematical operations of matrices.
https://github.com/coderjo-pro/cpp-array2d

2d-arrays cplusplus cpp cpp-library cpp17 grid grid-system matrices matrix matrix-calculations matrix-library

Last synced: 8 months ago
JSON representation

A C++ Library about 2D array template classes, grid and mathematical operations of matrices.

Awesome Lists containing this project

README

          

# Cpp-Array2D

A C++ library for grid template classes, with the C++17 standard.

## Support

This is a library for C++ 2 dimensional array templates, they all conformed the STL container.

## About

Since 2D array is a common use case, and I myself also need this type of API, so I decided to create this library. Welcome you all to improve this as you like. Cheers!

## Content Overview

In this library, A grid template class is included:

```c++
template
class grid;
```