kumulant/com.eignex.kumulant.math/SparseVector/Companion Companion object Companion(source)Factory entrypoints for SparseVector. Members Functions of Link copied to clipboard fun of(size: Int, indices: IntArray, values: DoubleArray): SparseVectorBuild a sparse vector. Copies inputs so the caller can reuse the arrays. of fun of(size: Int, indices: IntArray, values: DoubleArray): SparseVector(source)Build a sparse vector. Copies inputs so the caller can reuse the arrays.