MFIX  2016-1
qmomk_tools Module Reference

Functions/Subroutines

subroutine, public det3 (A, det)
 
subroutine, public inv3 (A, B)
 
subroutine, public diag3 (a, b, c, mat)
 
subroutine, public cholesky3 (A, L)
 
subroutine, public transpose3 (A, T)
 
subroutine, public multiplymatrix3 (A, B, P)
 

Function/Subroutine Documentation

subroutine, public qmomk_tools::cholesky3 ( double precision, dimension(3,3), intent(in)  A,
double precision, dimension(3,3), intent(out)  L 
)

Definition at line 89 of file qmomk_tools_mod.f.

Here is the caller graph for this function:

subroutine, public qmomk_tools::det3 ( double precision, dimension(3,3), intent(in)  A,
double precision, intent(out)  det 
)

Definition at line 29 of file qmomk_tools_mod.f.

Here is the caller graph for this function:

subroutine, public qmomk_tools::diag3 ( double precision, intent(in)  a,
double precision, intent(in)  b,
double precision, intent(in)  c,
double precision, dimension(3,3), intent(out)  mat 
)

Definition at line 70 of file qmomk_tools_mod.f.

Here is the caller graph for this function:

subroutine, public qmomk_tools::inv3 ( double precision, dimension(3,3), intent(in)  A,
double precision, dimension(3,3), intent(out)  B 
)

Definition at line 41 of file qmomk_tools_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public qmomk_tools::multiplymatrix3 ( double precision, dimension(3,3), intent(in)  A,
double precision, dimension(3,3), intent(in)  B,
double precision, dimension(3,3), intent(out)  P 
)

Definition at line 140 of file qmomk_tools_mod.f.

Here is the caller graph for this function:

subroutine, public qmomk_tools::transpose3 ( double precision, dimension(3,3), intent(in)  A,
double precision, dimension(3,3), intent(out)  T 
)

Definition at line 123 of file qmomk_tools_mod.f.