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

Public Member Functions

pure subroutine unit_matrix_d (a)
 Set the matrix a to be a unit matrix.
 
pure subroutine unit_matrix_z (a)
 ...
 

Detailed Description

Definition at line 81 of file mathlib.F.

Member Function/Subroutine Documentation

◆ unit_matrix_d()

pure subroutine mathlib::unit_matrix::unit_matrix_d ( real(kind=dp), dimension(:, :), intent(inout)  a)

Set the matrix a to be a unit matrix.

Parameters
a...
Date
16.10.1998
Author
MK
Version
1.0

Definition at line 1244 of file mathlib.F.

◆ unit_matrix_z()

pure subroutine mathlib::unit_matrix::unit_matrix_z ( complex(kind=dp), dimension(:, :), intent(inout)  a)

...

Parameters
a...

Definition at line 1256 of file mathlib.F.


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