Modifier and Type | Method and Description |
---|---|
SparseVector |
SparseVector.scaled(Real c) |
Modifier and Type | Class and Description |
---|---|
class |
VariancebtX
Computes \(b'Xb\).
|
Modifier and Type | Method and Description |
---|---|
Real |
RealMatrix.get(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
RealMatrix |
RealMatrix.scaled(Real scalar) |
void |
RealMatrix.set(int row,
int col,
Real value) |
Constructor and Description |
---|
RealMatrix(Real[][] data)
Construct a
Real matrix. |
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.scaled(Real c)
Scale this vector by a constant, entry-by-entry.
|
Vector |
ImmutableVector.scaled(Real scalar) |
Vector |
SubVectorRef.scaled(Real c) |
Modifier and Type | Method and Description |
---|---|
DenseVector |
DenseVector.scaled(Real c) |
DenseVector |
VectorMathOperation.scaled(Vector v1,
Real c)
Scales a vector, element-by-element.
|
Modifier and Type | Method and Description |
---|---|
Polynomial |
Polynomial.scaled(Real c) |
Modifier and Type | Field and Description |
---|---|
static Real |
Real.ONE
a number representing 1
|
static Real |
Real.ZERO
a number representing 0
|
Modifier and Type | Method and Description |
---|---|
Real |
Real.add(Real that) |
Real |
Real.divide(Real that) |
Real |
Real.divide(Real that,
int scale)
/ : R × R → R
Divide this number by another one.
|
Real |
Real.inverse() |
Real |
Real.minus(Real that) |
Real |
Real.multiply(Real that) |
Real |
Real.ONE() |
Real |
Real.opposite() |
Real |
Real.ZERO() |
Modifier and Type | Method and Description |
---|---|
Real |
Real.add(Real that) |
int |
Real.compareTo(Real that) |
Real |
Real.divide(Real that) |
Real |
Real.divide(Real that,
int scale)
/ : R × R → R
Divide this number by another one.
|
Real |
Real.minus(Real that) |
Real |
Real.multiply(Real that) |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.