class LA::WorkPool
 
  - LA::WorkPool
 - Reference
 - Object
 
Overview
Work arrays pool for lapack routines It isn't thread safe for now because crystal isn't multithreaded
Defined in:
linalg/workpool.crInstance Method Summary
- #get(n) : Bytes
 - #get_cmplx(n) : Slice(LibCBLAS::ComplexDouble)
 - #get_f32(n) : Slice(Float32)
 - #get_f64(n) : Slice(Float64)
 - #get_i32(n) : Slice(Int32)
 - #reallocate(required_size)
 - #release