pub fn solve_lu<T>(
a: &Array<T>,
piv: &Array<i32>,
b: &Array<T>,
options: MatProp
) -> Array<T> where
T: HasAfEnum + FloatingPoint,
Solve a system of equations
a
is the output matrix from packed LU decomposition of the coefficient matrixpiv
is the pivot array from packed LU decomposition of the coefficient matrixb
has the measured valuesoptions
determine the various properties of matrix aThe options
parameter currently needs to be NONE
, other values are not supported yet.
An Array which is the matrix of unknown variables
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