Basis [ITL Home] Programmers Guide
  Contents | Index |  Search 


Category:containers Component type:concept
Description

Basis

Basis is a concept for orthogonal vectors in GMRES algorithm. Here are the requirements if KS is the object whose type models Basis:
  • KS[i]: the ith orthogonal vector
  • orthogonalize(KS, v, i): the function to perform orthogonalization
  • combine(KS, s, x, i): the function to update solution vector x
Models
Notes
See also

[ITL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.