Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sparse m vignette #66

Merged
merged 3 commits into from
Nov 6, 2024
Merged

sparse m vignette #66

merged 3 commits into from
Nov 6, 2024

Conversation

tdhock
Copy link
Owner

@tdhock tdhock commented Oct 16, 2024

No description provided.

@tdhock
Copy link
Owner Author

tdhock commented Oct 31, 2024

@DorisAmoakohene you may consider including this as a second example in the comparative benchmarking section of your paper.

> library(Matrix)
> len <- function(x)data.frame(length=length(x))
> vec.mat.result <- atime::atime(
+ N=10^seq(1,7,by=0.25),
+ vector=len(numeric(N)),
+ matrix=len(matrix(0, N, N)),
+ Matrix=len(Matrix(0, N, N)),
+ result=TRUE)
> plot(vec.mat.result)
Warning messages:
1: In ggplot2::scale_y_log10("median line, min/max band") :
  log-10 transformation introduced infinite values.
2: In ggplot2::scale_y_log10("median line, min/max band") :
  log-10 transformation introduced infinite values.
3: In ggplot2::scale_y_log10("median line, min/max band") :
  log-10 transformation introduced infinite values.

image

@DorisAmoakohene
Copy link
Collaborator

noted

@tdhock tdhock merged commit 6ba1cfe into main Nov 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants