diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mtx_qr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mtx_qr.c b/src/mtx_qr.c index ef09d0f..5e43e30 100644 --- a/src/mtx_qr.c +++ b/src/mtx_qr.c @@ -115,8 +115,6 @@ static void mTXQrMatrix (MTXQr *x, t_symbol *s, post("mtx_qr: invalid dimensions"); else if (in_size<size) post("mtx_qr: sparse matrix not yet supported: use \"mtx_check\""); - else if (rows<columns) - post("mtx_qr: gsl_linalg_SVD_decomp does not support M<N"); else { x->rows=rows; x->columns=columns; |