|
inline |
Checks if two tensors are parallel, i.e. \( a_i = c \; b_i \quad \forall i \).
a | first tensor |
b | second tensor |
The second tensor multiplied by \( c \) will give the first tensor if the two tensors are parallel.
References syten::STensorImpl::imag(), std::make_tuple(), overlap(), overThreshold(), and SYTEN_ZNORM_THRESHOLD_SQD.
Referenced by checkedAddParallel().