via calls to svd, the projectors \(\pi_A\) and \(\pi_B\)
onto the respective orthogonal complements of \({\rm ker}(A)\) and
\({\rm ker}(B)\) are calculated and then is checked whether
\(\pi_B\pi_A=\pi_B\).
ma <- cbind(1,1,c(1,1,7))
D <- t(ma %*% c(0,1,-1))
## IGNORE_RDIFF_BEGIN## note that results may vary according to BLASisKerAinKerB(D,ma)
isKerAinKerB(ma,D)
## IGNORE_RDIFF_END