OpenCMISS-Iron Internal API Documentation
hamilton_jacobi_equations_routines::VECTOR_VECTOR_PRODUCT Interface Reference

Calculates and returns the VECTOR-VECTOR-prouct of the double precision VECTOR A*B in C. More...

Private Member Functions

subroutine vector_vector_product (A, B, C, Err)
 

Detailed Description

Calculates and returns the VECTOR-VECTOR-prouct of the double precision VECTOR A*B in C.

Definition at line 4331 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::VECTOR_VECTOR_PRODUCT::vector_vector_product ( real(dp), dimension(3), intent(in)  A,
real(dp), dimension(3), intent(in)  B,
real(dp), intent(out)  C,
integer(intg)  Err 
)
private
Parameters
[in]aThe A VECTOR
[in]bThe B VECTOR
[out]cOn exit, the product SCALAR C=A*B
errThe error code

Definition at line 4332 of file Hamilton_Jacobi_equations_routines.f90.