lu#

Perform an LU factorization. The input and output tensors may be the same tensor, in which case the input is overwritten.

template<typename OpA>
__MATX_INLINE__ auto matx::lu(const OpA &a)#

Examples#

(mtie(this->Av, this->PivV) =  lu(this->Av)).run(this->exec);