Giter Site home page Giter Site logo

tridiag's Introduction

Copyright (c) 2016 Alex Kramer <[email protected]>
See the LICENSE.txt file at the top-level of this distribution.

Description
===========
Fortran library to help handle linear algebra problems involving positive
definite tridiagonal matrices. There are two separate implementations:

[TODO]
* LAPACK interfaces for various classes of positive definite tridiagonal
  matrices. This also includes a set of interfaces to LAPACK's
  eigendecompostion routines for symmetric positive definite tridiagonal
  matrices.

[IMPLEMENTED]
* A "reference" implementation of the Thomas algorithm (modified Gaussian
  elimination) for various classes of positive definite tridiagonal matrices.
  Especially for tridiagonal matrices with symmetry and / or constant elements,
  some of these routines may be preferable to the LAPACK interfaces.

At some point, a ScaLAPACK interface may also be added.

There is also a module which performs optimized matrix-vector multiplication
for tridiagonal matrices.

Required dependencies
=====================
* Fortran compiler (most recently tested on GNU Fortran 6.1)
* (Optional) LAPACK (most recently tested on LAPACK 3.6.0)

Basic setup
===========
The following will download and build all the tridiagonal libraries:

    https://github.com/kramer314/tridiag.git
    cd ./tridiag/
    scons

tridiag's People

Contributors

kramer314 avatar

Watchers

 avatar  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.