| igraph Reference Manual |
|---|
typedef int igraph_arpack_function_t(igraph_real_t *to, const igraph_real_t *from, long int n, void *extra);
Arguments:
|
Pointer to an |
|
Pointer to an |
|
The length of the vector (which is the same as the order of the input matrix). |
|
Extra argument to the matrix-vector calculation
function. This is coming from the |
Returns:
Error code, if not zero, then the ARPACK solver considers this as an error, stops and calls the igraph error handler. |
<< 2.2. igraph_arpack_storage_t — Storage for ARPACK |
2.4. igraph_arpack_options_init — Initialize ARPACK options >> |