Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
eigenValueAndVector
Subroutine
MIT
11 statements
Source File
ArrayClass.f90
ArrayClass
eigenValueAndVector
Contents
None
public subroutine eigenValueAndVector(A, lambda, x, tol)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(inout)
::
A
(:,:)
real(kind=real64),
intent(out),
allocatable
::
lambda
(:)
real(kind=real64),
intent(out),
allocatable
::
x
(:,:)
real(kind=real64),
intent(in),
optional
::
tol
Contents
None