large-matrix

There are 5 repositories under large-matrix topic.

  • ayalachn/QR_Algorithm

    QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections

    Language:C++1100
  • UmairHabib/Synchronous-100x100-Matrix-Multiplication-using-Multiple-Threads

    Developed a program to multiply two large matrices by using multiple threads. After that, Synchronously computed resultant matrix by dividing the whole task between different number of threads within efficient amount of time.

    Language:C++1100
  • Arek-KesizAbnousi/Large-Covariance-Matrices_Estimators

    Comparing three different Generalized Thresholding Estimators For Large Covariance Matrices. soft-thresholding, hard-thresholding, and adaptive-soft-thresholding Estimators.

    Language:R0100
  • pietrocima/compactMat

    Matlab matrix with unlimited size and single-digit precision

    Language:MATLAB0100
  • okamiRvS/Cholesky-Computing

    Comparison of different implementations of the Cholesky decomposition method on different open-source languages and Matlab, for the resolution of linear systems for sparse, symmetric and positive definite matrices.

    Language:C++201