NTPoly
Static Public Member Functions | List of all members
NTPoly::TrigonometrySolvers Class Reference

A Module For Computing Trigonometric functions of a Matrix. More...

#include <TrigonometrySolvers.h>

Inheritance diagram for NTPoly::TrigonometrySolvers:
NTPoly::SolverBase

Static Public Member Functions

static void Sine (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, const FixedSolverParameters &solver_parameters)
 
static void Cosine (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, const FixedSolverParameters &solver_parameters)
 

Additional Inherited Members

- Static Protected Member Functions inherited from NTPoly::SolverBase
static const int * GetIH (const DistributedSparseMatrix &dsm)
 
static int * GetIH (DistributedSparseMatrix &dsm)
 
static const int * GetIH (const IterativeSolverParameters &csp)
 
static int * GetIH (IterativeSolverParameters &csp)
 
static const int * GetIH (const FixedSolverParameters &csp)
 
static int * GetIH (FixedSolverParameters &csp)
 

Detailed Description

A Module For Computing Trigonometric functions of a Matrix.

Member Function Documentation

◆ Cosine()

void NTPoly::TrigonometrySolvers::Cosine ( const DistributedSparseMatrix InputMat,
DistributedSparseMatrix OutputMat,
const FixedSolverParameters solver_parameters 
)
static

Compute the cosine of a matrix.

Parameters
InputMatmatrix to compute the cosine of.
OutputMat= cos(InputMat)
solver_parametersparameters for the solver

◆ Sine()

void NTPoly::TrigonometrySolvers::Sine ( const DistributedSparseMatrix InputMat,
DistributedSparseMatrix OutputMat,
const FixedSolverParameters solver_parameters 
)
static

Compute the sine of a matrix.

Parameters
InputMatmatrix to compute the sine of.
OutputMat= sin(InputMat)
solver_parametersparameters for the solver

The documentation for this class was generated from the following files: