Draft JEP: Vector API (original) (raw)
Weijun Wang weijun.wang at oracle.com
Thu Apr 12 03:53:00 UTC 2018
- Previous message: Draft JEP: Vector API
- Next message: Draft JEP: Vector API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe it makes sense to call this FixedVector or BlockVector and save the Vector class for real mathematicians.
Of course, we already had a java.util.Vector still alive.
--Max
On Apr 10, 2018, at 12:04 PM, Frank Yuan <frank.yuan at oracle.com> wrote:
The second comment is that the users should not like to handle the details on the vector size, they only desire the vector computation power! We should wrap all these details, provide a high level abstract for the vector in terms of the math concept, do the loop in our private code and pad the tail. User just say "I want vector a subtract vector b", then we give him a result.
- Previous message: Draft JEP: Vector API
- Next message: Draft JEP: Vector API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]