eigCRS Subroutine

public subroutine eigCRS(this, Eigen_vectors, eigen_values)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
real(kind=real64), intent(inout), allocatable :: Eigen_vectors(:,:)
real(kind=real64), intent(inout), allocatable :: eigen_values(:)