up-for-grabs / up-for-grabs.net

This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
https://up-for-grabs.net/
Other
5.32k stars 2.02k forks source link

Create matrixLab.yml #4663

Closed bvks2020sameer closed 2 months ago

bvks2020sameer commented 3 months ago

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 commented 3 months ago

:wave: 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 :white_check_mark:

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

bvks2020sameer commented 3 months ago

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 commented 2 months ago

Added Documentation and python wrapper code

bvks2020sameer commented 2 months ago

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