c_dbcsr_dot_s Subroutine

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

Arguments

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