plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
eyesMatrix
Function
MIT
12 statements
Source File
LinearSolverClass.f90
LinearSolverClass
eyesMatrix
Contents
public pure function eyesMatrix(rank1, rank2) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
rank1
integer(kind=int32),
intent(in)
::
rank2
Return Value
real(kind=real64), allocatable, (:,:)