lu_matrix Derived Type

type, public :: lu_matrix

Data type: LU_matrix it contains the dimension of the matrix, N and LU-decomposed matrix, LU(N,N) also, permutation(N) and the sign for determinant, d


Components

Type Visibility Attributes Name Initial
integer, public :: n
real(kind=long), public, dimension(:, :), pointer :: lu
integer, public, dimension(:), pointer :: permutation
integer, public :: d