CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | tridiagonal_nrhs (a, b, n, m, nrhs) |
subroutine tridiagonal_nrhs | ( | real*8, dimension(3,n), intent(inout) | a, |
real*8, dimension(nrhs,n), intent(inout) | b, | ||
integer, intent(in) | n, | ||
integer, intent(in) | m, | ||
integer, intent(in) | nrhs | ||
) |