Skip to content

Commit

Permalink
update tcrossprod
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Feb 21, 2024
1 parent 42daac1 commit 95de65c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ Here is a summarized delayed operations in BPCells:

Other non-lazied operations:

| Operations | BPCells | BPCellsArray | Note |
| ----------------- | ---------------- | ------------------------------- | ---------------- |
| row/col summarize | matrix\_stats | matrix\_stats | |
| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | |
| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | |
| Multiplication | %\*% | %\*% | For some methods |
| Crossproduct | | crossprod | For some methods |
| svd | svds | `runSVD`+`SpectraParam` | |
| Operations | BPCells | BPCellsArray | Note |
| ------------------------ | ---------------- | ------------------------------- | ---------------- |
| row/col summarize | matrix\_stats | matrix\_stats | |
| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | |
| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | |
| Multiplication | %\*% | %\*% | For some methods |
| Crossproduct | | crossprod | For some methods |
| Matrix product transpose | | tcrossprod | For some methods |
| svd | svds | `runSVD`+`SpectraParam` | |

## Matrix Storage Format

Expand Down
17 changes: 9 additions & 8 deletions vignettes/BPCellsArray.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ Here is a summarized delayed operations in BPCells:

Other non-lazied operations:

| Operations | BPCells | BPCellsArray | Note |
| ----------------- | ---------------- | ------------------------------- | ---------------- |
| row/col summarize | matrix_stats | matrix_stats | |
| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | |
| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | |
| Multiplication | %*% | %*% | For some methods |
| Crossproduct | | crossprod | For some methods |
| svd | svds | `runSVD`+`SpectraParam` | |
| Operations | BPCells | BPCellsArray | Note |
| ------------------------ | ---------------- | ------------------------------- | ---------------- |
| row/col summarize | matrix_stats | matrix_stats | |
| row summarize | rowSums,rowMeans | rowSums,rowMeans,rowVars,rowSds | |
| col summarize | colSums,colMeans | colSums,colMeans,colVars,colSds | |
| Multiplication | %*% | %*% | For some methods |
| Crossproduct | | crossprod | For some methods |
| Matrix product transpose | | tcrossprod | For some methods |
| svd | svds | `runSVD`+`SpectraParam` | |

## Matrix Storage Format
BPCells provide three format:
Expand Down

0 comments on commit 95de65c

Please sign in to comment.