FEDEM Solver
R8.0
Source code of the dynamics solver
|
Dyadic product between two vectors. More...
Public Member Functions | |
real(dp) function, dimension(size(x), size(x)) | travmulv (x) |
Returns the dyadic vector product x Tx . More... | |
real(dp) function, dimension(size(x), size(y)) | traumulv (x, y) |
Returns the dyadic vector product x Ty . More... | |
Dyadic product between two vectors.
real(dp) function, dimension(size(x),size(y)) manipmatrixmodule::dyadic_product::traumulv | ( | real(dp), dimension(:), intent(in) | x, |
real(dp), dimension(:), intent(in) | y | ||
) |
Returns the dyadic vector product x
Ty
.
real(dp) function, dimension(size(x),size(x)) manipmatrixmodule::dyadic_product::travmulv | ( | real(dp), dimension(:), intent(in) | x | ) |
Returns the dyadic vector product x
Tx
.