RLPark 1.0.0
Reinforcement Learning Framework in Java

rlpark.plugin.rltoys.math.vector.RealVector Interface Reference

Inheritance diagram for rlpark.plugin.rltoys.math.vector.RealVector:
rlpark.plugin.rltoys.math.vector.implementations.AbstractVector rlpark.plugin.rltoys.math.vector.MutableVector rlpark.plugin.rltoys.math.vector.SparseVector rlpark.plugin.rltoys.math.vector.implementations.BVector rlpark.plugin.rltoys.math.vector.implementations.PVector rlpark.plugin.rltoys.math.vector.implementations.SVector rlpark.plugin.rltoys.math.vector.DenseVector rlpark.plugin.rltoys.math.vector.SparseRealVector rlpark.plugin.rltoys.math.vector.BinaryVector rlpark.plugin.rltoys.math.vector.implementations.VectorNull rlpark.plugin.rltoys.math.vector.SparseRealVector

List of all members.

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 ()

Detailed Description

Definition at line 5 of file RealVector.java.


Member Function Documentation

int rlpark.plugin.rltoys.math.vector.RealVector.getDimension ( ) [package]

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark