LightKrylov
Overview
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
construct_linop_rdp
Module Procedure
FreeBSD Documentation License
3 statements
Source File
TestUtils.f90
LightKrylov_TestUtils
construct_linop_rdp
Contents
module procedure construct_linop_rdp
private pure module function construct_linop_rdp(data) result(A)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(test_size, test_size)
::
data
Return Value
type(
linop_rdp
)