plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
crs_matvec_generic
Function
MIT
19 statements
Source File
LinearSolverClass.f90
LinearSolverClass
crs_matvec_generic
Contents
public function crs_matvec_generic(CRS_value, CRS_col, CRS_row_ptr, Old_vector) result(new_vector)
x_i = A_ij b_j
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
CRS_value
(:)
integer(kind=int32),
intent(in)
::
CRS_col
(:)
integer(kind=int64),
intent(in)
::
CRS_row_ptr
(:)
real(kind=real64),
intent(in)
::
Old_vector
(:)
Return Value
real(kind=real64), allocatable, (:)