stankudrow / S21_MatrixPlusPlus

C++ templated Matrix class.

Home Page:https://21-school.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s21_matrix++

The enhancement of the School21 Matrix+ project.

General information

The idea is to get familiar with classes in C++ by implementing a Matrix class.

This implementation extends the original task:

  • it is template-based;
  • it accepts only arithmetic types;

Tech details

Tested on the Ubuntu 22.04 Jelly Fish LTS.

  • sudo apt install build-essential - C/C++ and other compilers
  • sudo apt install make
  • sudo apt install clang-format
  • sudo apt install lcov - coverage

About

C++ templated Matrix class.

https://21-school.ru/

License:Other


Languages

Language:C++ 88.0%Language:Makefile 12.0%