(git:c5411e0)
Loading...
Searching...
No Matches
ai_contraction::decontraction Interface Reference

Public Member Functions

subroutine decontraction_ab (sab, qab, ca, na, ma, cb, nb, mb, trans)
 Applying the de-contraction coefficients to a matrix QAB <- CA * SAB * CB(T) Variable "trans" requests the input matrix to be SAB(T) Active dimensions are: QAB(na,nb), SAB(ma,mb)
 

Detailed Description

Definition at line 35 of file ai_contraction.F.

Member Function/Subroutine Documentation

◆ decontraction_ab()

subroutine ai_contraction::decontraction::decontraction_ab ( real(kind=dp), dimension(:, :), intent(in)  sab,
real(kind=dp), dimension(:, :), intent(inout)  qab,
real(kind=dp), dimension(:, :), intent(in)  ca,
integer, intent(in)  na,
integer, intent(in)  ma,
real(kind=dp), dimension(:, :), intent(in)  cb,
integer, intent(in)  nb,
integer, intent(in)  mb,
logical, intent(in), optional  trans 
)

Applying the de-contraction coefficients to a matrix QAB <- CA * SAB * CB(T) Variable "trans" requests the input matrix to be SAB(T) Active dimensions are: QAB(na,nb), SAB(ma,mb)

Parameters
sabInput matrix, dimension(:,:)
qabOutput matrix, dimension(:,:)
caLeft transformation matrix
naFirst dimension of ca
maSecond dimension of ca
cbRight transformation matrix
nbFirst dimension of cb
mbSecond dimension of cb
transOptional transposition of input matrix

Definition at line 316 of file ai_contraction.F.


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