mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-29 04:53:55 +08:00
feat: Add Gram Schmidt Orthogonalisation (#1339)
* Add Gram Schmidt Orthogonalisation
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
After removing '&' while passing the parameters. The changes in array B are not reflected.
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
All the changes have been done and changes in B are also reflected.
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Fix spelling of brief
* updating DIRECTORY.md
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update gram_schmidt.cpp
* Update linear_algebra/gram_schmidt.cpp
* Update linear_algebra/gram_schmidt.cpp
* Update linear_algebra/gram_schmidt.cpp
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7b92e8d625
commit
fb5e00f5fb
@@ -115,6 +115,9 @@
|
||||
* [Linear Probing Hash Table](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/hashing/linear_probing_hash_table.cpp)
|
||||
* [Quadratic Probing Hash Table](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/hashing/quadratic_probing_hash_table.cpp)
|
||||
|
||||
## Linear Algebra
|
||||
* [Gram Schmidt](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/linear_algebra/gram_schmidt.cpp)
|
||||
|
||||
## Machine Learning
|
||||
* [Adaline Learning](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/adaline_learning.cpp)
|
||||
* [Kohonen Som Topology](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/kohonen_som_topology.cpp)
|
||||
|
||||
Reference in New Issue
Block a user