Uses of Class
dev.nm.number.Real
-
-
Uses of Real in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse with parameters of type Real Modifier and Type Method Description SparseVector
SparseVector. scaled(Real c)
-
Uses of Real in dev.nm.algebra.linear.matrix.doubles.operation
Subclasses of Real in dev.nm.algebra.linear.matrix.doubles.operation Modifier and Type Class Description class
VariancebtX
Computes \(b'Xb\). -
Uses of Real in dev.nm.algebra.linear.matrix.generic.matrixtype
Methods in dev.nm.algebra.linear.matrix.generic.matrixtype that return Real Modifier and Type Method Description Real
RealMatrix. get(int row, int col)
Methods in dev.nm.algebra.linear.matrix.generic.matrixtype with parameters of type Real Modifier and Type Method Description RealMatrix
RealMatrix. scaled(Real scalar)
void
RealMatrix. set(int row, int col, Real value)
Constructors in dev.nm.algebra.linear.matrix.generic.matrixtype with parameters of type Real Constructor Description RealMatrix(Real[][] data)
Construct aReal
matrix. -
Uses of Real in dev.nm.algebra.linear.vector.doubles
Methods in dev.nm.algebra.linear.vector.doubles with parameters of type Real Modifier and Type Method Description Vector
ImmutableVector. scaled(Real scalar)
Vector
SubVectorRef. scaled(Real c)
Vector
Vector. scaled(Real c)
Scale this vector by a constant, entry-by-entry. -
Uses of Real in dev.nm.algebra.linear.vector.doubles.dense
Methods in dev.nm.algebra.linear.vector.doubles.dense with parameters of type Real Modifier and Type Method Description DenseVector
DenseVector. scaled(Real c)
DenseVector
VectorMathOperation. scaled(Vector v1, Real c)
Scales a vector, element-by-element. -
Uses of Real in dev.nm.analysis.function.polynomial
Methods in dev.nm.analysis.function.polynomial with parameters of type Real Modifier and Type Method Description Polynomial
Polynomial. scaled(Real c)
-
Uses of Real in dev.nm.number
Fields in dev.nm.number declared as Real Modifier and Type Field Description static Real
Real. ONE
a number representing 1static Real
Real. ZERO
a number representing 0Methods in dev.nm.number that return Real Modifier and Type Method Description Real
Real. add(Real that)
Real
Real. divide(Real that)
Real
Real. divide(Real that, int scale)
/ : R × R → RReal
Real. inverse()
Real
Real. minus(Real that)
Real
Real. multiply(Real that)
Real
Real. ONE()
Real
Real. opposite()
Real
Real. ZERO()
Methods in dev.nm.number with parameters of type Real Modifier and Type Method 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 → RReal
Real. minus(Real that)
Real
Real. multiply(Real that)
-