Class: MatrixCache
- Includes:
- ObjectCache, Singleton
- Defined in:
- lib/gosling/matrix_cache.rb
Instance Method Summary collapse
-
#initialize ⇒ MatrixCache
constructor
A new instance of MatrixCache.
Methods included from ObjectCache
Constructor Details
#initialize ⇒ MatrixCache
Returns a new instance of MatrixCache.
9 10 11 |
# File 'lib/gosling/matrix_cache.rb', line 9 def initialize @cache = {} end |