Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
elpa_uninit(3)		    Library Functions Manual		  elpa_uninit(3)

NAME
     elpa_uninit - uninitializes the ELPA library

SYNOPSIS
   FORTRAN INTERFACE
     use elpa

     call elpa_uninit (error)

     With the definitions of the input and output variables:

     integer, optional :: error
	    The error code

   C/C++ INTERFACE
     #include <elpa/elpa.h>

     void elpa_uninit (int *error);

     With the definitions of the input and output variables:

     int  error*;
	    The error code

DESCRIPTION
     Uninitializes  the ELPA library after usage. The function elpa_init(3) must
     have been called BEFORE elpa_uninit can be called.

SEE ALSO
     elpa2_print_kernels(1) elpa_init(3) elpa_allocate(3) elpa_set(3)  elpa_str-
     err(3)  elpa_eigenvalues(3)  elpa_eigenvectors(3) elpa_cholesky(3) elpa_in-
     vert_triangular(3)   elpa_solve_tridiagonal(3)   elpa_hermitian_multiply(3)
     elpa_setup(3) elpa_deallocate(3)

ELPA				 Thu Nov 28 2024		  elpa_uninit(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=elpa_uninit&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help