grid_tools 1.14.0
|
Public Member Functions | |
pure subroutine | clib (m1, m2, mah1, mah2, a) |
Clip (set to zero) the unused values in a banded matrix representation. | |
pure subroutine | clib_c (m1, m2, mah1, mah2, a) |
Clip (set to zero) the unused values in a banded matrix representation. | |
pure subroutine | clib_d (m1, m2, mah1, mah2, a) |
Clip (set to zero) the unused values in a banded matrix representation. | |
pure subroutine pmat2::clipb::clib | ( | integer(spi), intent(in) | m1, |
integer(spi), intent(in) | m2, | ||
integer(spi), intent(in) | mah1, | ||
integer(spi), intent(in) | mah2, | ||
real(sp), dimension(m1,-mah1:mah2), intent(inout) | a ) |
Clip (set to zero) the unused values in a banded matrix representation.
[in] | m1 | number of matrix rows |
[in] | m2 | number of matrix columns |
[in] | mah1 | number of subdiagonals |
[in] | mah2 | number of superdiagonals |
[in,out] | a | single precision matrix elements, stored compactly as rows |
pure subroutine pmat2::clipb::clib_c | ( | integer(spi), intent(in) | m1, |
integer(spi), intent(in) | m2, | ||
integer(spi), intent(in) | mah1, | ||
integer(spi), intent(in) | mah2, | ||
complex(dpc), dimension(m1,-mah1:mah2), intent(inout) | a ) |
Clip (set to zero) the unused values in a banded matrix representation.
[in] | m1 | number of matrix rows |
[in] | m2 | number of matrix columns |
[in] | mah1 | number of subdiagonals |
[in] | mah2 | number of superdiagonals |
[in] | a | complex matrix elements, stored compactly as rows |
Definition at line 405 of file pmat2.f90.
References pietc::c0.
pure subroutine pmat2::clipb::clib_d | ( | integer(spi), intent(in) | m1, |
integer(spi), intent(in) | m2, | ||
integer(spi), intent(in) | mah1, | ||
integer(spi), intent(in) | mah2, | ||
real(dp), dimension(m1,-mah1:mah2), intent(inout) | a ) |
Clip (set to zero) the unused values in a banded matrix representation.
[in] | m1 | number of matrix rows |
[in] | m2 | number of matrix columns |
[in] | mah1 | number of subdiagonals |
[in] | mah2 | number of superdiagonals |
[in] | a | double precision matrix elements, stored compactly as rows |
Definition at line 387 of file pmat2.f90.
References pietc::u0.