RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Public Member Functions | |
double | getEntry (int i) |
double | dotProduct (RealVector other) |
MutableVector | mapMultiply (double d) |
MutableVector | subtract (RealVector other) |
MutableVector | add (RealVector other) |
MutableVector | ebeMultiply (RealVector v) |
MutableVector | newInstance (int size) |
MutableVector | copyAsMutable () |
RealVector | copy () |
double[] | accessData () |
double | sum () |
Package Functions | |
int | getDimension () |
Definition at line 5 of file RealVector.java.
double [] rlpark.plugin.rltoys.math.vector.RealVector.accessData | ( | ) |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.add | ( | RealVector | other | ) |
RealVector rlpark.plugin.rltoys.math.vector.RealVector.copy | ( | ) |
Implemented in rlpark.plugin.rltoys.math.vector.BinaryVector, rlpark.plugin.rltoys.math.vector.implementations.BVector, rlpark.plugin.rltoys.math.vector.implementations.PVector, rlpark.plugin.rltoys.math.vector.implementations.SSortedVector, rlpark.plugin.rltoys.math.vector.implementations.SVector, rlpark.plugin.rltoys.math.vector.implementations.VectorNull, and rlpark.plugin.rltoys.math.vector.MutableVector.
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.copyAsMutable | ( | ) |
double rlpark.plugin.rltoys.math.vector.RealVector.dotProduct | ( | RealVector | other | ) |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.ebeMultiply | ( | RealVector | v | ) |
int rlpark.plugin.rltoys.math.vector.RealVector.getDimension | ( | ) | [package] |
double rlpark.plugin.rltoys.math.vector.RealVector.getEntry | ( | int | i | ) |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.mapMultiply | ( | double | d | ) |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.newInstance | ( | int | size | ) |
Implemented in rlpark.plugin.rltoys.math.vector.implementations.BVector, rlpark.plugin.rltoys.math.vector.implementations.PVector, rlpark.plugin.rltoys.math.vector.implementations.SSortedVector, rlpark.plugin.rltoys.math.vector.implementations.SVector, and rlpark.plugin.rltoys.math.vector.implementations.VectorNull.
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.subtract | ( | RealVector | other | ) |
double rlpark.plugin.rltoys.math.vector.RealVector.sum | ( | ) |