MADNESS  0.10.1
tensor Directory Reference
Directory dependency graph for tensor:
tensor

Directories

directory  mtxmq_bg
 
directory  mtxmq_graveyard
 

Files

file  aligned.h [code]
 Provides routines for internal use optimized for aligned data.
 
file  basetensor.cc
 Implements BaseTensor.
 
file  basetensor.h [code]
 Declares BaseTensor.
 
file  cblas.h [code]
 Define BLAS like functions.
 
file  cblas_types.h [code]
 Define types used by CBLAS API.
 
file  clapack.h [code]
 C++ interface to LAPACK, either directly via Fortran API (see clapack_fortran.h) or via LAPACKE (see clapack_lapacke.h)
 
file  clapack_fortran.h [code]
 Legacy C++ prototypes for Fortran LAPACK with associated typedefs and macos.
 
file  distributed_matrix.h [code]
 
file  dummy_main.c
 
file  elem.cc
 
file  elem.h [code]
 
file  fred.cc
 
file  gentensor.h [code]
 
file  gfit.cc
 
file  gmres.h [code]
 Defines a general operator interface and a templated GMRES solver for solving linear equations.
 
file  jacobi.h [code]
 
file  jimkernel.cc
 
file  kain.cc
 
file  lapack.cc
 Partial interface from Tensor to LAPACK.
 
file  lapacke_types.h [code]
 Define types used by LAPACKe.
 
file  linalg_wrappers.cc
 
file  linalg_wrappers.h [code]
 Template wrappers for LAPACK routines.
 
file  lowranktensor.h [code]
 
file  miketest.cc
 
file  mxm.h [code]
 Internal use only.
 
file  oldtest.cc
 Test code for Tensor, TensorIterator, SliceTensor, etc.
 
file  RandomizedMatrixDecomposition.cc
 
file  RandomizedMatrixDecomposition.h [code]
 
file  slice.h [code]
 Declares and implements Slice.
 
file  solvers.cc
 
file  solvers.h [code]
 Defines interfaces for optimization and non-linear equation solvers.
 
file  srconf.h [code]
 
file  SVDTensor.cc
 
file  SVDTensor.h [code]
 
file  systolic.h [code]
 
file  tensor.cc
 Completes the implementation of Tensor and instantiates all specializations for fast compiles.
 
file  tensor.h [code]
 Defines and implements most of Tensor.
 
file  tensor_lapack.h [code]
 Prototypes for a partial interface from Tensor to LAPACK.
 
file  tensor_macros.h [code]
 Macros for easy and efficient iteration over tensors.
 
file  tensor_spec.h [code]
 
file  tensorexcept.h [code]
 Declares and implements TensorException.
 
file  tensoriter.cc
 Implements TensorIterator.
 
file  tensoriter.h [code]
 Declares TensorIterator.
 
file  tensoriter_spec.h [code]
 
file  tensortrain.h [code]
 Defines and implements the tensor train decomposition as described in I.V. Oseledets, Siam J. Sci. Comput. 33, 2295 (2011).
 
file  test_distributed_matrix.cc
 
file  test_elemental.cc
 
file  test_gentensor.cc
 
file  test_jacobi.cc
 
file  test_linalg.cc
 
file  test_lowranktensor.cc
 
file  test_mtxmq.cc
 
file  test_RandomizedMatrixDecomposition.cc
 
file  test_solvers.cc
 
file  test_systolic.cc
 
file  test_tensor.cc
 
file  test_Zmtxmq.cc
 
file  testseprep.cc
 
file  transform3d.cc
 
file  type_data.h [code]
 Defines and implements TensorTypeData, a type traits class.
 
file  vector_factory.h [code]
 Declares and implements factories for short vectors.
 
file  vmath.cc
 
file  vmath.h [code]