pwtools._flib.solve¶
- pwtools._flib.solve = <fortran function solve>¶
xx = solve(aa,bb,[nn])
Wrapper for
solve
.- Parameters:
aa (input rank-2 array('d') with bounds (nn,nn))
bb (input rank-1 array('d') with bounds (nn))
nn (input int, optional) – Default: shape(aa, 0)
- Returns:
xx
- Return type:
rank-1 array(‘d’) with bounds (nn)