plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
tensor_log_complex64_crs
Function
MIT
21 statements
Source File
SparseClass.f90
SparseClass
tensor_log_complex64_crs
Contents
public function tensor_log_complex64_crs(this, v, tol, itrmax) result(sqrtA_v)
Type Bound
CRS_
Arguments
Type
Intent
Optional
Attributes
Name
class(
CRS_
),
intent(in)
::
this
complex(kind=real64),
intent(in)
::
v
(:)
real(kind=real64),
intent(in)
::
tol
integer(kind=int32),
intent(in)
::
itrmax
Return Value
complex(kind=real64), allocatable, (:)