Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Double[][] A = new Double[][]{
  2. { 0.947296142578125, -0.3624114990234375, 0.386505126953125, -0.48309326171875 },
  3. { -0.47930908203125, -0.723846435546875, 0.598419189453125, 0.4238433837890625 },
  4. { 0.4524688720703125, -0.8554534912109375, 0.650390625, -0.83563232421875 }
  5. };
  6.  
  7. Double[] B = new Double[]{ -0.48309326171875, 0.4238433837890625, -0.83563232421875 };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement