LUDecomposition.this

Initialize by matrix.

  1. this()
  2. this(const(Mat) m)
    struct LUDecomposition(size_t N, E)
    @nogc nothrow pure scope
    this
    ()
    (
    auto scope ref const(Mat) m
    )
    if (
    isNumeric!E
    )

Parameters

m const(Mat)

target matrix.

Meta