|
|
void | init (int) |
| |
|
void | expandMinMax (FixedArray &MinValues, FixedArray &MaxValues) const |
| |
|
constexpr | FixedArray (const FixedArray< AType, N > &l, const FixedArray< BType, N > &r, const Operator< CompType > &) |
| |
|
constexpr | FixedArray (const FixedArray< T, M > &F, const T &DefaultValue) |
| |
|
constexpr | FixedArray (const FixedArray< T, N > &F) |
| |
|
constexpr | FixedArray (const FixedArray< T, N > &F, const ConversionFunctor &CF, const FA_CONVERT &) |
| |
|
constexpr | FixedArray (const std::initializer_list< InitType > &Init) |
| |
|
constexpr | FixedArray (const value &a) |
| |
|
constexpr | FixedArray (const value &a, const value &b) |
| |
|
| FixedArray (const value &a, const value &b, const value &c) |
| |
|
constexpr | FixedArray (const value &a, const value &b, const value &c, const value &d) |
| |
|
constexpr | FixedArray (const value &a, const value &b, const value &c, const value &d, const value &e) |
| |
|
constexpr value & | get (int i) |
| |
|
constexpr const value & | get (int i) const |
| |
|
constexpr const FixedArray< value, subsize > * | get_subarray () const |
| |
|
constexpr const FixedArray< value, SIZE-1 > & | get_subdim () const |
| |
|
const FixedArray_t & | getFixedArray () const noexcept |
| |
|
FixedArray_t & | getFixedArray () noexcept |
| |
|
constexpr value | getMax () const |
| |
|
constexpr value | getMin () const |
| |
|
constexpr bool | operator!= (const FixedArray< T, N > &F) const |
| |
|
constexpr bool | operator== (const FixedArray< T, N > &F) const |
| |
|
constexpr value & | operator[] (int i) |
| |
|
constexpr const value & | operator[] (int i) const |
| |
|
constexpr value * | ptr (int i=0) noexcept |
| |
|
constexpr void | set (const Value &x) |
| |
|
void | setFromArray (const value *x, int length=SIZE, int offset=0) |
| |
|
void | sort (FixedArray< int, N > &I) const |
| |