Rate this Page

Function at::linalg_ldl_factor_out#

Function Documentation#

inline ::std::tuple<at::Tensor&, at::Tensor&> at::linalg_ldl_factor_out(at::Tensor &LD, at::Tensor &pivots, const at::Tensor &self, bool hermitian = false)#