Skip to content

Error in irlba(mat, nv = 50) : BLAS/LAPACK routine 'DLASCL' gave error code -4 #68

@levinhein

Description

@levinhein

Hi. How can I resolve this irlba error? When nv > 40 it always fail. Re-installing the irlba via install_github("bwlewis/irlba", force = TRUE) also did not change anything.

library(irlba)
mat <- matrix(data = rnorm(n = 3000*2000), nrow = 3000, ncol = 2000)
test <- irlba(mat, nv = 50)
test <- irlba(mat, nv = 40)
test <- irlba(mat, nv = 30)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions