sla                package:RScaLAPACK                R Documentation

_R-_S_c_a_L_A_P_A_C_K

_D_e_s_c_r_i_p_t_i_o_n:

     The R-ScaLAPACK package provides a backwards compatible interface
     to the ScaLACPACK version of several R functions which presently
     use LIN/LAPACK.

_D_e_t_a_i_l_s:

     The ScaLAPACK library performs many common linear algebra
     functions in parallel on distributed or shared memory
     architectures.  It is based on the LAPACK library.  The
     R-ScaLAPACK package provides an interface to the most common
     ScaLAPACK functions available in an R compatible form.

     All of the functions are named "sla.*", and the take the same (or
     as similar as possible) parameters as the normal R version.  All
     functions have the additional parameters of the process grid and
     block size.  A default process grid may be placed in the variable
     ".RscalaGrid", which will be used by the sla.* functions when no
     grid is given in their parameters.

_A_u_t_h_o_r(_s):

     Nagiza Samatova (samatovan@ornl.gov), Srikanth Yoginath
     (yoginathsb@ornl.gov), David Bauer (bauerda@ornl.gov)

_S_e_e _A_l_s_o:

     'sla.chol'

     'sla.chol2inv'

     'sla.eigen'

     'sla.prcomp'

     'sla.qr'

     'sla.solve'

     'sla.svd'

