grid_tools  1.6.0
 All Data Structures Files Functions Variables
pmat2::wrtb Interface Reference

Private Member Functions

subroutine wrtb (m1, m2, mah1, mah2, a)
 Convenient routine for interactively writing out the real contents of a band matrix. More...
 

Detailed Description

Definition at line 83 of file pmat2.f90.

Constructor & Destructor Documentation

subroutine pmat2::wrtb::wrtb ( 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(in)  a 
)
private

Convenient routine for interactively writing out the real contents of a band matrix.

Parameters
[in]m1number of rows of full matrix
[in]m2number of columns of full matrix
[in]mah1number of sub-diagonals
[in]mah2number of super-diagonals
[in]acontents of single precision real band matrix.
Author
R. J. Purser, Tsukasa Fujita (JMA)
Date
1999

Definition at line 1340 of file pmat2.f90.


The documentation for this interface was generated from the following file: