spire Questions
0
I use breeze's collections (namely DenseVector), in which I have integers and doubles and the like, and use them a little like you might use numpy's arrays. I stumbled upon https://github.com/non/s...
Loganloganberry asked 8/11, 2016 at 11:50
2
Solved
I thought this should be straight forward:
import spire.math.Rational
val seq = Vector(Rational(1, 4), Rational(3, 4))
val sum = seq.sum // missing: scala.Numeric
val prod = seq.product // missin...
Despoliation asked 6/5, 2013 at 10:50
1
© 2022 - 2024 — McMap. All rights reserved.