RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Public Member Functions | |
MutableVector | newVector (RealVector v) |
void | releaseAll () |
Package Functions | |
MutableVector | newVector () |
Definition at line 7 of file VectorPool.java.
MutableVector rlpark.plugin.rltoys.math.vector.pool.VectorPool.newVector | ( | ) | [package] |
Implemented in rlpark.plugin.rltoys.math.vector.pool.ThreadVectorPool.
MutableVector rlpark.plugin.rltoys.math.vector.pool.VectorPool.newVector | ( | RealVector | v | ) |
Implemented in rlpark.plugin.rltoys.math.vector.pool.ThreadVectorPool.
void rlpark.plugin.rltoys.math.vector.pool.VectorPool.releaseAll | ( | ) |
Implemented in rlpark.plugin.rltoys.math.vector.pool.ThreadVectorPool.