AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ inline_anylarger() [1/2]

template<typename T , Tsize N>
bool aff::inline_anylarger ( const SimpleRigidArray< T, N > &  A,
const SimpleRigidArray< T, N > &  B 
)
inline

Returns true if any of A is larger than corresponding B.

Examples:
tests/simplearraytest.cc.

Definition at line 194 of file simplearray.h.

References aff::util::Inline< T, I >::anylarger(), and aff::SimpleRigidArray< T, N >::pointer().

Referenced by main(), aff::Strided::setup_from_size(), aff::Strided::shrink(), and aff::Strided::Strided().

196  { return Inline<T, N>::anylarger(A.pointer(), B.pointer()); }
Recursive functions to inline raw array operations.
Definition: rawarfun.h:60
Here is the call graph for this function:
Here is the caller graph for this function: