We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c587e11 commit 09f1a5bCopy full SHA for 09f1a5b
example/linalg/example_lstsq.f90
@@ -1,9 +1,7 @@
1
program example_lstsq
2
use stdlib_linalg_constants, only: dp
3
use stdlib_linalg, only: lstsq
4
- use stdlib_linalg_state, only: linalg_state_type
5
implicit none
6
- type(linalg_state_type) :: err
7
8
integer, allocatable :: x(:),y(:)
9
real(dp), allocatable :: A(:,:),b(:),coef(:)
0 commit comments