|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnilgiri.math.DoubleReal
public class DoubleReal
Constructor Summary | |
---|---|
DoubleReal()
|
|
DoubleReal(double i_v)
|
|
DoubleReal(DoubleReal i_rd)
|
Method Summary | |
---|---|
void |
assign(DoubleReal i_rd)
|
DoubleReal |
clone()
|
DoubleReal |
div(double i_v)
|
DoubleReal |
div(DoubleReal i_rd)
Returns an object of X whose value is (this / i_v). |
double |
doubleValue()
|
DoubleReal |
inverse()
Returns an object of X whose value is (1 / this). |
DoubleReal |
minus(double i_v)
|
DoubleReal |
minus(DoubleReal i_rd)
Returns an object of X whose value is (this - i_v). |
double |
modulus()
|
DoubleReal |
mul(DoubleReal i_rd)
Returns an object of X whose value is the product (this * i_v). |
DoubleReal |
mul(long i_n)
Returns an object of X whose value is the summation (sum_{1}^{i_n}(this)). |
DoubleReal |
negate()
Returns an object of X whose value is (- this). |
DoubleReal |
plus(double i_v)
|
DoubleReal |
plus(DoubleReal i_rd)
Returns an object of X whose value is (this + i_v). |
DoubleReal |
pow(double i_v)
|
DoubleReal |
pow(int i_n)
Returns an object of X whose value is the power (this ^ i_n). |
DoubleReal |
prod(double i_v)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoubleReal()
public DoubleReal(double i_v)
public DoubleReal(DoubleReal i_rd)
Method Detail |
---|
public void assign(DoubleReal i_rd)
public double doubleValue()
public double modulus()
public java.lang.String toString()
toString
in class java.lang.Object
public DoubleReal clone()
clone
in class java.lang.Object
public DoubleReal inverse()
Field
inverse
in interface Field<DoubleReal>
public DoubleReal negate()
Group
negate
in interface Group<DoubleReal>
public DoubleReal plus(DoubleReal i_rd)
Group
plus
in interface Group<DoubleReal>
public DoubleReal minus(DoubleReal i_rd)
Group
minus
in interface Group<DoubleReal>
public DoubleReal mul(DoubleReal i_rd)
Ring
mul
in interface Ring<DoubleReal>
public DoubleReal div(DoubleReal i_rd)
Field
div
in interface Field<DoubleReal>
public DoubleReal plus(double i_v)
public DoubleReal minus(double i_v)
public DoubleReal prod(double i_v)
public DoubleReal div(double i_v)
public DoubleReal pow(double i_v)
public DoubleReal pow(int i_n)
Ring
pow
in interface Ring<DoubleReal>
i_n
- a natural number
public DoubleReal mul(long i_n)
Group
mul
in interface Group<DoubleReal>
i_n
- a natural number
|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |