Home
last modified time | relevance | path

Searched defs:_Binary (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfusion.hpp358 struct _Binary: _Expr<_Binary<LHS,RHS,DerivedOp>> struct
360 using Scalar = typename traits<LHS>::Scalar;
362 using Vector = typename traits<LHS>::Vector;
364 _Binary(const LHS &lhs, in _Binary() argument
371 _Binary(const _Binary &other): in _Binary() function
378 _Binary(_Binary &&other): in _Binary() function
385 vector_length_t length() const { in length()
391 vector_length_t length() const { in length()
397 vector_length_t rows() const { in rows()
403 vector_length_t rows() const { in rows()
[all …]