A Module For Computing The Matrix Sign Function.
Computes the matrix sign function.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(in) | :: | Mat | The input matrix.  | 
  
||
| type(Matrix_ps), | intent(inout) | :: | SignMat | The sign of Mat.  | 
  
||
| type(SolverParameters_t), | intent(in), | optional | :: | solver_parameters_in | Parameters for the solver.  | 
  
Computes the polar decomposition of a matrix Mat = U*H.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(in) | :: | Mat | The input matrix.  | 
  
||
| type(Matrix_ps), | intent(inout) | :: | Umat | The unitary polar factor.  | 
  
||
| type(Matrix_ps), | intent(inout), | optional | :: | Hmat | The hermitian matrix factor.  | 
  
|
| type(SolverParameters_t), | intent(in), | optional | :: | solver_parameters_in | Parameters for the solver.  |