|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrigonometricDoubleCalculations
This interface lists all trigonometric functions that can be calculated on a Matrix.
Method Summary | |
---|---|
Matrix |
cos(Calculation.Ret returnType)
Calculates the cosinus of all entries in the matrix. |
Matrix |
sin(Calculation.Ret returnType)
Calculates the sinus of all entries in the matrix. |
Matrix |
tan(Calculation.Ret returnType)
Calculates the tangens of all entries in the matrix. |
Method Detail |
---|
Matrix sin(Calculation.Ret returnType) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrix
MatrixException
Matrix cos(Calculation.Ret returnType) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrix
MatrixException
Matrix tan(Calculation.Ret returnType) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrix
MatrixException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |