/cpp_matrix_manipulation_library

The Matrix Library in C++ is a versatile, user-friendly class for efficient matrix manipulation. It supports dynamic creation and specialized constructors for 2x2, 3x3, and 4x4 matrices. The library includes essential operations like sum, average, row/column totals, and transposition. It ensures stable, dynamic memory management for various matrix

Primary LanguageC++

Stargazers