call a%triu(u,info[,& & diag,imin,imax,jmin,jmax,rscale,cscale,l])
Returns the upper triangular part of submatrix
A(imin:imax,jmin:jmax)
, optionally rescaling row/col indices to
the range 1:imax-imin+1,1:jmax-jmin+1
, and returing the
complementary lower triangle.
psb_Tspmat_type
.
diag=1
means the
first superdiagonal, diag=-1
means the first subdiagonal.
Default 0.
a
.
psb_Tspmat_type
.
a
.
psb_Tspmat_type
.