Sha256: 41206e2be7a63d2fc26c7c5320fbb2f75673414d97822342ffeb251fcf1bf8e7
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 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.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
numo-openblas-0.4.0 | lib/numo/openblas/version.rb |