FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
manipmatrixmodule::dyadic_product Interface Reference

Dyadic product between two vectors. More...

Public Member Functions

real(dp) function, dimension(size(x), size(x)) travmulv (x)
 Returns the dyadic vector product xTx. More...
 
real(dp) function, dimension(size(x), size(y)) traumulv (x, y)
 Returns the dyadic vector product xTy. More...
 

Detailed Description

Dyadic product between two vectors.

Member Function/Subroutine Documentation

◆ traumulv()

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 xTy.

Author
Knut Morten Okstad
Date
Jun 2004

◆ travmulv()

real(dp) function, dimension(size(x),size(x)) manipmatrixmodule::dyadic_product::travmulv ( real(dp), dimension(:), intent(in)  x)

Returns the dyadic vector product xTx.

Author
Karl Erik Thoresen
Date
Aug 1999

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