# -*- encoding: utf-8 -*- # stub: nmatrix-atlas 0.2.1 ruby lib # stub: ext/nmatrix_atlas/extconf.rb Gem::Specification.new do |s| s.name = "nmatrix-atlas".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Woods".freeze, "Chris Wailes".freeze, "Aleksey Timin".freeze] s.date = "2016-01-18" s.description = "For using linear algebra fuctions provided by ATLAS".freeze s.email = ["john.o.woods@gmail.com".freeze] s.extensions = ["ext/nmatrix_atlas/extconf.rb".freeze] s.files = ["ext/nmatrix/data/complex.h".freeze, "ext/nmatrix/data/data.h".freeze, "ext/nmatrix/data/meta.h".freeze, "ext/nmatrix/data/ruby_object.h".freeze, "ext/nmatrix/math/asum.h".freeze, "ext/nmatrix/math/cblas_enums.h".freeze, "ext/nmatrix/math/cblas_templates_core.h".freeze, "ext/nmatrix/math/gemm.h".freeze, "ext/nmatrix/math/gemv.h".freeze, "ext/nmatrix/math/getrf.h".freeze, "ext/nmatrix/math/getrs.h".freeze, "ext/nmatrix/math/imax.h".freeze, "ext/nmatrix/math/laswp.h".freeze, "ext/nmatrix/math/long_dtype.h".freeze, "ext/nmatrix/math/math.h".freeze, "ext/nmatrix/math/nrm2.h".freeze, "ext/nmatrix/math/rot.h".freeze, "ext/nmatrix/math/rotg.h".freeze, "ext/nmatrix/math/scal.h".freeze, "ext/nmatrix/math/trsm.h".freeze, "ext/nmatrix/math/util.h".freeze, "ext/nmatrix/nm_memory.h".freeze, "ext/nmatrix/nmatrix.h".freeze, "ext/nmatrix/ruby_constants.h".freeze, "ext/nmatrix/storage/common.h".freeze, "ext/nmatrix/storage/dense/dense.h".freeze, "ext/nmatrix/storage/list/list.h".freeze, "ext/nmatrix/storage/storage.h".freeze, "ext/nmatrix/storage/yale/class.h".freeze, "ext/nmatrix/storage/yale/iterators/base.h".freeze, "ext/nmatrix/storage/yale/iterators/iterator.h".freeze, "ext/nmatrix/storage/yale/iterators/row.h".freeze, "ext/nmatrix/storage/yale/iterators/row_stored.h".freeze, "ext/nmatrix/storage/yale/iterators/row_stored_nd.h".freeze, "ext/nmatrix/storage/yale/iterators/stored_diagonal.h".freeze, "ext/nmatrix/storage/yale/math/transpose.h".freeze, "ext/nmatrix/storage/yale/yale.h".freeze, "ext/nmatrix/types.h".freeze, "ext/nmatrix/util/io.h".freeze, "ext/nmatrix/util/sl_list.h".freeze, "ext/nmatrix/util/util.h".freeze, "ext/nmatrix_atlas/extconf.rb".freeze, "ext/nmatrix_atlas/math_atlas.cpp".freeze, "ext/nmatrix_atlas/math_atlas/cblas_templates_atlas.h".freeze, "ext/nmatrix_atlas/math_atlas/clapack_templates.h".freeze, "ext/nmatrix_atlas/math_atlas/geev.h".freeze, "ext/nmatrix_atlas/math_atlas/gesdd.h".freeze, "ext/nmatrix_atlas/math_atlas/gesvd.h".freeze, "ext/nmatrix_atlas/math_atlas/inc.h".freeze, "ext/nmatrix_atlas/nmatrix_atlas.cpp".freeze, "lib/nmatrix/atlas.rb".freeze, "lib/nmatrix/lapack_ext_common.rb".freeze, "spec/00_nmatrix_spec.rb".freeze, "spec/01_enum_spec.rb".freeze, "spec/02_slice_spec.rb".freeze, "spec/03_nmatrix_monkeys_spec.rb".freeze, "spec/2x2_dense_double.mat".freeze, "spec/4x4_sparse.mat".freeze, "spec/4x5_dense.mat".freeze, "spec/blas_spec.rb".freeze, "spec/elementwise_spec.rb".freeze, "spec/homogeneous_spec.rb".freeze, "spec/io/fortran_format_spec.rb".freeze, "spec/io/harwell_boeing_spec.rb".freeze, "spec/io/test.rua".freeze, "spec/io_spec.rb".freeze, "spec/lapack_core_spec.rb".freeze, "spec/leakcheck.rb".freeze, "spec/math_spec.rb".freeze, "spec/nmatrix_yale_resize_test_associations.yaml".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/plugins/atlas/atlas_spec.rb".freeze, "spec/rspec_monkeys.rb".freeze, "spec/rspec_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_set_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/stat_spec.rb".freeze, "spec/test.pcd".freeze, "spec/utm5940.mtx".freeze] s.homepage = "http://sciruby.com".freeze s.licenses = ["BSD 3-clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "ATLAS backend for nmatrix".freeze s.test_files = ["spec/00_nmatrix_spec.rb".freeze, "spec/01_enum_spec.rb".freeze, "spec/02_slice_spec.rb".freeze, "spec/03_nmatrix_monkeys_spec.rb".freeze, "spec/blas_spec.rb".freeze, "spec/elementwise_spec.rb".freeze, "spec/homogeneous_spec.rb".freeze, "spec/io/fortran_format_spec.rb".freeze, "spec/io/harwell_boeing_spec.rb".freeze, "spec/io_spec.rb".freeze, "spec/lapack_core_spec.rb".freeze, "spec/math_spec.rb".freeze, "spec/nmatrix_yale_spec.rb".freeze, "spec/rspec_spec.rb".freeze, "spec/shortcuts_spec.rb".freeze, "spec/slice_set_spec.rb".freeze, "spec/stat_spec.rb".freeze, "spec/plugins/atlas/atlas_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.2.1".freeze]) end