Giter Club home page Giter Club logo

trace-min's Introduction

 This is for CS51501 final project.


basic trace minimization alg.
Alg 11.13 of book "Parallelism in Matrix Computations"

Algorithm 11.13 The Basic trace minimization algorithm
L0: Muliti Section
L1: Choose a block size s>=p and an n*s matrix V of full rank such that V'BV = I
L2: do k=1,2,...until convergence
L3:     Compute W=AK and the interaction matrix H=V'W
L4:     Compute the eigenpaires (Y, Thi) of H. (Thi should be arranged asceding order, Y be orthogonal)
L5:     Compute the corresponding Ritz vector X = V*Y   
L6:     Compute the residuals R = WY - BXThi =(AX-BXThi)
L7:     Test for convergence
L8:     Solve the positive-semidefinite linear system(11.66) approximately via the CG scheme
L9:     B-orthonormalize( X-=delt ) 


There should be 1 Matlab version and 1 PetC version


In future, we hope that we can also get Alg 11.15.



Good Luck.


trace-min's People

Contributors

aliciaa avatar probshin avatar yeungyh avatar

Watchers

 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.