TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  nda
  blas
  clef
  lapack
  layout
  linalg
  mem
  mpi
  stdutil
 _impl_basic_array_view_common.hpp
 accessors.hppDefines accessors for nda::array objects (cf. std::default_accessor)
 algorithms.hppProvides various algorithms to be used with nda::Array objects
 arithmetic.hppProvides lazy expressions for nda::Array types
 array_adapter.hppProvides an array adapter class
 basic_array.hppProvides the generic class for arrays
 basic_array_view.hppProvides the generic class for views
 basic_functions.hppProvides basic functions to create and manipulate arrays and views
 blas.hppIncludes all BLAS relevant headers
 clef.hppIncludes all clef relevant headers
 concepts.hppProvides concepts for the nda library
 declarations.hppProvides various convenient aliases and helper functions for nda::basic_array and nda::basic_array_view
 device.hppProvides GPU and non-GPU specific functionality
 exceptions.hppProvides a custom runtime error class and macros to assert conditions and throw exceptions
 group_indices.hppProvides functions used in nda::group_indices_view
 gtest_tools.hppProvides convenient tools for checking nda::basic_array and nda::basic_array_view objects with googletest
 h5.hppProvides HDF5 support for the nda library
 iterators.hppProvides an iterator for nda::basic_array and nda::basic_array_view types
 lapack.hppIncludes all LAPACK relevant headers
 layout.hppIncludes all memory layout relevant headers
 layout_transforms.hppProvides functions to transform the memory layout of an nda::basic_array or nda::basic_array_view
 linalg.hppIncludes all relevant headers for the linear algebra functionality
 macros.hppMacros used in the nda library
 map.hppProvides lazy function calls on arrays/views
 mapped_functions.hppProvides some custom implementations of standard mathematical functions used for lazy, coefficient-wise array operations
 mapped_functions.hxxProvides lazy, coefficient-wise array operations of standard mathematical functions together with overloads for nda::Scalar types
 matrix_functions.hppProvides functions to create and manipulate matrices, i.e. arrays/view with 'M' algebra
 mem.hppIncludes all relevant headers for memory allocation and management
 mpi.hppIncludes all MPI relevant headers
 nda.hppIncludes all relevant headers for the core nda library
 print.hppProvides various overloads of the operator<< for nda related objects
 stdutil.hppIncludes all stdutil relevant headers
 sym_grp.hppProvides tools to use symmetries with nda objects
 traits.hppProvides type traits for the nda library