rindow / rindow-math-matrix

The fundamental package for scientific matrix operation
https://rindow.github.io/mathematics/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Add PHP Version of top_k Function for PHPMath and LinearAlgebra #7

Closed CodeWithKyrian closed 6 months ago

CodeWithKyrian commented 6 months ago

This pull request adds the PHP implementation of the top_k function to the PHPMath library, aligning it with the C library implementation pending approval (see C Library Implementation PR).

Key Features:

Please review the implementation and let me know if there are any suggestions or concerns. Thank you!