phetsims / dot

A math library with a focus on mutable and immutable linear algebra for 2D and 3D applications.
MIT License
13 stars 6 forks source link

branch: circuit-construction-kit-basics-matrices #47

Closed samreid closed 8 years ago

samreid commented 8 years ago

For investigation of https://github.com/phetsims/circuit-construction-kit-basics/issues/78

samreid commented 8 years ago

I discussed this with @jonathanolson and we decided to use Float64Array || Array in all of the decompositions and in Matrix. We tested that Molecule Shapes still worked properly after these changes. I'll commit to the branch shortly, then merge branch to master and delete branch shortly.

samreid commented 8 years ago

Fixed above and merged to master, branch deleted, closing.