allocate_yale_sparse Subroutine

public subroutine allocate_yale_sparse(m, n, nnz)

Arguments

Type IntentOptional Attributes Name
type(yale_sparse), intent(inout) :: m

Matrix to be initialized

integer(kind=ip), intent(in) :: n

Major dimension for the matrix

integer(kind=ip), intent(in) :: nnz

Number of nonzero element for the matrix


Called by

proc~~allocate_yale_sparse~~CalledByGraph proc~allocate_yale_sparse allocate_yale_sparse proc~allocate_tree allocate_tree proc~allocate_tree->proc~allocate_yale_sparse proc~init_as_octatree init_as_octatree proc~init_as_octatree->proc~allocate_tree proc~init_as_ribtree init_as_ribtree proc~init_as_ribtree->proc~allocate_tree proc~fmm_coordinates_update fmm_coordinates_update proc~fmm_coordinates_update->proc~init_as_octatree proc~mmpol_prepare mmpol_prepare proc~mmpol_prepare->proc~fmm_coordinates_update proc~c_ommp_set_fmm_distance C_ommp_set_fmm_distance proc~c_ommp_set_fmm_distance->proc~fmm_coordinates_update proc~update_coordinates update_coordinates proc~update_coordinates->proc~fmm_coordinates_update proc~c_ommp_set_fmm_min_cell_size C_ommp_set_fmm_min_cell_size proc~c_ommp_set_fmm_min_cell_size->proc~fmm_coordinates_update proc~mmpol_init_from_mmp mmpol_init_from_mmp proc~mmpol_init_from_mmp->proc~mmpol_prepare proc~mmpol_init_from_xyz mmpol_init_from_xyz proc~mmpol_init_from_xyz->proc~mmpol_prepare proc~ommp_system_from_qm_helper ommp_system_from_qm_helper proc~ommp_system_from_qm_helper->proc~mmpol_prepare proc~c_ommp_update_coordinates C_ommp_update_coordinates proc~c_ommp_update_coordinates->proc~update_coordinates proc~ommp_init_mmp ommp_init_mmp proc~ommp_init_mmp->proc~mmpol_init_from_mmp proc~c_ommp_system_from_qm_helper C_ommp_system_from_qm_helper proc~c_ommp_system_from_qm_helper->proc~ommp_system_from_qm_helper proc~ommp_init_xyz ommp_init_xyz proc~ommp_init_xyz->proc~mmpol_init_from_xyz proc~c_ommp_init_mmp C_ommp_init_mmp proc~c_ommp_init_mmp->proc~ommp_init_mmp proc~c_ommp_init_xyz C_ommp_init_xyz proc~c_ommp_init_xyz->proc~ommp_init_xyz

Contents