Cartesius Library
vectors::operator(*) Interface Reference

Public Member Functions

type(vector) function vector_times_real (vec_1, real_2)
 
type(vector) function real_times_vector (real_1, vec_2)
 
type(vector) function vector_times_int (vec_1, int_2)
 
type(vector) function int_times_vector (int_1, vec_2)
 

Member Function/Subroutine Documentation

◆ int_times_vector()

type (vector) function vectors::operator(*)::int_times_vector ( integer, intent(in)  int_1,
type (vector), intent(in)  vec_2 
)
Here is the call graph for this function:

◆ real_times_vector()

type (vector) function vectors::operator(*)::real_times_vector ( real, intent(in)  real_1,
type (vector), intent(in)  vec_2 
)
Here is the call graph for this function:

◆ vector_times_int()

type (vector) function vectors::operator(*)::vector_times_int ( type (vector), intent(in)  vec_1,
integer, intent(in)  int_2 
)
Here is the call graph for this function:

◆ vector_times_real()

type (vector) function vectors::operator(*)::vector_times_real ( type (vector), intent(in)  vec_1,
real, intent(in)  real_2 
)
Here is the call graph for this function:

The documentation for this interface was generated from the following file: