mir_least_squares_work_length

Returns the required work array length for a least squares problem of given size. (community summary)

extern (C) @safe nothrow @nogc @safe pure nothrow @nogc
size_t
mir_least_squares_work_length
(
size_t m
,
size_t n
)