Skip to content
View zainabnazari's full-sized avatar
🧮
🧮

Organizations

@GRTLCollaboration

Block or report zainabnazari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. advanced_programming_2021 advanced_programming_2021 Public

    Forked from asartori86/advanced_programming_2021

    C++

  2. ppmi ppmi Public

    This repository is for the analysis of Data of Parkinson's Disease

    Jupyter Notebook

  3. ppmi_data ppmi_data Public

    The files (data) required for ppmi repo

  4. Python_note Python_note Public

    This note is about python, and is constantly being improved

    TeX

  5. hash value function for a matrix mul... hash value function for a matrix multiplication
    1
    // C[] is the elements of matrix multiplication 
    2
    // we consider the hash value as zero and add the sum of the elemnt of the matrix as its value
    3
    // if the two matrices that we have computed have diffrent hash value then there would be an error in the computation of the matrics.
    4
    
                  
    5
    int hash_value = 0;
  6. GRChombo GRChombo Public

    Forked from GRTLCollaboration/GRChombo

    Main public version of the GRChombo code

    C++