Coder Social home page Coder Social logo

sinv's Introduction

SINV : Selected Inversion Library

Implementations of several shared and distributed memory selected-inversion algorithms. These algorithms performs efficient inversion on block tridiagonal matrices.

Solvers: $A \cdot X = B$:

RGF (Recursive Green's Function)

@reference: https://doi.org/10.1063/1.1432117
Serial, non-pivoting, block-tridiagonal matrix selected inversion algorithm.

RGF 2-sided

@reference: https://doi.org/10.1007/s10825-013-0458-7
2-processes parallel version of RGF.

BCR-Serial (Block Cyclic Reduction)

@reference: https://doi.org/10.1016/j.jcp.2009.03.035
@reference: https://doi.org/10.1017/CBO9780511812583
Serial, non-pivoting, block tri-diagonal matrix selected inversion algorithm.

BCR-Parallel (Block Cyclic Reduction)

@reference: https://doi.org/10.1017/CBO9780511812583
Multi-processes version of BCR-Serial.

PSR (Parallel Schur reduction)

@reference: https://doi.org/10.1016/j.jcp.2009.03.035
Multi-processes, Schur-complement reduction based, block-tridiagonal matrix selected inversion algorithm.

PDIV/PairWise (P-Divisions)

@reference: https://doi.org/10.1063/1.2748621
@reference: https://doi.org/10.1063/1.3624612
@reference: https://doi.org/10.1007/978-3-319-78024-5_55

pdiv_localmap:

Specific implementation of PDIV/PairWise algorithm that leave the partitions on the processes and perform the update steps locally. Final results are scattered on the processes.

sinv's People

Contributors

vincent-maillou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.