[Parity] Linear algebra routines missing vs numpy/scipy
This issue highlights that the `numojo/routines/linalg/` module is missing several standard linear algebra routines found in libraries like NumPy and SciPy. Key missing functionalities include norms, eigenvalue/eigenvector decomposition, singular value decomposition, QR decomposition, Cholesky decomposition, pseudoinverse, and matrix rank calculations. The suggested approach is to implement `norm` first, followed by more complex decompositions.