|
inline |
Checks if two vectors are parallel with very high sensitivity and requiring the factor to be of magnitude between 1e-3 and 1e3.
See test/highprec_parallel.cpp for test cases.
a | first vector |
b | second vector |
{ParallelKind, c}
.The second tensor multiplied by \( c \) will give the first tensor if the two tensors are parallel.
References syten::DenseTensor< rank, Scalar >::dim(), and SYTEN_ASSERT.
Referenced by syten::Deparallelise::cols().