Skip to content

Instantly share code, notes, and snippets.

@andersx
Created October 31, 2018 09:16
Show Gist options
  • Select an option

  • Save andersx/ee94a5217446eed75961e9cc179ac5b6 to your computer and use it in GitHub Desktop.

Select an option

Save andersx/ee94a5217446eed75961e9cc179ac5b6 to your computer and use it in GitHub Desktop.
to_lapack.f90
do i = 1, n
partial(:) = get_partial(i)
do j = 1, n
k(j, i) = k(j, i) + dot_product(partial(:), deriv(:, j))
enddo
enddo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment