LightKrylov
Overview
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
hermitian_linop_cdp
Interface
FreeBSD Documentation License
6 statements
Source File
TestUtils.f90
LightKrylov_TestUtils
hermitian_linop_cdp
Contents
Functions
construct_hermitian_linop_cdp
public interface hermitian_linop_cdp
Functions
private pure module function construct_hermitian_linop_cdp(data) result(A)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=dp),
intent(in),
dimension(test_size, test_size)
::
data
Return Value
type(
hermitian_linop_cdp
)