|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HyperbolicDoubleCalculations
Method Summary | |
---|---|
Matrix |
cosh(Calculation.Ret returnType)
Calculates the hyperbolic cosinus of all entries in the matrix. |
Matrix |
sinh(Calculation.Ret returnType)
Calculates the hyperbolic sinus of all entries in the matrix. |
Matrix |
tanh(Calculation.Ret returnType)
Calculates the hyperbolic tangens of all entries in the matrix. |
Method Detail |
---|
Matrix sinh(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 cosh(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 tanh(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 |