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