mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-19 15:35:05 +00:00
[PR #990] [CLOSED] feat: Matrix transpose #1528
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/990
Author: @jerr-it
Created: 10/4/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
ba8e265feat: Added matrix transposefcadfb2updating DIRECTORY.md59319a8Improved docs565646aMerge branch 'master' of https://github.com/jerr-it/Cd7d3301Improved docs📊 Changes
2 files changed (+152 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
numerical_methods/matrix_transpose.c(+151 -0)📄 Description
Description of Change
Added matrix struct, transpose method (numerical methods category)
Checklist
Notes: Matrix transpose. Includes general matrix struct and allocation/free methods. Might be handy for other matrix operations
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.