plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
eigCRS
Subroutine
MIT
27 statements
Source File
SparseClass.f90
SparseClass
eigCRS
Contents
public subroutine eigCRS(this, Eigen_vectors, eigen_values)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
this
real(kind=real64),
intent(inout),
allocatable
::
Eigen_vectors
(:,:)
real(kind=real64),
intent(inout),
allocatable
::
eigen_values
(:)