Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
EigenValueJacobiMethod
Function
MIT
82 statements
Source File
ArrayClass.f90
ArrayClass
EigenValueJacobiMethod
Contents
None
public function EigenValueJacobiMethod(A, x, tol) result(lambda)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(inout)
::
A
(:,:)
real(kind=real64),
intent(inout),
optional
allocatable
::
x
(:,:)
real(kind=real64),
intent(in),
optional
::
tol
Return Value
real(kind=real64), allocatable,(:)
Contents
None