Cartesius Library
|
Public Member Functions | |
real function | dot_product (vec_1, vec_2) |
type(vector) function | matrix_action (mat, vec) |
real function vectors::operator(.i.)::dot_product | ( | type (vector), intent(in) | vec_1, |
type (vector), intent(in) | vec_2 | ||
) |
type (vector) function vectors::operator(.i.)::matrix_action | ( | real, dimension(1:3,1:3), intent(in) | mat, |
type (vector), intent(in) | vec | ||
) |