plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Lanczos
Subroutine
MIT
37 statements
Source File
LinearSolverClass.f90
LinearSolverClass
Lanczos
Contents
public subroutine Lanczos(A, V, T)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
A
(:,:)
real(kind=real64),
intent(inout),
allocatable
::
V
(:,:)
real(kind=real64),
intent(inout),
allocatable
::
T
(:,:)