c_dbcsr_dot_c Subroutine

private subroutine c_dbcsr_dot_c(c_matrix_a, c_matrix_b, c_result) bind(C, name="c_dbcsr_dot_c")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), VALUE :: c_matrix_a
type(c_ptr), intent(in), VALUE :: c_matrix_b
complex(kind=c_float_complex), intent(inout) :: c_result