(git:c5411e0)
Loading...
Searching...
No Matches
mathlib::set_diag Interface Reference

Public Member Functions

pure subroutine set_diag_scalar_d (a, b)
 Set the diagonal elements of matrix a to b.
 
pure subroutine set_diag_scalar_z (a, b)
 ...
 

Detailed Description

Definition at line 73 of file mathlib.F.

Member Function/Subroutine Documentation

◆ set_diag_scalar_d()

pure subroutine mathlib::set_diag::set_diag_scalar_d ( real(kind=dp), dimension(:, :), intent(inout)  a,
real(kind=dp), intent(in)  b 
)

Set the diagonal elements of matrix a to b.

Parameters
a...
b...
Date
20.11.1998
Author
MK
Version
1.0

Definition at line 1168 of file mathlib.F.

◆ set_diag_scalar_z()

pure subroutine mathlib::set_diag::set_diag_scalar_z ( complex(kind=dp), dimension(:, :), intent(inout)  a,
complex(kind=dp), intent(in)  b 
)

...

Parameters
a...
b...

Definition at line 1186 of file mathlib.F.


The documentation for this interface was generated from the following file: