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
27
namespace
Arcane
28
{
29
30
/*---------------------------------------------------------------------------*/
31
/*---------------------------------------------------------------------------*/
32
33
template
class
MDSpan<Real, MDDim4>
;
34
template
class
MDSpan<Real, MDDim3>
;
35
template
class
MDSpan<Real, MDDim2>
;
36
template
class
MDSpan<Real, MDDim1>
;
37
38
/*---------------------------------------------------------------------------*/
39
/*---------------------------------------------------------------------------*/
40
41
}
// End namespace Arcane
42
43
/*---------------------------------------------------------------------------*/
44
/*---------------------------------------------------------------------------*/
MDSpan.h
Types and functions associated with the MDSpan class.
Arcane::MDSpan
Base class for multi-dimensional views.
Definition
arccore/src/base/arccore/base/MDSpan.h:44
Arcane
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Definition
arcane/src/arcane/accelerator/AcceleratorGlobal.h:37
arccore
src
base
arccore
base
MDSpan.cc
Generated on
for Arcane by
1.16.1