Basix
basix::ndarray< T, N, Allocator > Member List

This is the complete list of members for basix::ndarray< T, N, Allocator >, including all inherited members.

data() noexceptbasix::ndarray< T, N, Allocator >inline
data() const noexceptbasix::ndarray< T, N, Allocator >inline
empty() const noexceptbasix::ndarray< T, N, Allocator >inline
ndarray(std::array< size_type, N > shape, value_type value=T(), const Allocator &alloc=Allocator())basix::ndarray< T, N, Allocator >inline
ndarray(size_type rows, size_type cols, value_type value=T(), const Allocator &alloc=Allocator())basix::ndarray< T, N, Allocator >inline
ndarray(std::array< size_type, N > shape, Vector &&x)basix::ndarray< T, N, Allocator >inline
ndarray(std::initializer_list< std::initializer_list< T >> list)basix::ndarray< T, N, Allocator >inline
ndarray(Span &s)basix::ndarray< T, N, Allocator >inline
ndarray(const ndarray &x)=defaultbasix::ndarray< T, N, Allocator >
ndarray(ndarray &&x)=defaultbasix::ndarray< T, N, Allocator >
operator()(size_type i, size_type j)basix::ndarray< T, N, Allocator >inline
operator()(size_type i, size_type j) constbasix::ndarray< T, N, Allocator >inline
operator()(size_type i, size_type j, size_type k)basix::ndarray< T, N, Allocator >inline
operator()(size_type i, size_type j, size_type k) constbasix::ndarray< T, N, Allocator >inline
operator<<(std::ostream &out, const Array &array)basix::ndarray< T, N, Allocator >friend
operator=(const ndarray &x)=defaultbasix::ndarray< T, N, Allocator >
operator=(ndarray &&x)=defaultbasix::ndarray< T, N, Allocator >
rankbasix::ndarray< T, N, Allocator >static
row(size_type i)basix::ndarray< T, N, Allocator >inline
row(size_type i) constbasix::ndarray< T, N, Allocator >inline
row(size_type i)basix::ndarray< T, N, Allocator >inline
row(size_type i) constbasix::ndarray< T, N, Allocator >inline
shapebasix::ndarray< T, N, Allocator >
size() const noexceptbasix::ndarray< T, N, Allocator >inline
strides() const noexceptbasix::ndarray< T, N, Allocator >inline
~ndarray()=defaultbasix::ndarray< T, N, Allocator >