plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
LOBPCG_dense_single
Function
MIT
80 statements
Source File
LinearSolverClass.f90
LinearSolverClass
LOBPCG_dense_single
Contents
public function LOBPCG_dense_single(A, B, lambda_min) result(eigen_vector)
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, (:)