Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.1.0/v0.9.0/cpp
DOLFINx  0.1.0
DOLFINx C++ interface
dolfinx::array2d< T, Allocator > Member List

This is the complete list of members for dolfinx::array2d< T, Allocator >, including all inherited members.

array2d(std::array< size_type, 2 > shape, value_type value=T(), const Allocator &alloc=Allocator())dolfinx::array2d< T, Allocator >inline
array2d(size_type rows, size_type cols, value_type value=T(), const Allocator &alloc=Allocator())dolfinx::array2d< T, Allocator >inline
array2d(std::array< size_type, 2 > shape, Vector &&x)dolfinx::array2d< T, Allocator >inline
array2d(std::initializer_list< std::initializer_list< T >> list)dolfinx::array2d< T, Allocator >inline
array2d(const array2d &x)=defaultdolfinx::array2d< T, Allocator >
array2d(array2d &&x)=defaultdolfinx::array2d< T, Allocator >
data() noexceptdolfinx::array2d< T, Allocator >inline
data() const noexceptdolfinx::array2d< T, Allocator >inline
empty() const noexceptdolfinx::array2d< T, Allocator >inline
operator()(size_type i, size_type j)dolfinx::array2d< T, Allocator >inline
operator()(size_type i, size_type j) constdolfinx::array2d< T, Allocator >inline
operator=(const array2d &x)=defaultdolfinx::array2d< T, Allocator >
operator=(array2d &&x)=defaultdolfinx::array2d< T, Allocator >
row(size_type i)dolfinx::array2d< T, Allocator >inline
row(size_type i) constdolfinx::array2d< T, Allocator >inline
shapedolfinx::array2d< T, Allocator >
size() const noexceptdolfinx::array2d< T, Allocator >inline
strides() const noexceptdolfinx::array2d< T, Allocator >inline
~array2d()=defaultdolfinx::array2d< T, Allocator >