|   | Name | Description | 
|---|
   | SolvePD(DoubleHermCsrSparseMatrix, DoubleComplexMatrix) | 
            Solves the linear system AX = B where A is a 
            Hermitian, positive definite sparse matrix.
             | 
   | SolvePD(DoubleHermCsrSparseMatrix, DoubleComplexVector) | 
            Solves the linear system Ax = b where A is a 
            Hermitian, postive definite, sparse matrix.
             | 
   | SolvePD(DoubleSymCsrSparseMatrix, DoubleMatrix) | 
            Solves the linear system AX = B where A is a 
            symmetric, positive definite sparse matrix.
             | 
   | SolvePD(DoubleSymCsrSparseMatrix, DoubleVector) | 
            Solves the linear system Ax = b where A is a 
            symmetric, postive definite, sparse matrix.
             | 
   | SolvePD(FloatHermCsrSparseMatrix, FloatComplexMatrix) | 
            Solves the linear system AX = B where A is a 
            Hermitian, positive definite sparse matrix.
             | 
   | SolvePD(FloatHermCsrSparseMatrix, FloatComplexVector) | 
            Solves the linear system Ax = b where A is a 
            Hermitian, postive definite, sparse matrix.
             | 
   | SolvePD(FloatSymCsrSparseMatrix, FloatMatrix) | 
            Solves the linear system AX = B where A is a 
            symmetric, positive definite sparse matrix.
             | 
   | SolvePD(FloatSymCsrSparseMatrix, FloatVector) | 
            Solves the linear system Ax = b where A is a 
            symmetric, postive definite, sparse matrix.
             |