Show / Hide Table of Contents

    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
    Type Name Description
    Tensor<'T> L
    Tensor<'T> A
    Returns
    Type Description
    Tensor<'T> * int64 * int64 list * Tensor<'T>
    Type Parameters
    Name Description
    'T
    Back to top Generated by DocFX