Home | History | Annotate | Download | only in SVD

Lines Matching full:complexity

456   * bidiagonalizing SVD algorithms for large square matrices; however its complexity is still \f$ O(n^2p) \f$ where \a n is the smaller dimension and
457 * \a p is the greater dimension, meaning that it is still of the same order of complexity as the faster bidiagonalizing R-SVD algorithms.
458 * In particular, like any R-SVD, it takes advantage of non-squareness in that its complexity is only linear in the greater dimension.