Skip to content

ReidAtcheson/AbstractNumericalLinear

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Numerical Linear Algebra in the Abstract

Not an Ocaml expert, but playing with its facilities for abstraction to try and define important numerical linear algebra computations in the abstract, ideally without direct reference to matrix or vector entries, or even the underlying representation of numbers.

These will not be efficient, nor probably interesting to anyone else.

What is implemented thus far?

  • Gram-schmidt orthogonalization
  • Operator adjoint
    • Computed via Riesz representation theorem argument
  • Operator norm
    • Computed as sqrt of spectral radius of A'*A where A' is adjoint of A
    • Uses power iteration
    • (So may not converge if spectral radius has multiplicity>1)

About

Playing with Ocaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published