Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-37 authored Mar 30, 2023
1 parent 387d3c5 commit c13c033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# linalg
linalg :Fortran lapack interface

- type:`complex(8)` , `real(8)`,` complex(8)` , `real(4)`
- type:`complex(8)` , `real(8)`,` complex(4)` , `real(4)`

| name | Class | Description |
| :-: | :-: |:-: |
| `inv` | `function` | inverse of Matrix,return **.true.** if not singular |
| `det` | `function` | Determinant of Matrix |
| `eigh` | `subroutine` | eigenvalues and eigenvectors for Symmetry/Hermitian Matrix |
| `gemm` | `subroutine` | gemm |
| `gemv` | `subroutine` | gemv |
| `eye` | `subroutine` | eye |
| `print` | `subroutine` | print matrix |
| `geut` | `subroutine` | $U^{\dagger}AU$ or $UAU^{\dagger}$ |
Expand Down

0 comments on commit c13c033

Please sign in to comment.