Method rowEchelon
val rowEchelon: Tensor<'T> -> Tensor<'T> * int64 * int64 list
Computes the reduced row echelon form of the specified matrix. Returns a tuple of (row echelon form, number of non-zero rows, list of non-normalized columns).
Declaration
val rowEchelon: L:Tensor<'T> -> Tensor<'T> * int64 * int64 list
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | L |
Returns
Type | Description |
---|---|
Tensor<'T> * int64 * int64 list |
Type Parameters
Name | Description |
---|---|
'T |