--- !ruby/object:Gem::Specification name: carray version: !ruby/object:Gem::Version version: 1.1.5 platform: ruby authors: - Hiroki Motoyoshi autorequire: bindir: bin cert_chain: [] date: 2016-05-06 00:00:00.000000000 Z dependencies: [] description: |2 CArray is a uniform multi-dimensional rectangular array class. It provides the various types of sub-arrays and references pointing the data elements of original array (slice, grid, selection ...). Element-wise masking and mathematical operations are natively supported. email: '' executables: [] extensions: [] extra_rdoc_files: [] files: - COPYING - GPL - Gemfile - Gemfile.lock - LEGAL - NOTE - README.md - Rakefile - TODO - ca_iter_block.c - ca_iter_dimension.c - ca_iter_window.c - ca_obj_array.c - ca_obj_bitarray.c - ca_obj_bitfield.c - ca_obj_block.c - ca_obj_fake.c - ca_obj_farray.c - ca_obj_field.c - ca_obj_grid.c - ca_obj_mapping.c - ca_obj_object.c - ca_obj_reduce.c - ca_obj_refer.c - ca_obj_repeat.c - ca_obj_select.c - ca_obj_shift.c - ca_obj_transpose.c - ca_obj_unbound_repeat.c - ca_obj_window.c - carray.gemspec - carray.h - carray_access.c - carray_attribute.c - carray_call_cfunc.c - carray_cast.c - carray_cast_func.rb - carray_class.c - carray_conversion.c - carray_copy.c - carray_core.c - carray_element.c - carray_generate.c - carray_iterator.c - carray_loop.c - carray_mask.c - carray_math.rb - carray_numeric.c - carray_operator.c - carray_order.c - carray_random.c - carray_sort_addr.c - carray_stat.c - carray_stat_proc.rb - carray_test.c - carray_undef.c - carray_utils.c - ext/calculus/carray_calculus.c - ext/calculus/carray_interp.c - ext/calculus/extconf.rb - ext/calculus/lib/autoload/autoload_math_calculus.rb - ext/calculus/lib/math/calculus.rb - ext/calculus/lib/math/interp/adapter_interp1d.rb - ext/dataframe/API.txt - ext/dataframe/extconf.rb - ext/dataframe/lib/carray/autoload/autoload_dataframe_dataframe.rb - ext/dataframe/lib/carray/dataframe/dataframe.rb - ext/dataframe/sample/test_uniq_sort.rb - ext/fortio/extconf.rb - ext/fortio/lib/carray/autoload/autoload_fortran_format.rb - ext/fortio/lib/carray/io/fortran_format.rb - ext/fortio/lib/fortio.rb - ext/fortio/lib/fortio/fortran_format.rb - ext/fortio/lib/fortio/fortran_format.tab.rb - ext/fortio/lib/fortio/fortran_format.y - ext/fortio/lib/fortio/fortran_namelist.rb - ext/fortio/lib/fortio/fortran_namelist.tab.rb - ext/fortio/lib/fortio/fortran_namelist.y - ext/fortio/lib/fortio/fortran_sequential.rb - ext/fortio/ruby_fortio.c - ext/fortio/test/test_H.rb - ext/fortio/test/test_T.rb - ext/fortio/test/test_fortran_format.rb - ext/fortio/test/test_namelist.rb - ext/fortio/test/test_sequential.rb - ext/fortio/test/test_sequential2.rb - ext/fortio/work/test.rb - ext/fortio/work/test_e.rb - ext/fortio/work/test_ep.rb - ext/fortio/work/test_parse.rb - ext/imagemap/carray_imagemap.c - ext/imagemap/doc/call_graph.dot - ext/imagemap/draw.c - ext/imagemap/extconf.rb - ext/imagemap/lib/autoload/autoload_graphics_imagemap.rb - ext/imagemap/lib/graphics/imagemap.rb - ext/imagemap/lib/image_map.rb - ext/imagemap/test/swath_index.rb - ext/imagemap/test/swath_warp.rb - ext/imagemap/test/test.rb - ext/imagemap/test/test_image.rb - ext/imagemap/test/test_line.rb - ext/imagemap/test/test_rotate.rb - ext/imagemap/test/test_triangle.rb - ext/imagemap/test/test_warp.rb - ext/mathfunc/carray_mathfunc.c - ext/mathfunc/extconf.rb - ext/mathfunc/lib/autoload/autoload_math_mathfunc.rb - ext/mathfunc/lib/math/mathfunc.rb - ext/mathfunc/test/test_hypot.rb - ext/mathfunc/test/test_j0.rb - ext/mathfunc/test/test_jn.rb - ext/mathfunc/test/test_sph.rb - ext/narray/README - ext/narray/ca_wrap_narray.c - ext/narray/carray_narray.c - ext/narray/extconf.rb - ext/narray/lib/autoload/autoload_math_narray.rb - ext/narray/lib/autoload/autoload_math_narray_miss.rb - ext/narray/lib/math/narray.rb - ext/narray/lib/math/narray_miss.rb - extconf.rb - lib/carray.rb - lib/carray/autoload/autoload_base.rb - lib/carray/autoload/autoload_graphics_gnuplot.rb - lib/carray/autoload/autoload_io_csv.rb - lib/carray/autoload/autoload_io_excel.rb - lib/carray/autoload/autoload_io_imagemagick.rb - lib/carray/autoload/autoload_io_pg.rb - lib/carray/autoload/autoload_io_sqlite3.rb - lib/carray/autoload/autoload_io_table.rb - lib/carray/autoload/autoload_math_histogram.rb - lib/carray/autoload/autoload_math_interp.rb - lib/carray/autoload/autoload_math_recurrence.rb - lib/carray/autoload/autoload_object_iterator.rb - lib/carray/autoload/autoload_object_link.rb - lib/carray/autoload/autoload_object_pack.rb - lib/carray/base/autoload.rb - lib/carray/base/basic.rb - lib/carray/base/inspect.rb - lib/carray/base/iterator.rb - lib/carray/base/math.rb - lib/carray/base/obsolete.rb - lib/carray/base/serialize.rb - lib/carray/base/struct.rb - lib/carray/graphics/gnuplot.rb - lib/carray/info.rb - lib/carray/io/csv.rb - lib/carray/io/excel.rb - lib/carray/io/imagemagick.rb - lib/carray/io/pg.rb - lib/carray/io/sqlite3.rb - lib/carray/io/table.rb - lib/carray/math/histogram.rb - lib/carray/math/interp.rb - lib/carray/math/interp/adapter_gsl_spline.rb - lib/carray/math/recurrence.rb - lib/carray/mkmf.rb - lib/carray/object/ca_obj_iterator.rb - lib/carray/object/ca_obj_link.rb - lib/carray/object/ca_obj_pack.rb - mkmath.rb - mt19937ar.c - mt19937ar.h - rdoc_main.rb - rdoc_math.rb - rdoc_stat.rb - ruby_carray.c - ruby_ccomplex.c - ruby_float_func.c - spec/CABlockIterator/CABlockIterator_spec.rb - spec/CArray/bug/store_spec.rb - spec/CArray/index/repeat_spec.rb - spec/CArray/method/eq_spec.rb - spec/CArray/method/is_nan_spec.rb - spec/CArray/method/ne_spec.rb - spec/CArray/method/round_spec.rb - spec/CArray/object/_attribute_spec.rb - spec/CArray/object/s_new_spec.rb - spec/CArray/serialize/Serialization_spec.rb - spec/spec_all.rb - test/test_ALL.rb - test/test_CABitfield.rb - test/test_CABlock.rb - test/test_CAField.rb - test/test_CAGrid.rb - test/test_CAMapping.rb - test/test_CAMmap.rb - test/test_CARefer.rb - test/test_CARepeat.rb - test/test_CASelect.rb - test/test_CAShift.rb - test/test_CATranspose.rb - test/test_CAVirtual.rb - test/test_CAWindow.rb - test/test_CAWrap.rb - test/test_CArray.rb - test/test_CComplex.rb - test/test_CScalar.rb - test/test_attribute.rb - test/test_block_iterator.rb - test/test_boolean.rb - test/test_cast.rb - test/test_class.rb - test/test_complex.rb - test/test_composite.rb - test/test_convert.rb - test/test_copy.rb - test/test_creation.rb - test/test_element.rb - test/test_extream.rb - test/test_generate.rb - test/test_index.rb - test/test_mask.rb - test/test_math.rb - test/test_narray.rb - test/test_order.rb - test/test_random.rb - test/test_ref_store.rb - test/test_stat.rb - test/test_struct.rb - test/test_virtual.rb - utils/ca_ase.rb - utils/ca_methods.rb - utils/cast_checker.rb - utils/create_rdoc.sh - utils/diff_method.rb - utils/extract_rdoc.rb - utils/make_tgz.sh - utils/remove_resource_fork.sh - version.h - version.rb homepage: https://github.com/himotoyoshi/carray licenses: [] metadata: {} post_install_message: rdoc_options: - "--main=rdoc_main.rb" - rdoc_main.rb - rdoc_ext.rb - rdoc_math.rb - rdoc_stat.rb - lib/carray/autoload/autoload_base.rb - lib/carray/autoload/autoload_graphics_gnuplot.rb - lib/carray/autoload/autoload_io_csv.rb - lib/carray/autoload/autoload_io_excel.rb - lib/carray/autoload/autoload_io_imagemagick.rb - lib/carray/autoload/autoload_io_pg.rb - lib/carray/autoload/autoload_io_sqlite3.rb - lib/carray/autoload/autoload_io_table.rb - lib/carray/autoload/autoload_math_histogram.rb - lib/carray/autoload/autoload_math_interp.rb - lib/carray/autoload/autoload_math_recurrence.rb - lib/carray/autoload/autoload_object_iterator.rb - lib/carray/autoload/autoload_object_link.rb - lib/carray/autoload/autoload_object_pack.rb - lib/carray/base/autoload.rb - lib/carray/base/basic.rb - lib/carray/base/inspect.rb - lib/carray/base/iterator.rb - lib/carray/base/math.rb - lib/carray/base/obsolete.rb - lib/carray/base/serialize.rb - lib/carray/base/struct.rb - lib/carray/graphics/gnuplot.rb - lib/carray/info.rb - lib/carray/io/csv.rb - lib/carray/io/excel.rb - lib/carray/io/imagemagick.rb - lib/carray/io/pg.rb - lib/carray/io/sqlite3.rb - lib/carray/io/table.rb - lib/carray/math/histogram.rb - lib/carray/math/interp/adapter_gsl_spline.rb - lib/carray/math/interp.rb - lib/carray/math/recurrence.rb - lib/carray/mkmf.rb - lib/carray/object/ca_obj_iterator.rb - lib/carray/object/ca_obj_link.rb - lib/carray/object/ca_obj_pack.rb require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.1 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: - 'C compiler supports C99 complex and ' rubyforge_project: rubygems_version: 2.6.3 signing_key: specification_version: 4 summary: Multi-dimesional array class test_files: []