Package smile.linalg


package smile.linalg
The linear algebra algorithms. It relies on BLAS, LAPACK, and ARPACK to provide efficient low level implementations of standard linear algebra algorithms.
  • Enum Classes
    Class
    Description
    The flag if a triangular matrix has unit diagonal elements.
    THe option of eigenvalue range.
    The option if computing eigen vectors.
    Matrix layout.
    The flag if the symmetric matrix A appears on the left or right in the matrix-matrix operation.
    The option if computing singular vectors.
    Matrix transpose.
    The format of packed matrix storage.