plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
gram_real
Subroutine
MIT
26 statements
Source File
LinearSolverClass.f90
LinearSolverClass
gram_real
Contents
public subroutine gram_real(m, n, mat_v, mat_v_out)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
m
integer,
intent(in)
::
n
real(kind=8),
intent(in)
::
mat_v
(1:m,1:n)
real(kind=8),
intent(out)
::
mat_v_out
(1:m,1:n)