Skip to content

Instantly share code, notes, and snippets.

@franckjay
Created December 30, 2020 23:56
Show Gist options
  • Save franckjay/d0e39cfcd937111fd50a1c13cff121c5 to your computer and use it in GitHub Desktop.
Save franckjay/d0e39cfcd937111fd50a1c13cff121c5 to your computer and use it in GitHub Desktop.
P = G.inverse()
tensor([
[11.9006, -1.5420, -1.5420, 3.1611, -8.0994, -3.3963],
[-1.5420, 11.9006, -8.0994, -3.3963, -1.5420, 3.1611],
[-1.5420, -8.0994, 11.9006, -3.3963, -1.5420, 3.1611],
[ 3.1611, -3.3963, -3.3963, 6.9624, 3.1611, -6.4803],
[-8.0994, -1.5420, -1.5420, 3.1611, 11.9006, -3.3963],
[-3.3963, 3.1611, 3.1611, -6.4803, -3.3963, 6.9624]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment