Not really. numexpr is mostly about element-wise operations in dense
matrices. You should look to another package for that.
Francesc
On 1/27/14, 10:18 AM, Dinesh Vadhia wrote:
> Francesc: Does numexpr support scipy sparse matrices?
>
> ___
> NumPy
Francesc: Does numexpr support scipy sparse matrices?
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
Francesc
Congratulations and will definitely be benchmarking Numexpr soon.
Will similar performance improvements been seen with OpenBLAS as with MKL?
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo
==
Announcing Numexpr 2.3
==
Numexpr is a fast numerical expression evaluator for NumPy. With it,
expressions that operate on arrays (like "3*a+4*b") are accelerated
and use less memory than doing the same calculation in Python.
It wears multi-th