Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
inner_product
Interface
4 statements
Source File
hamiltonian_linalg.F90
hamiltonian_linalg
inner_product
Contents
Module Procedures
inner_product_real
inner_product_complex
public interface inner_product
Contents
Module Procedures
inner_product_real
inner_product_complex
Module Procedures
public function
inner_product_real
(u, v) result(inner_product)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
u
(:)
real(kind=dp),
intent(in)
::
v
(:)
Return Value
real(kind=dp)
public function
inner_product_complex
(u, v) result(inner_product)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=dp),
intent(in)
::
u
(:)
complex(kind=dp),
intent(in)
::
v
(:)
Return Value
complex(kind=dp)