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