pub fn lu_inplace<T>(input: &mut Array<T>, is_lapack_piv: bool) -> Array<i32> where
T: HasAfEnum + FloatingPoint,
Perform inplace LU decomposition
input
contains the input matrix on entry and packed LU decomposition on exitis_lapack_pic
specified if the pivot is returned in original LAPACK compliant formatAn Array with permutation indices to map the input to the decomposition. Since, the input matrix is modified in place, only pivot values are returned.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4