luo4neck / Matrix-Template

Matrix calculation template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a C++ homework, but github automaticlly set the language of this homework as C.

Each of the 3 tasks include a make file, a main.cc file, a header file.

Functions like matrix add, mult, trace, determinat, number of row, number of column, all elements multiply, equal/not-equal check, write to file, reading from file, are implemented inside.

Taks 1 is for normal matrix, task 2 is for sparse matrix, task focus on trace and det of matrix of any data type.

About

Matrix calculation template


Languages

Language:C++ 98.9%Language:Makefile 1.1%