Choral
All Classes Namespaces Files Functions Variables Modules
Private Member Functions | List of all members
csr_mod::invllt Interface Reference

x solution of LLT x = b, L lower diagonal LT = transpose(L) More...

Collaboration diagram for csr_mod::invllt:
Collaboration graph

Private Member Functions

subroutine csr_invllt (x, LLT, b)
 x solution of LLT x = b, L lower diagonal LT = transpose(L) More...
 

Detailed Description

x solution of LLT x = b, L lower diagonal LT = transpose(L)

Definition at line 172 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_invllt()

subroutine csr_mod::invllt::csr_invllt ( real(rp), dimension(:), intent(out)  x,
type(csr), intent(in)  LLT,
real(rp), dimension(:), intent(in)  b 
)
private

x solution of LLT x = b, L lower diagonal LT = transpose(L)

Definition at line 734 of file csr_mod.F90.


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