RLPark 1.0.0
Reinforcement Learning Framework in Java

rlpark.plugin.rltoys.math.vector.pool.VectorPool Interface Reference

Inheritance diagram for rlpark.plugin.rltoys.math.vector.pool.VectorPool:
rlpark.plugin.rltoys.math.vector.pool.ThreadVectorPool

List of all members.

Public Member Functions

MutableVector newVector (RealVector v)
void releaseAll ()

Package Functions

MutableVector newVector ()

Detailed Description

Definition at line 7 of file VectorPool.java.


Member Function Documentation

MutableVector rlpark.plugin.rltoys.math.vector.pool.VectorPool.newVector ( ) [package]
MutableVector rlpark.plugin.rltoys.math.vector.pool.VectorPool.newVector ( RealVector  v)
void rlpark.plugin.rltoys.math.vector.pool.VectorPool.releaseAll ( )

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