![]()  | 
  
    Octopus
    
   | 
 
Definition at line 221 of file lalg_adv.F90.
Private Member Functions | |
| subroutine | dmatrix_norm2 (m, n, a, norm_l2, preserve_mat) | 
| Norm of a 2D matrix.  More... | |
| subroutine | zmatrix_norm2 (m, n, a, norm_l2, preserve_mat) | 
| Norm of a 2D matrix.  More... | |
      
  | 
  private | 
Norm of a 2D matrix.
The spectral norm of a matrix \(A\) is the largest singular value of \(A\). i.e., the largest eigenvalue of the matrix \(\sqrt{\dagger{A}A}\).
| [in] | m,n | Dimensions of A | 
| [in] | a | 2D matrix | 
| [out] | norm2 | L2 norm of A | 
Definition at line 2881 of file lalg_adv.F90.
      
  | 
  private | 
Norm of a 2D matrix.
The spectral norm of a matrix \(A\) is the largest singular value of \(A\). i.e., the largest eigenvalue of the matrix \(\sqrt{\dagger{A}A}\).
| [in] | m,n | Dimensions of A | 
| [in] | a | 2D matrix | 
| [out] | norm2 | L2 norm of A | 
Definition at line 1546 of file lalg_adv.F90.