Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n_rows | |||
integer, | intent(in) | :: | n_columns | |||
integer, | intent(in) | :: | nnz |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n_rows | |||
integer, | intent(in) | :: | n_columns | |||
integer, | intent(in) | :: | nnz |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_SparseMatrix_sp), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | row | |||
integer, | intent(in) | :: | start_column | |||
real(kind=sp), | intent(in) | :: | v(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_SparseMatrix_sp), | intent(in) | :: | A | |||
real(kind=sp), | intent(in) | :: | x(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_SparseMatrix_sp), | intent(in) | :: | A | |||
real(kind=dp), | intent(in) | :: | x(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_SparseMatrix_sp), | intent(in) | :: | A(:) | |||
real(kind=sp), | intent(in) | :: | x(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_SparseMatrix_sp), | intent(in) | :: | A(:) | |||
real(kind=dp), | intent(in) | :: | x(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_SparseMatrix_sp), | intent(in) | :: | A |
private function new_csr_matrix_dp (n_rows, n_columns, nnz) |
private function new_csr_matrix_sp (n_rows, n_columns, nnz) |