CUSP
Loading...
Searching...
No Matches
arnoldi.h File Reference

Arnoldi method. More...

Go to the source code of this file.

Functions

template<typename Matrix , typename Array2d >
void cusp::eigen::arnoldi (const Matrix &A, Array2d &H, size_t k=10)
 Approximate spectral radius of A using Arnoldi.
 

Detailed Description

Arnoldi method.

Definition in file arnoldi.h.