svd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SvdResult!T svd(Slice!(const(T)*, 2, kind) a, Flag!"slim" slim)
  2. SvdResult!T svd(Slice!(RCI!T, 2, kind) matrix, Flag!"slim" slim)
    @safe pure
    svd
    (
    T
    string algorithm = "gesvd"
    SliceKind kind
    )
    (
    auto ref scope const Slice!(RCI!T, 2, kind) matrix
    ,
    Flag!"slim" slim = No.slim
    )

Meta