c_dbcsr_scale_by_vector_d Subroutine

private subroutine c_dbcsr_scale_by_vector_d(c_matrix_a, c_alpha, c_alpha_size, c_side) bind(C, name="c_dbcsr_scale_by_vector_d")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), VALUE :: c_matrix_a
real(kind=c_double), intent(in) :: c_alpha(c_alpha_size)
integer(kind=c_int), intent(in), VALUE :: c_alpha_size
type(c_ptr), intent(in), VALUE :: c_side