VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
|
Solve a linear system of equations using dgesv
.
More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | solver (amat, b, m, nrhs, info) |
Solve a linear system of equations using dgesv . | |
Solve a linear system of equations using dgesv
.
Definition in file solver.f90.
subroutine solver | ( | real(rprec), dimension(m,m), intent(inout) | amat, |
real(rprec), dimension(m,nrhs), intent(inout) | b, | ||
integer, intent(in) | m, | ||
integer, intent(in) | nrhs, | ||
integer, intent(out) | info ) |
Solve a linear system of equations using dgesv
.
amat | coefficient matrix, size (m x m) |
b | right-hand side(s), size (m x nrhs) |
m | number of free parameters (=number of rows, cols in amat) |
nrhs | number of right-hand sides to solve simultaneously |
info | error flag |
Definition at line 11 of file solver.f90.
Referenced by getbsubs(), and vacuum().