--- !ruby/object:Gem::Specification name: nmatrix-atlas version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - John Woods - Chris Wailes - Aleksey Timin autorequire: bindir: bin cert_chain: [] date: 2016-01-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nmatrix requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.2.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.2.1 description: For using linear algebra fuctions provided by ATLAS email: - john.o.woods@gmail.com executables: [] extensions: - ext/nmatrix_atlas/extconf.rb extra_rdoc_files: [] files: - ext/nmatrix/data/complex.h - ext/nmatrix/data/data.h - ext/nmatrix/data/meta.h - ext/nmatrix/data/ruby_object.h - ext/nmatrix/math/asum.h - ext/nmatrix/math/cblas_enums.h - ext/nmatrix/math/cblas_templates_core.h - ext/nmatrix/math/gemm.h - ext/nmatrix/math/gemv.h - ext/nmatrix/math/getrf.h - ext/nmatrix/math/getrs.h - ext/nmatrix/math/imax.h - ext/nmatrix/math/laswp.h - ext/nmatrix/math/long_dtype.h - ext/nmatrix/math/math.h - ext/nmatrix/math/nrm2.h - ext/nmatrix/math/rot.h - ext/nmatrix/math/rotg.h - ext/nmatrix/math/scal.h - ext/nmatrix/math/trsm.h - ext/nmatrix/math/util.h - ext/nmatrix/nm_memory.h - ext/nmatrix/nmatrix.h - ext/nmatrix/ruby_constants.h - ext/nmatrix/storage/common.h - ext/nmatrix/storage/dense/dense.h - ext/nmatrix/storage/list/list.h - ext/nmatrix/storage/storage.h - ext/nmatrix/storage/yale/class.h - ext/nmatrix/storage/yale/iterators/base.h - ext/nmatrix/storage/yale/iterators/iterator.h - ext/nmatrix/storage/yale/iterators/row.h - ext/nmatrix/storage/yale/iterators/row_stored.h - ext/nmatrix/storage/yale/iterators/row_stored_nd.h - ext/nmatrix/storage/yale/iterators/stored_diagonal.h - ext/nmatrix/storage/yale/math/transpose.h - ext/nmatrix/storage/yale/yale.h - ext/nmatrix/types.h - ext/nmatrix/util/io.h - ext/nmatrix/util/sl_list.h - ext/nmatrix/util/util.h - ext/nmatrix_atlas/extconf.rb - ext/nmatrix_atlas/math_atlas.cpp - ext/nmatrix_atlas/math_atlas/cblas_templates_atlas.h - ext/nmatrix_atlas/math_atlas/clapack_templates.h - ext/nmatrix_atlas/math_atlas/geev.h - ext/nmatrix_atlas/math_atlas/gesdd.h - ext/nmatrix_atlas/math_atlas/gesvd.h - ext/nmatrix_atlas/math_atlas/inc.h - ext/nmatrix_atlas/nmatrix_atlas.cpp - lib/nmatrix/atlas.rb - lib/nmatrix/lapack_ext_common.rb - spec/00_nmatrix_spec.rb - spec/01_enum_spec.rb - spec/02_slice_spec.rb - spec/03_nmatrix_monkeys_spec.rb - spec/2x2_dense_double.mat - spec/4x4_sparse.mat - spec/4x5_dense.mat - spec/blas_spec.rb - spec/elementwise_spec.rb - spec/homogeneous_spec.rb - spec/io/fortran_format_spec.rb - spec/io/harwell_boeing_spec.rb - spec/io/test.rua - spec/io_spec.rb - spec/lapack_core_spec.rb - spec/leakcheck.rb - spec/math_spec.rb - spec/nmatrix_yale_resize_test_associations.yaml - spec/nmatrix_yale_spec.rb - spec/plugins/atlas/atlas_spec.rb - spec/rspec_monkeys.rb - spec/rspec_spec.rb - spec/shortcuts_spec.rb - spec/slice_set_spec.rb - spec/spec_helper.rb - spec/stat_spec.rb - spec/test.pcd - spec/utm5940.mtx homepage: http://sciruby.com licenses: - BSD 3-clause metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.9' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: ATLAS backend for nmatrix test_files: - spec/00_nmatrix_spec.rb - spec/01_enum_spec.rb - spec/02_slice_spec.rb - spec/03_nmatrix_monkeys_spec.rb - spec/blas_spec.rb - spec/elementwise_spec.rb - spec/homogeneous_spec.rb - spec/io/fortran_format_spec.rb - spec/io/harwell_boeing_spec.rb - spec/io_spec.rb - spec/lapack_core_spec.rb - spec/math_spec.rb - spec/nmatrix_yale_spec.rb - spec/rspec_spec.rb - spec/shortcuts_spec.rb - spec/slice_set_spec.rb - spec/stat_spec.rb - spec/plugins/atlas/atlas_spec.rb