mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
better documented return type for lup function
This commit is contained in:
parent
2f5fd8005c
commit
da361ae71f
@ -44,7 +44,7 @@ function factory (type, config, load, typed) {
|
||||
*
|
||||
* @param {Matrix | Array} A A two dimensional matrix or array for which to get the LUP decomposition.
|
||||
*
|
||||
* @return {Object} The lower triangular matrix, the upper triangular matrix and the permutation matrix.
|
||||
* @return {{L: Array | Matrix, U: Array | Matrix, P: Array.<number>}} The lower triangular matrix, the upper triangular matrix and the permutation matrix.
|
||||
*/
|
||||
var lup = typed('lup', {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user