A Module For Computing Trigonometric functions of a Matrix.
More...
|
| subroutine, public | sine (InputMat, OutputMat, solver_parameters_in) |
| | Compute the sine of a matrix. More...
|
| |
| subroutine, public | cosine (InputMat, OutputMat, solver_parameters_in) |
| | Compute the cosine of a matrix. More...
|
| |
| subroutine, public | scalesquaretrigonometrytaylor (InputMat, OutputMat, solver_parameters_in) |
| | Compute trigonometric functions of a matrix using a taylor series. More...
|
| |
A Module For Computing Trigonometric functions of a Matrix.
◆ cosine()
| subroutine, public trigonometrysolversmodule::cosine |
( |
type(distributedsparsematrix_t), intent(in) |
InputMat, |
|
|
type(distributedsparsematrix_t), intent(inout) |
OutputMat, |
|
|
type(fixedsolverparameters_t), intent(in), optional |
solver_parameters_in |
|
) |
| |
Compute the cosine of a matrix.
- Parameters
-
| [in] | InputMat | the matrix to compute. |
| [out] | OutputMat | the resulting matrix. |
| [in] | solver_parameters_in | parameters for the solver, optional. |
◆ scalesquaretrigonometrytaylor()
| subroutine, public trigonometrysolversmodule::scalesquaretrigonometrytaylor |
( |
type(distributedsparsematrix_t), intent(in) |
InputMat, |
|
|
type(distributedsparsematrix_t), intent(inout) |
OutputMat, |
|
|
type(fixedsolverparameters_t), intent(in), optional |
solver_parameters_in |
|
) |
| |
Compute trigonometric functions of a matrix using a taylor series.
- Parameters
-
| [in] | InputMat | the matrix to compute. |
| [out] | OutputMat | the resulting matrix. |
| [in] | solver_parameters_in | parameters for the solver |
◆ sine()
| subroutine, public trigonometrysolversmodule::sine |
( |
type(distributedsparsematrix_t), intent(in) |
InputMat, |
|
|
type(distributedsparsematrix_t), intent(inout) |
OutputMat, |
|
|
type(fixedsolverparameters_t), intent(in), optional |
solver_parameters_in |
|
) |
| |
Compute the sine of a matrix.
- Parameters
-
| [in] | InputMat | the matrix to compute. |
| [out] | OutputMat | the resulting matrix. |
| [in] | solver_parameters_in | parameters for the solver, optional. |