|
Graphite Version 3
An experimental 3D geometry processing program
|
Internal OpenNL functions that interfaces ARPACK. More...
#include "nl_private.h"Go to the source code of this file.
Functions | |
| NLboolean | nlInitExtension_ARPACK (void) |
| Initializes the ARPACK extension. | |
| NLboolean | nlExtensionIsInitialized_ARPACK (void) |
| Tests whether the ARPACK extension is initialized. | |
| void | nlEigenSolve_ARPACK (void) |
| Solves the eigen problem in the current context using ARPACK. | |
Internal OpenNL functions that interfaces ARPACK.
Definition in file nl_arpack.h.
| NLboolean nlExtensionIsInitialized_ARPACK | ( | void | ) |
Tests whether the ARPACK extension is initialized.
| NL_TRUE | if the extension is initialized |
| NL_FALSE | otherwise |
| NLboolean nlInitExtension_ARPACK | ( | void | ) |
Initializes the ARPACK extension.
This dynamically loads the SuperLU library available in the system (if available) and retrieves the symbols in there. It supports SuperLU 5.x.
| NL_TRUE | if ARPACK could be successfully dynamically loaded and all functions could be found in it. |
| NL_FALSE | otherwise. |