| lobpcg | R Documentation |
LOBPCG method descriptor.
lobpcg(maxit = 200L, preconditioner = NULL, constraints = NULL)
maxit |
Maximum LOBPCG iterations. |
preconditioner |
Optional function taking a residual block and returning a preconditioned block with the same dimensions. |
constraints |
Optional matrix whose columns span a subspace to deflate.
Iterates are kept orthogonal to this subspace in the Euclidean or
generalized |
An eigencore_method descriptor selecting LOBPCG. Built-in
standard Hermitian dense/CSC operators may use a native prototype;
unsupported cases route to the reference prototype.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.