See interface #new
More...
|
subroutine | new_dim_ (this, nr, nc, nz) |
|
subroutine | new_copy_ (this, nr, nc, nz, cptr, row) |
|
subroutine | new_dim_ (this, nr, nc, nz) |
|
subroutine | new_copy_ (this, nr, nc, nz, cptr, row) |
|
subroutine new_copy_ |
( |
class(lsm_csc), intent(inout) |
this, |
|
|
integer(il_), intent(in) |
nr, |
|
|
integer(il_), intent(in) |
nc, |
|
|
integer(il_), intent(in) |
nz, |
|
|
integer(il_), dimension(nc), intent(in) |
cptr, |
|
|
integer(il_), dimension(nz), intent(in) |
row |
|
) |
| |
|
private |
- Parameters
-
[in,out] | this | the new sparse matrix |
[in] | nr | number of rows of the matrix |
[in] | nc | number of columns of the matrix |
[in] | nz | number of non-zero elements of the matrix |
[in] | cptr | column pointers (at least size nc ) |
[in] | row | row-indices for the sparse elements |
subroutine new_dim_ |
( |
class(lsm_csc), intent(inout) |
this, |
|
|
integer(il_), intent(in) |
nr, |
|
|
integer(il_), intent(in) |
nc, |
|
|
integer(il_), intent(in) |
nz |
|
) |
| |
|
private |
- Parameters
-
[in,out] | this | the sparse matrix |
[in] | nr | number of rows of the matrix |
[in] | nc | number of columns of the matrix |
[in] | nz | number of non-zero elements the matrix |
The documentation for this interface was generated from the following files: