com.eignex.koblas/Workspace.ktborrow inline fun <T> Workspace.borrow(size: Int, block: (DoubleArray) -> T): T(source)Borrows a vector of size for the duration of block, returning it to this afterwards.