Skip to contents

All functions

as.numeric(<sparse_numeric>)
Coerce sparse_numeric to numeric via as.numeric()
length(<sparse_numeric>)
Length of a sparse_numeric vector
mean(<sparse_numeric>)
Mean of a sparse_numeric vector
norm()
Euclidean norm of a sparse_numeric vector
show(<sparse_numeric>)
Show method for sparse_numeric
sparse_add()
Add two sparse_numeric vectors
`+`(<sparse_numeric>,<sparse_numeric>) `-`(<sparse_numeric>,<sparse_numeric>) `*`(<sparse_numeric>,<sparse_numeric>)
Arithmetic operators for sparse_numeric
sparse_crossprod()
Dot product (cross product) of two sparse_numeric vectors
sparse_mult()
Elementwise product of two sparse_numeric vectors
sparse_numeric-class
Sparse numeric vector S4 class
sparse_sub()
Subtract two sparse_numeric vectors
standardize()
Standardize a sparse_numeric vector