SND@LHC Software
Loading...
Searching...
No Matches
mpqldec Module Reference

QL data. More...

Variables

integer(mpinpar
 number of parameters
 
integer(mpincon
 number of constraints
 
real(mpd), dimension(:), allocatable matv
 unit normals (v_i) of Householder reflectors
 
real(mpd), dimension(:), allocatable matl
 lower diagonal matrix L
 
real(mpd), dimension(:), allocatable vecn
 normal vector
 

Detailed Description

QL data.

Variable Documentation

◆ matl

real(mpd), dimension(:), allocatable mpqldec::matl

lower diagonal matrix L

Definition at line 34 of file mpqldec.f90.

34 REAL(mpd), DIMENSION(:), ALLOCATABLE :: matL

◆ matv

real(mpd), dimension(:), allocatable mpqldec::matv

unit normals (v_i) of Householder reflectors

Definition at line 33 of file mpqldec.f90.

33 REAL(mpd), DIMENSION(:), ALLOCATABLE :: matV

◆ ncon

integer(mpi) mpqldec::ncon

number of constraints

Definition at line 32 of file mpqldec.f90.

32 INTEGER(mpi) :: ncon

◆ npar

integer(mpi) mpqldec::npar

number of parameters

Definition at line 31 of file mpqldec.f90.

31 INTEGER(mpi) :: npar

◆ vecn

real(mpd), dimension(:), allocatable mpqldec::vecn

normal vector

Definition at line 35 of file mpqldec.f90.

35 REAL(mpd), DIMENSION(:), ALLOCATABLE :: vecN