# 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