Sha256: c1e8e5662c81cfe6cfae786ba983860b67144a0fd759c7dd24c54e42074b90c5
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true # Numo is the top level namespace of NUmerical MOdules for Ruby. module Numo # Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library. module OpenBLAS # The version of Numo::OpenBLAS you install. VERSION = '0.4.14' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
numo-openblas-0.4.14 | lib/numo/openblas/version.rb |