plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
LOBPCG_dense
Function
MIT
129 statements
Source File
LinearSolverClass.f90
LinearSolverClass
LOBPCG_dense
Contents
public function LOBPCG_dense(A, B, lambda_min) result(eigen_vectors)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
A
(:,:)
real(kind=real64),
intent(in)
::
B
(:,:)
real(kind=real64),
intent(inout)
::
lambda_min
(:)
Return Value
real(kind=real64), allocatable, (:,:)