| Package | Description |
|---|---|
| smile.math |
Basic mathematical functions, complex, differentiable function interfaces,
random number generators, unconstrained optimization, and raw data type
(int and double) array lists, etc.
|
| Modifier and Type | Method and Description |
|---|---|
Complex |
Complex.conjugate()
Returns the conjugate.
|
Complex |
Complex.cos()
Returns the complex cosine.
|
Complex |
Complex.div(Complex b)
Returns a / b.
|
Complex |
Complex.exp()
Returns the complex exponential.
|
Complex |
Complex.minus(Complex b)
Returns this - b.
|
Complex |
Complex.plus(Complex b)
Returns this + b.
|
Complex |
Complex.reciprocal()
Returns the reciprocal.
|
Complex |
Complex.sin()
Returns the complex sine.
|
Complex |
Complex.tan()
Returns the complex tangent.
|
Complex |
Complex.times(Complex b)
Returns this * b.
|
Complex |
Complex.times(double b)
Scalar multiplication.* Returns this * b.
|
| Modifier and Type | Method and Description |
|---|---|
Complex |
Complex.div(Complex b)
Returns a / b.
|
Complex |
Complex.minus(Complex b)
Returns this - b.
|
Complex |
Complex.plus(Complex b)
Returns this + b.
|
Complex |
Complex.times(Complex b)
Returns this * b.
|
Copyright © 2015. All rights reserved.