Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
MDSpan.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* MDSpan.cc (C) 2000-2025 */
9/* */
10/* View of a multi-dimensional array for numeric types. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arccore/base/MDSpan.h"
15
16/*---------------------------------------------------------------------------*/
17/*---------------------------------------------------------------------------*/
18
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
26
27namespace Arcane
28{
29
30/*---------------------------------------------------------------------------*/
31/*---------------------------------------------------------------------------*/
32
33template class MDSpan<Real, MDDim4>;
34template class MDSpan<Real, MDDim3>;
35template class MDSpan<Real, MDDim2>;
36template class MDSpan<Real, MDDim1>;
37
38/*---------------------------------------------------------------------------*/
39/*---------------------------------------------------------------------------*/
40
41} // End namespace Arcane
42
43/*---------------------------------------------------------------------------*/
44/*---------------------------------------------------------------------------*/
Types and functions associated with the MDSpan class.
Base class for multi-dimensional views.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --