Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create matrixLab.yml #4663

Merged
merged 3 commits into from
Jul 14, 2024
Merged

Create matrixLab.yml #4663

merged 3 commits into from
Jul 14, 2024

Conversation

bvks2020sameer
Copy link
Contributor

matrixLab is a set of C++ libraries to solve fundamental matrix functions matrixLab primarily constitutes of 5 different libraries

  1. vector.h to handle all vector operations
  2. matrix.h to handle all matrix operations
  3. crammer.h to solve a set of linear equations
  4. orthogonalization.h to orthogonalize a matrix
  5. eigen.h to find eigen values of a matrix and upper triangular matrix

matrixLab is a set of C++ libraries to solve fundamental matrix functions matrixLab primarily constitutes of 5 different libraries

1. vector.h to handle all vector operations
2. matrix.h to handle all matrix operations
3. crammer.h to solve a set of linear equations
4. orthogonalization.h to orthogonalize a matrix
5. eigen.h to find eigen values of a matrix and upper triangular matrix
@shiftbot
Copy link
Collaborator

👋 I'm a robot checking the state of this pull request to save the human reviewers time. I noticed this PR added or modififed the data files under _data/projects/ so I had a look at what's changed.

As you make changes to this pull request, I'll re-run these checks.

_data/projects/matrixLab.yml

A label named enhancement has been found on GitHub and it currently has 1 issue - this should be ready to merge!

@bvks2020sameer
Copy link
Contributor Author

matrixLab is a C++ implementation to solve various fundamental matrix problems or requirements that one may face during the development of various algorithms like machine learning, aerial robotics, etc. C++ being extremely fast over other languages like python , java, etc enables this library to be used in various real time applications. Also the cmake build enables cross platform development and development on arm based 64 bit embedded computers

@bvks2020sameer
Copy link
Contributor Author

Added Documentation and python wrapper code

@shiftkey shiftkey merged commit 7e12e2d into up-for-grabs:gh-pages Jul 14, 2024
8 checks passed
@bvks2020sameer
Copy link
Contributor Author

Thankyou for the merge . Really looking forward to take the project to a new Great Heights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants