Rate this Page

Function at::linalg_ldl_factor_ex_out#

Function Documentation#

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