NTPoly
|
A Module For Computing The Matrix Sign Function. More...
Functions/Subroutines | |
subroutine, public | signfunction (Mat1, SignMat, solver_parameters_in) |
Computes the matrix sign function. More... | |
A Module For Computing The Matrix Sign Function.
subroutine, public signsolversmodule::signfunction | ( | type(distributedsparsematrix_t), intent(in) | Mat1, |
type(distributedsparsematrix_t), intent(inout) | SignMat, | ||
type(iterativesolverparameters_t), intent(in), optional | solver_parameters_in | ||
) |
Computes the matrix sign function.
[in] | Mat1 | the input matrix. |
[out] | SignMat | the sign of Mat1. |
[in] | solver_parameters_in | optional parameters for the routine. |