![]() |
CNORXZ
Container with Native Operation Routines and Expressions
|
| ▼ src | |
| ▼ bin | |
| config.cc | Program for printing cnorxz configurations |
| ▼ include | |
| ► array | |
| aindex.cc.h | Array index template implementations |
| aindex.h | Array index declaration |
| array.cc.h | Array main header for template implementations |
| array.h | Array main header |
| array_base.cc.h | Array base class template implementations |
| array_base.h | Array base class declarations |
| marray.cc.h | MArray implementations |
| marray.h | MArray declarations |
| slice.cc.h | Slice implementations |
| slice.h | Slice declarations |
| ► base | |
| assert.h | Warning and error makros |
| base.cc.h | Basic cc headers |
| base.h | Basic headers |
| config.h | Runtime config functions declarations |
| dtype.cc.h | DType template member function definitions |
| dtype.h | DType declaration |
| intrin.h | Definitions related to intrinsics |
| isq.h | Integer sequence range and creation functions |
| iter.cc.h | Static for-loops |
| iter.h | Static for-loops |
| macros.h | Useful macros |
| obj_handle.cc.h | ObjHandle function definition |
| obj_handle.h | ObjHandle template declaration |
| to_string.cc.h | String converter implementation |
| to_string.h | String converter declarations |
| types.h | Declaration of all library types |
| utils.h | Utilities |
| uuid.h | Cnorxz uuid declaration |
| ► memory | |
| allocator.cc.h | Allocator template member function implementation |
| allocator.h | Allocator declaration |
| memcount.h | MemCount declaration |
| memory.cc.h | Memory template implementations main header |
| memory.h | Memory main heade |
| ► operation | |
| ► extensions | |
| avx.cc.h | Register type implementaions for AVX |
| avx.h | Register type specialization for AVX |
| extensions.cc.h | Operation extensions template implementations main header |
| extensions.h | Operation extensions main header |
| reg.cc.h | Register type template implementations |
| reg.h | Register type declaration |
| basic_operations.cc.h | Basic operations implementation |
| basic_operations.h | Basic operations declaration |
| op_types.cc.h | Operation types template implementations |
| op_types.h | Operation types declarations |
| op_utility.cc.h | Operation utilities template implementations |
| op_utility.h | Operation utilities declarations |
| operation.cc.h | Operation main header for template implementations |
| operation.h | Operation main header |
| ► ranges | |
| crange.cc.h | CRange and CIndex template implementations |
| crange.h | CRange and CIndex declaration |
| dindex.cc.h | Dynamic index template implementations |
| dindex.h | Dynamic index declaration |
| eindex.cc.h | Extension index implementations |
| eindex.h | Extension index declaration |
| index_base.cc.h | Index base template implementation |
| index_base.h | Index base declaration |
| index_format.cc.h | Index formats implementations |
| index_format.h | Index formats declaration |
| index_mul.cc.h | Index multiplication template implementation |
| index_mul.h | Index multiplication |
| index_pack.cc.h | Index pack template implementations |
| index_pack.h | Index pack declarations |
| index_traits.h | Index traits |
| lindex.cc.h | LIndex implementations |
| lindex.h | Statically labeled index |
| mrange.cc.h | MRange, GMIndex and MIndex, member definition |
| mrange.h | MRange, GMIndex and MIndex declaration |
| prange.cc.h | PRange, PRangeFactory and PIndex implementations |
| prange.h | PRange, PRangeFactory and PIndex declaration |
| range_base.cc.h | RangeBase template implementations |
| range_base.h | RangeBase declaration |
| ranges.cc.h | Ranges template implementation main header |
| ranges.h | Ranges main header |
| srange.cc.h | SRange, SRangeFactory and SIndex implementation |
| srange.h | SRange, SRangeFactory and SIndex declaration |
| urange.cc.h | URange, URangeFactory and UIndex implementations |
| urange.h | URange, URangeFactory and UIndex declaration |
| xindex.cc.h | XIndexBase and XIndex template implementations |
| xindex.h | XIndexBase and XIndex template declaration |
| yrange.h | YRange and YIndex declaration |
| ► xpr | |
| buf_xpr.cc.h | Buffer xpression template implementations |
| buf_xpr.h | Buffer xpression declarations |
| for.cc.h | For expressions template implementations |
| for.h | For expressions declarations |
| func.cc.h | Special function objects implementations |
| func.h | Special function objects declarations |
| index_id.cc.h | Index ID type template implementations |
| index_id.h | Index ID type declarations |
| pos_type.cc.h | Position types template implementations |
| pos_type.h | Position types declarations |
| vpos_type.cc.h | Dynamic position types template implementations |
| vpos_type.h | Dynamic position types declarations |
| xpr.cc.h | Xpression template implementations main header |
| xpr.h | Xpression main header |
| xpr_base.cc.h | Xpression base template implementations |
| xpr_base.h | Xpression base declarations |
| cnorxz.cc.h | Cnorxz main template header |
| cnorxz.h | Cnorxz main header |
| ▼ lib | |
| ► base | |
| config.cc | Runtime config functions implementations |
| to_string.cc | String converter implementations |
| uuid.cc | Cnorxz uuid implementation |
| ► memory | |
| memcount.cc | Implementation of MemCount member functions |
| ► ranges | |
| crange.cc | CRange and CIndex member function implementation |
| dindex.cc | DIndex implementation |
| index_format.cc | Index formats implementations |
| index_pack.cc | Index pack implementations |
| range_base.cc | RangeBase implementation |
| yrange.cc | YRange and YIndex implementations |
| ▼ opt | |
| ► cereal | |
| ► include | |
| cer_array.cc.h | Load and save implementation for MArray |
| cer_base.h | CNORXZ Cereal basic types declaration |
| cer_header.cc.h | Load and save implementation for CNORXZ cereal data header |
| cer_header.h | CNORXZ Cereal data header declaration |
| cer_ranges.cc.h | Load and save implementation for cnorxz ranges |
| cer_type_register.cc.h | Register CNORXZ cereal types |
| cnorxz_cereal.h | CNORXZ Cereal main header |
| range_save_load.cc.h | CNORXZ Cereal range save load implementation |
| range_save_load.h | CNORXZ Cereal range save load declaration |
| utilities.cc.h | CNORXZ Cereal utilities implementation |
| utilities.h | CNORXZ Cereal utilities declaration |
| ► tests | |
| cereal_unit_test.cc | Cnorxz cereal unit tests |
| ► hdf5 | |
| ► include | |
| cnorxz_hdf5.cc.h | CNORXZ HDF5 template sources header |
| cnorxz_hdf5.h | CNORXZ HDF5 main header |
| h5_content_base.cc.h | Implementation of template member functions of ContentBase |
| h5_content_base.h | Abstract content base class declaration |
| h5_dataset.cc.h | Implementation of template member functions of Dataset and SDataset |
| h5_dataset.h | Dataset declaration |
| h5_file.h | Group declaration |
| h5_group.cc.h | Implementation of template member functions of Group |
| h5_group.h | Group declaration |
| h5_table.cc.h | Implementation of template member functions of Table and STable |
| h5_table.h | Table declaration |
| h5_type_id.cc.h | TypeId template implementation |
| h5_type_id.h | TypeId template declaration |
| h5_types.h | Declaration of hdf5 related library types |
| ► lib | |
| h5_content_base.cc | Content base member function implementation |
| h5_dataset.cc | Dataset implementations |
| h5_file.cc | Group implementations |
| h5_group.cc | Group implementations |
| h5_table.cc | Table implementations |
| ► tests | |
| h5_basic_unit_test.cc | Cnorxz hdf5 basic unit tests |
| ▼ tests | |
| index_format_test.cc | Index format unit tests |
| marray_unit_test.cc | MArray unit tests |
| operation_unit_test.cc | Operation unit tests |
| range_unit_test.cc | Range unit tests |
| test_numbers.cc | Test numbers instanciation |
| test_numbers.h | Test numbers utilities |
| xpr_unit_test.cc | Xpression unit tests |
