struct Quaternion

Defined in:

quaternion.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x, y, z, w) #

[View source]
def self.new(x : Float64, yzw : Point | Vector | Normal) #

[View source]
def self.new(xyz : Point | Vector | Normal, w : Float64) #

[View source]

Instance Method Detail

def _w_w_w #

TODO Include these functions in 'linalg'


[View source]
def _w_w_x #

TODO Include these functions in 'linalg'


[View source]
def _w_w_y #

TODO Include these functions in 'linalg'


[View source]
def _w_w_z #

TODO Include these functions in 'linalg'


[View source]
def _w_ww #

TODO Include these functions in 'linalg'


[View source]
def _w_wx #

TODO Include these functions in 'linalg'


[View source]
def _w_wy #

TODO Include these functions in 'linalg'


[View source]
def _w_wz #

TODO Include these functions in 'linalg'


[View source]
def _w_x_w #

TODO Include these functions in 'linalg'


[View source]
def _w_x_x #

TODO Include these functions in 'linalg'


[View source]
def _w_x_y #

TODO Include these functions in 'linalg'


[View source]
def _w_x_z #

TODO Include these functions in 'linalg'


[View source]
def _w_xw #

TODO Include these functions in 'linalg'


[View source]
def _w_xx #

TODO Include these functions in 'linalg'


[View source]
def _w_xy #

TODO Include these functions in 'linalg'


[View source]
def _w_xz #

TODO Include these functions in 'linalg'


[View source]
def _w_y_w #

TODO Include these functions in 'linalg'


[View source]
def _w_y_x #

TODO Include these functions in 'linalg'


[View source]
def _w_y_y #

TODO Include these functions in 'linalg'


[View source]
def _w_y_z #

TODO Include these functions in 'linalg'


[View source]
def _w_yw #

TODO Include these functions in 'linalg'


[View source]
def _w_yx #

TODO Include these functions in 'linalg'


[View source]
def _w_yy #

TODO Include these functions in 'linalg'


[View source]
def _w_yz #

TODO Include these functions in 'linalg'


[View source]
def _w_z_w #

TODO Include these functions in 'linalg'


[View source]
def _w_z_x #

TODO Include these functions in 'linalg'


[View source]
def _w_z_y #

TODO Include these functions in 'linalg'


[View source]
def _w_z_z #

TODO Include these functions in 'linalg'


[View source]
def _w_zw #

TODO Include these functions in 'linalg'


[View source]
def _w_zx #

TODO Include these functions in 'linalg'


[View source]
def _w_zy #

TODO Include these functions in 'linalg'


[View source]
def _w_zz #

TODO Include these functions in 'linalg'


[View source]
def _ww_w #

TODO Include these functions in 'linalg'


[View source]
def _ww_x #

TODO Include these functions in 'linalg'


[View source]
def _ww_y #

TODO Include these functions in 'linalg'


[View source]
def _ww_z #

TODO Include these functions in 'linalg'


[View source]
def _www #

TODO Include these functions in 'linalg'


[View source]
def _wwx #

TODO Include these functions in 'linalg'


[View source]
def _wwy #

TODO Include these functions in 'linalg'


[View source]
def _wwz #

TODO Include these functions in 'linalg'


[View source]
def _wx_w #

TODO Include these functions in 'linalg'


[View source]
def _wx_x #

TODO Include these functions in 'linalg'


[View source]
def _wx_y #

TODO Include these functions in 'linalg'


[View source]
def _wx_z #

TODO Include these functions in 'linalg'


[View source]
def _wxw #

TODO Include these functions in 'linalg'


[View source]
def _wxx #

TODO Include these functions in 'linalg'


[View source]
def _wxy #

TODO Include these functions in 'linalg'


[View source]
def _wxz #

TODO Include these functions in 'linalg'


[View source]
def _wy_w #

TODO Include these functions in 'linalg'


[View source]
def _wy_x #

TODO Include these functions in 'linalg'


[View source]
def _wy_y #

TODO Include these functions in 'linalg'


[View source]
def _wy_z #

TODO Include these functions in 'linalg'


[View source]
def _wyw #

TODO Include these functions in 'linalg'


[View source]
def _wyx #

TODO Include these functions in 'linalg'


[View source]
def _wyy #

TODO Include these functions in 'linalg'


[View source]
def _wyz #

TODO Include these functions in 'linalg'


[View source]
def _wz_w #

TODO Include these functions in 'linalg'


[View source]
def _wz_x #

TODO Include these functions in 'linalg'


[View source]
def _wz_y #

TODO Include these functions in 'linalg'


[View source]
def _wz_z #

TODO Include these functions in 'linalg'


[View source]
def _wzw #

TODO Include these functions in 'linalg'


[View source]
def _wzx #

TODO Include these functions in 'linalg'


[View source]
def _wzy #

TODO Include these functions in 'linalg'


[View source]
def _wzz #

TODO Include these functions in 'linalg'


[View source]
def _x_w_w #

TODO Include these functions in 'linalg'


[View source]
def _x_w_x #

TODO Include these functions in 'linalg'


[View source]
def _x_w_y #

TODO Include these functions in 'linalg'


[View source]
def _x_w_z #

TODO Include these functions in 'linalg'


[View source]
def _x_ww #

TODO Include these functions in 'linalg'


[View source]
def _x_wx #

TODO Include these functions in 'linalg'


[View source]
def _x_wy #

TODO Include these functions in 'linalg'


[View source]
def _x_wz #

TODO Include these functions in 'linalg'


[View source]
def _x_x_w #

TODO Include these functions in 'linalg'


[View source]
def _x_x_x #

TODO Include these functions in 'linalg'


[View source]
def _x_x_y #

TODO Include these functions in 'linalg'


[View source]
def _x_x_z #

TODO Include these functions in 'linalg'


[View source]
def _x_xw #

TODO Include these functions in 'linalg'


[View source]
def _x_xx #

TODO Include these functions in 'linalg'


[View source]
def _x_xy #

TODO Include these functions in 'linalg'


[View source]
def _x_xz #

TODO Include these functions in 'linalg'


[View source]
def _x_y_w #

TODO Include these functions in 'linalg'


[View source]
def _x_y_x #

TODO Include these functions in 'linalg'


[View source]
def _x_y_y #

TODO Include these functions in 'linalg'


[View source]
def _x_y_z #

TODO Include these functions in 'linalg'


[View source]
def _x_yw #

TODO Include these functions in 'linalg'


[View source]
def _x_yx #

TODO Include these functions in 'linalg'


[View source]
def _x_yy #

TODO Include these functions in 'linalg'


[View source]
def _x_yz #

TODO Include these functions in 'linalg'


[View source]
def _x_z_w #

TODO Include these functions in 'linalg'


[View source]
def _x_z_x #

TODO Include these functions in 'linalg'


[View source]
def _x_z_y #

TODO Include these functions in 'linalg'


[View source]
def _x_z_z #

TODO Include these functions in 'linalg'


[View source]
def _x_zw #

TODO Include these functions in 'linalg'


[View source]
def _x_zx #

TODO Include these functions in 'linalg'


[View source]
def _x_zy #

TODO Include these functions in 'linalg'


[View source]
def _x_zz #

TODO Include these functions in 'linalg'


[View source]
def _xw_w #

TODO Include these functions in 'linalg'


[View source]
def _xw_x #

TODO Include these functions in 'linalg'


[View source]
def _xw_y #

TODO Include these functions in 'linalg'


[View source]
def _xw_z #

TODO Include these functions in 'linalg'


[View source]
def _xww #

TODO Include these functions in 'linalg'


[View source]
def _xwx #

TODO Include these functions in 'linalg'


[View source]
def _xwy #

TODO Include these functions in 'linalg'


[View source]
def _xwz #

TODO Include these functions in 'linalg'


[View source]
def _xx_w #

TODO Include these functions in 'linalg'


[View source]
def _xx_x #

TODO Include these functions in 'linalg'


[View source]
def _xx_y #

TODO Include these functions in 'linalg'


[View source]
def _xx_z #

TODO Include these functions in 'linalg'


[View source]
def _xxw #

TODO Include these functions in 'linalg'


[View source]
def _xxx #

TODO Include these functions in 'linalg'


[View source]
def _xxy #

TODO Include these functions in 'linalg'


[View source]
def _xxz #

TODO Include these functions in 'linalg'


[View source]
def _xy_w #

TODO Include these functions in 'linalg'


[View source]
def _xy_x #

TODO Include these functions in 'linalg'


[View source]
def _xy_y #

TODO Include these functions in 'linalg'


[View source]
def _xy_z #

TODO Include these functions in 'linalg'


[View source]
def _xyw #

TODO Include these functions in 'linalg'


[View source]
def _xyx #

TODO Include these functions in 'linalg'


[View source]
def _xyy #

TODO Include these functions in 'linalg'


[View source]
def _xyz #

TODO Include these functions in 'linalg'


[View source]
def _xz_w #

TODO Include these functions in 'linalg'


[View source]
def _xz_x #

TODO Include these functions in 'linalg'


[View source]
def _xz_y #

TODO Include these functions in 'linalg'


[View source]
def _xz_z #

TODO Include these functions in 'linalg'


[View source]
def _xzw #

TODO Include these functions in 'linalg'


[View source]
def _xzx #

TODO Include these functions in 'linalg'


[View source]
def _xzy #

TODO Include these functions in 'linalg'


[View source]
def _xzz #

TODO Include these functions in 'linalg'


[View source]
def _y_w_w #

TODO Include these functions in 'linalg'


[View source]
def _y_w_x #

TODO Include these functions in 'linalg'


[View source]
def _y_w_y #

TODO Include these functions in 'linalg'


[View source]
def _y_w_z #

TODO Include these functions in 'linalg'


[View source]
def _y_ww #

TODO Include these functions in 'linalg'


[View source]
def _y_wx #

TODO Include these functions in 'linalg'


[View source]
def _y_wy #

TODO Include these functions in 'linalg'


[View source]
def _y_wz #

TODO Include these functions in 'linalg'


[View source]
def _y_x_w #

TODO Include these functions in 'linalg'


[View source]
def _y_x_x #

TODO Include these functions in 'linalg'


[View source]
def _y_x_y #

TODO Include these functions in 'linalg'


[View source]
def _y_x_z #

TODO Include these functions in 'linalg'


[View source]
def _y_xw #

TODO Include these functions in 'linalg'


[View source]
def _y_xx #

TODO Include these functions in 'linalg'


[View source]
def _y_xy #

TODO Include these functions in 'linalg'


[View source]
def _y_xz #

TODO Include these functions in 'linalg'


[View source]
def _y_y_w #

TODO Include these functions in 'linalg'


[View source]
def _y_y_x #

TODO Include these functions in 'linalg'


[View source]
def _y_y_y #

TODO Include these functions in 'linalg'


[View source]
def _y_y_z #

TODO Include these functions in 'linalg'


[View source]
def _y_yw #

TODO Include these functions in 'linalg'


[View source]
def _y_yx #

TODO Include these functions in 'linalg'


[View source]
def _y_yy #

TODO Include these functions in 'linalg'


[View source]
def _y_yz #

TODO Include these functions in 'linalg'


[View source]
def _y_z_w #

TODO Include these functions in 'linalg'


[View source]
def _y_z_x #

TODO Include these functions in 'linalg'


[View source]
def _y_z_y #

TODO Include these functions in 'linalg'


[View source]
def _y_z_z #

TODO Include these functions in 'linalg'


[View source]
def _y_zw #

TODO Include these functions in 'linalg'


[View source]
def _y_zx #

TODO Include these functions in 'linalg'


[View source]
def _y_zy #

TODO Include these functions in 'linalg'


[View source]
def _y_zz #

TODO Include these functions in 'linalg'


[View source]
def _yw_w #

TODO Include these functions in 'linalg'


[View source]
def _yw_x #

TODO Include these functions in 'linalg'


[View source]
def _yw_y #

TODO Include these functions in 'linalg'


[View source]
def _yw_z #

TODO Include these functions in 'linalg'


[View source]
def _yww #

TODO Include these functions in 'linalg'


[View source]
def _ywx #

TODO Include these functions in 'linalg'


[View source]
def _ywy #

TODO Include these functions in 'linalg'


[View source]
def _ywz #

TODO Include these functions in 'linalg'


[View source]
def _yx_w #

TODO Include these functions in 'linalg'


[View source]
def _yx_x #

TODO Include these functions in 'linalg'


[View source]
def _yx_y #

TODO Include these functions in 'linalg'


[View source]
def _yx_z #

TODO Include these functions in 'linalg'


[View source]
def _yxw #

TODO Include these functions in 'linalg'


[View source]
def _yxx #

TODO Include these functions in 'linalg'


[View source]
def _yxy #

TODO Include these functions in 'linalg'


[View source]
def _yxz #

TODO Include these functions in 'linalg'


[View source]
def _yy_w #

TODO Include these functions in 'linalg'


[View source]
def _yy_x #

TODO Include these functions in 'linalg'


[View source]
def _yy_y #

TODO Include these functions in 'linalg'


[View source]
def _yy_z #

TODO Include these functions in 'linalg'


[View source]
def _yyw #

TODO Include these functions in 'linalg'


[View source]
def _yyx #

TODO Include these functions in 'linalg'


[View source]
def _yyy #

TODO Include these functions in 'linalg'


[View source]
def _yyz #

TODO Include these functions in 'linalg'


[View source]
def _yz_w #

TODO Include these functions in 'linalg'


[View source]
def _yz_x #

TODO Include these functions in 'linalg'


[View source]
def _yz_y #

TODO Include these functions in 'linalg'


[View source]
def _yz_z #

TODO Include these functions in 'linalg'


[View source]
def _yzw #

TODO Include these functions in 'linalg'


[View source]
def _yzx #

TODO Include these functions in 'linalg'


[View source]
def _yzy #

TODO Include these functions in 'linalg'


[View source]
def _yzz #

TODO Include these functions in 'linalg'


[View source]
def _z_w_w #

TODO Include these functions in 'linalg'


[View source]
def _z_w_x #

TODO Include these functions in 'linalg'


[View source]
def _z_w_y #

TODO Include these functions in 'linalg'


[View source]
def _z_w_z #

TODO Include these functions in 'linalg'


[View source]
def _z_ww #

TODO Include these functions in 'linalg'


[View source]
def _z_wx #

TODO Include these functions in 'linalg'


[View source]
def _z_wy #

TODO Include these functions in 'linalg'


[View source]
def _z_wz #

TODO Include these functions in 'linalg'


[View source]
def _z_x_w #

TODO Include these functions in 'linalg'


[View source]
def _z_x_x #

TODO Include these functions in 'linalg'


[View source]
def _z_x_y #

TODO Include these functions in 'linalg'


[View source]
def _z_x_z #

TODO Include these functions in 'linalg'


[View source]
def _z_xw #

TODO Include these functions in 'linalg'


[View source]
def _z_xx #

TODO Include these functions in 'linalg'


[View source]
def _z_xy #

TODO Include these functions in 'linalg'


[View source]
def _z_xz #

TODO Include these functions in 'linalg'


[View source]
def _z_y_w #

TODO Include these functions in 'linalg'


[View source]
def _z_y_x #

TODO Include these functions in 'linalg'


[View source]
def _z_y_y #

TODO Include these functions in 'linalg'


[View source]
def _z_y_z #

TODO Include these functions in 'linalg'


[View source]
def _z_yw #

TODO Include these functions in 'linalg'


[View source]
def _z_yx #

TODO Include these functions in 'linalg'


[View source]
def _z_yy #

TODO Include these functions in 'linalg'


[View source]
def _z_yz #

TODO Include these functions in 'linalg'


[View source]
def _z_z_w #

TODO Include these functions in 'linalg'


[View source]
def _z_z_x #

TODO Include these functions in 'linalg'


[View source]
def _z_z_y #

TODO Include these functions in 'linalg'


[View source]
def _z_z_z #

TODO Include these functions in 'linalg'


[View source]
def _z_zw #

TODO Include these functions in 'linalg'


[View source]
def _z_zx #

TODO Include these functions in 'linalg'


[View source]
def _z_zy #

TODO Include these functions in 'linalg'


[View source]
def _z_zz #

TODO Include these functions in 'linalg'


[View source]
def _zw_w #

TODO Include these functions in 'linalg'


[View source]
def _zw_x #

TODO Include these functions in 'linalg'


[View source]
def _zw_y #

TODO Include these functions in 'linalg'


[View source]
def _zw_z #

TODO Include these functions in 'linalg'


[View source]
def _zww #

TODO Include these functions in 'linalg'


[View source]
def _zwx #

TODO Include these functions in 'linalg'


[View source]
def _zwy #

TODO Include these functions in 'linalg'


[View source]
def _zwz #

TODO Include these functions in 'linalg'


[View source]
def _zx_w #

TODO Include these functions in 'linalg'


[View source]
def _zx_x #

TODO Include these functions in 'linalg'


[View source]
def _zx_y #

TODO Include these functions in 'linalg'


[View source]
def _zx_z #

TODO Include these functions in 'linalg'


[View source]
def _zxw #

TODO Include these functions in 'linalg'


[View source]
def _zxx #

TODO Include these functions in 'linalg'


[View source]
def _zxy #

TODO Include these functions in 'linalg'


[View source]
def _zxz #

TODO Include these functions in 'linalg'


[View source]
def _zy_w #

TODO Include these functions in 'linalg'


[View source]
def _zy_x #

TODO Include these functions in 'linalg'


[View source]
def _zy_y #

TODO Include these functions in 'linalg'


[View source]
def _zy_z #

TODO Include these functions in 'linalg'


[View source]
def _zyw #

TODO Include these functions in 'linalg'


[View source]
def _zyx #

TODO Include these functions in 'linalg'


[View source]
def _zyy #

TODO Include these functions in 'linalg'


[View source]
def _zyz #

TODO Include these functions in 'linalg'


[View source]
def _zz_w #

TODO Include these functions in 'linalg'


[View source]
def _zz_x #

TODO Include these functions in 'linalg'


[View source]
def _zz_y #

TODO Include these functions in 'linalg'


[View source]
def _zz_z #

TODO Include these functions in 'linalg'


[View source]
def _zzw #

TODO Include these functions in 'linalg'


[View source]
def _zzx #

TODO Include these functions in 'linalg'


[View source]
def _zzy #

TODO Include these functions in 'linalg'


[View source]
def _zzz #

TODO Include these functions in 'linalg'


[View source]
def conjugate #

[View source]
def inverse #

[View source]
def squared_length #

[View source]
def w_w_w #

TODO Include these functions in 'linalg'


[View source]
def w_w_x #

TODO Include these functions in 'linalg'


[View source]
def w_w_y #

TODO Include these functions in 'linalg'


[View source]
def w_w_z #

TODO Include these functions in 'linalg'


[View source]
def w_ww #

TODO Include these functions in 'linalg'


[View source]
def w_wx #

TODO Include these functions in 'linalg'


[View source]
def w_wy #

TODO Include these functions in 'linalg'


[View source]
def w_wz #

TODO Include these functions in 'linalg'


[View source]
def w_x_w #

TODO Include these functions in 'linalg'


[View source]
def w_x_x #

TODO Include these functions in 'linalg'


[View source]
def w_x_y #

TODO Include these functions in 'linalg'


[View source]
def w_x_z #

TODO Include these functions in 'linalg'


[View source]
def w_xw #

TODO Include these functions in 'linalg'


[View source]
def w_xx #

TODO Include these functions in 'linalg'


[View source]
def w_xy #

TODO Include these functions in 'linalg'


[View source]
def w_xz #

TODO Include these functions in 'linalg'


[View source]
def w_y_w #

TODO Include these functions in 'linalg'


[View source]
def w_y_x #

TODO Include these functions in 'linalg'


[View source]
def w_y_y #

TODO Include these functions in 'linalg'


[View source]
def w_y_z #

TODO Include these functions in 'linalg'


[View source]
def w_yw #

TODO Include these functions in 'linalg'


[View source]
def w_yx #

TODO Include these functions in 'linalg'


[View source]
def w_yy #

TODO Include these functions in 'linalg'


[View source]
def w_yz #

TODO Include these functions in 'linalg'


[View source]
def w_z_w #

TODO Include these functions in 'linalg'


[View source]
def w_z_x #

TODO Include these functions in 'linalg'


[View source]
def w_z_y #

TODO Include these functions in 'linalg'


[View source]
def w_z_z #

TODO Include these functions in 'linalg'


[View source]
def w_zw #

TODO Include these functions in 'linalg'


[View source]
def w_zx #

TODO Include these functions in 'linalg'


[View source]
def w_zy #

TODO Include these functions in 'linalg'


[View source]
def w_zz #

TODO Include these functions in 'linalg'


[View source]
def ww_w #

TODO Include these functions in 'linalg'


[View source]
def ww_x #

TODO Include these functions in 'linalg'


[View source]
def ww_y #

TODO Include these functions in 'linalg'


[View source]
def ww_z #

TODO Include these functions in 'linalg'


[View source]
def www #

TODO Include these functions in 'linalg'


[View source]
def wwx #

TODO Include these functions in 'linalg'


[View source]
def wwy #

TODO Include these functions in 'linalg'


[View source]
def wwz #

TODO Include these functions in 'linalg'


[View source]
def wx_w #

TODO Include these functions in 'linalg'


[View source]
def wx_x #

TODO Include these functions in 'linalg'


[View source]
def wx_y #

TODO Include these functions in 'linalg'


[View source]
def wx_z #

TODO Include these functions in 'linalg'


[View source]
def wxw #

TODO Include these functions in 'linalg'


[View source]
def wxx #

TODO Include these functions in 'linalg'


[View source]
def wxy #

TODO Include these functions in 'linalg'


[View source]
def wxz #

TODO Include these functions in 'linalg'


[View source]
def wy_w #

TODO Include these functions in 'linalg'


[View source]
def wy_x #

TODO Include these functions in 'linalg'


[View source]
def wy_y #

TODO Include these functions in 'linalg'


[View source]
def wy_z #

TODO Include these functions in 'linalg'


[View source]
def wyw #

TODO Include these functions in 'linalg'


[View source]
def wyx #

TODO Include these functions in 'linalg'


[View source]
def wyy #

TODO Include these functions in 'linalg'


[View source]
def wyz #

TODO Include these functions in 'linalg'


[View source]
def wz_w #

TODO Include these functions in 'linalg'


[View source]
def wz_x #

TODO Include these functions in 'linalg'


[View source]
def wz_y #

TODO Include these functions in 'linalg'


[View source]
def wz_z #

TODO Include these functions in 'linalg'


[View source]
def wzw #

TODO Include these functions in 'linalg'


[View source]
def wzx #

TODO Include these functions in 'linalg'


[View source]
def wzy #

TODO Include these functions in 'linalg'


[View source]
def wzz #

TODO Include these functions in 'linalg'


[View source]
def x_w_w #

TODO Include these functions in 'linalg'


[View source]
def x_w_x #

TODO Include these functions in 'linalg'


[View source]
def x_w_y #

TODO Include these functions in 'linalg'


[View source]
def x_w_z #

TODO Include these functions in 'linalg'


[View source]
def x_ww #

TODO Include these functions in 'linalg'


[View source]
def x_wx #

TODO Include these functions in 'linalg'


[View source]
def x_wy #

TODO Include these functions in 'linalg'


[View source]
def x_wz #

TODO Include these functions in 'linalg'


[View source]
def x_x_w #

TODO Include these functions in 'linalg'


[View source]
def x_x_x #

TODO Include these functions in 'linalg'


[View source]
def x_x_y #

TODO Include these functions in 'linalg'


[View source]
def x_x_z #

TODO Include these functions in 'linalg'


[View source]
def x_xw #

TODO Include these functions in 'linalg'


[View source]
def x_xx #

TODO Include these functions in 'linalg'


[View source]
def x_xy #

TODO Include these functions in 'linalg'


[View source]
def x_xz #

TODO Include these functions in 'linalg'


[View source]
def x_y_w #

TODO Include these functions in 'linalg'


[View source]
def x_y_x #

TODO Include these functions in 'linalg'


[View source]
def x_y_y #

TODO Include these functions in 'linalg'


[View source]
def x_y_z #

TODO Include these functions in 'linalg'


[View source]
def x_yw #

TODO Include these functions in 'linalg'


[View source]
def x_yx #

TODO Include these functions in 'linalg'


[View source]
def x_yy #

TODO Include these functions in 'linalg'


[View source]
def x_yz #

TODO Include these functions in 'linalg'


[View source]
def x_z_w #

TODO Include these functions in 'linalg'


[View source]
def x_z_x #

TODO Include these functions in 'linalg'


[View source]
def x_z_y #

TODO Include these functions in 'linalg'


[View source]
def x_z_z #

TODO Include these functions in 'linalg'


[View source]
def x_zw #

TODO Include these functions in 'linalg'


[View source]
def x_zx #

TODO Include these functions in 'linalg'


[View source]
def x_zy #

TODO Include these functions in 'linalg'


[View source]
def x_zz #

TODO Include these functions in 'linalg'


[View source]
def xw_w #

TODO Include these functions in 'linalg'


[View source]
def xw_x #

TODO Include these functions in 'linalg'


[View source]
def xw_y #

TODO Include these functions in 'linalg'


[View source]
def xw_z #

TODO Include these functions in 'linalg'


[View source]
def xww #

TODO Include these functions in 'linalg'


[View source]
def xwx #

TODO Include these functions in 'linalg'


[View source]
def xwy #

TODO Include these functions in 'linalg'


[View source]
def xwz #

TODO Include these functions in 'linalg'


[View source]
def xx_w #

TODO Include these functions in 'linalg'


[View source]
def xx_x #

TODO Include these functions in 'linalg'


[View source]
def xx_y #

TODO Include these functions in 'linalg'


[View source]
def xx_z #

TODO Include these functions in 'linalg'


[View source]
def xxw #

TODO Include these functions in 'linalg'


[View source]
def xxx #

TODO Include these functions in 'linalg'


[View source]
def xxy #

TODO Include these functions in 'linalg'


[View source]
def xxz #

TODO Include these functions in 'linalg'


[View source]
def xy_w #

TODO Include these functions in 'linalg'


[View source]
def xy_x #

TODO Include these functions in 'linalg'


[View source]
def xy_y #

TODO Include these functions in 'linalg'


[View source]
def xy_z #

TODO Include these functions in 'linalg'


[View source]
def xyw #

TODO Include these functions in 'linalg'


[View source]
def xyx #

TODO Include these functions in 'linalg'


[View source]
def xyy #

TODO Include these functions in 'linalg'


[View source]
def xyz #

TODO Include these functions in 'linalg'


[View source]
def xz_w #

TODO Include these functions in 'linalg'


[View source]
def xz_x #

TODO Include these functions in 'linalg'


[View source]
def xz_y #

TODO Include these functions in 'linalg'


[View source]
def xz_z #

TODO Include these functions in 'linalg'


[View source]
def xzw #

TODO Include these functions in 'linalg'


[View source]
def xzx #

TODO Include these functions in 'linalg'


[View source]
def xzy #

TODO Include these functions in 'linalg'


[View source]
def xzz #

TODO Include these functions in 'linalg'


[View source]
def y_w_w #

TODO Include these functions in 'linalg'


[View source]
def y_w_x #

TODO Include these functions in 'linalg'


[View source]
def y_w_y #

TODO Include these functions in 'linalg'


[View source]
def y_w_z #

TODO Include these functions in 'linalg'


[View source]
def y_ww #

TODO Include these functions in 'linalg'


[View source]
def y_wx #

TODO Include these functions in 'linalg'


[View source]
def y_wy #

TODO Include these functions in 'linalg'


[View source]
def y_wz #

TODO Include these functions in 'linalg'


[View source]
def y_x_w #

TODO Include these functions in 'linalg'


[View source]
def y_x_x #

TODO Include these functions in 'linalg'


[View source]
def y_x_y #

TODO Include these functions in 'linalg'


[View source]
def y_x_z #

TODO Include these functions in 'linalg'


[View source]
def y_xw #

TODO Include these functions in 'linalg'


[View source]
def y_xx #

TODO Include these functions in 'linalg'


[View source]
def y_xy #

TODO Include these functions in 'linalg'


[View source]
def y_xz #

TODO Include these functions in 'linalg'


[View source]
def y_y_w #

TODO Include these functions in 'linalg'


[View source]
def y_y_x #

TODO Include these functions in 'linalg'


[View source]
def y_y_y #

TODO Include these functions in 'linalg'


[View source]
def y_y_z #

TODO Include these functions in 'linalg'


[View source]
def y_yw #

TODO Include these functions in 'linalg'


[View source]
def y_yx #

TODO Include these functions in 'linalg'


[View source]
def y_yy #

TODO Include these functions in 'linalg'


[View source]
def y_yz #

TODO Include these functions in 'linalg'


[View source]
def y_z_w #

TODO Include these functions in 'linalg'


[View source]
def y_z_x #

TODO Include these functions in 'linalg'


[View source]
def y_z_y #

TODO Include these functions in 'linalg'


[View source]
def y_z_z #

TODO Include these functions in 'linalg'


[View source]
def y_zw #

TODO Include these functions in 'linalg'


[View source]
def y_zx #

TODO Include these functions in 'linalg'


[View source]
def y_zy #

TODO Include these functions in 'linalg'


[View source]
def y_zz #

TODO Include these functions in 'linalg'


[View source]
def yw_w #

TODO Include these functions in 'linalg'


[View source]
def yw_x #

TODO Include these functions in 'linalg'


[View source]
def yw_y #

TODO Include these functions in 'linalg'


[View source]
def yw_z #

TODO Include these functions in 'linalg'


[View source]
def yww #

TODO Include these functions in 'linalg'


[View source]
def ywx #

TODO Include these functions in 'linalg'


[View source]
def ywy #

TODO Include these functions in 'linalg'


[View source]
def ywz #

TODO Include these functions in 'linalg'


[View source]
def yx_w #

TODO Include these functions in 'linalg'


[View source]
def yx_x #

TODO Include these functions in 'linalg'


[View source]
def yx_y #

TODO Include these functions in 'linalg'


[View source]
def yx_z #

TODO Include these functions in 'linalg'


[View source]
def yxw #

TODO Include these functions in 'linalg'


[View source]
def yxx #

TODO Include these functions in 'linalg'


[View source]
def yxy #

TODO Include these functions in 'linalg'


[View source]
def yxz #

TODO Include these functions in 'linalg'


[View source]
def yy_w #

TODO Include these functions in 'linalg'


[View source]
def yy_x #

TODO Include these functions in 'linalg'


[View source]
def yy_y #

TODO Include these functions in 'linalg'


[View source]
def yy_z #

TODO Include these functions in 'linalg'


[View source]
def yyw #

TODO Include these functions in 'linalg'


[View source]
def yyx #

TODO Include these functions in 'linalg'


[View source]
def yyy #

TODO Include these functions in 'linalg'


[View source]
def yyz #

TODO Include these functions in 'linalg'


[View source]
def yz_w #

TODO Include these functions in 'linalg'


[View source]
def yz_x #

TODO Include these functions in 'linalg'


[View source]
def yz_y #

TODO Include these functions in 'linalg'


[View source]
def yz_z #

TODO Include these functions in 'linalg'


[View source]
def yzw #

TODO Include these functions in 'linalg'


[View source]
def yzx #

TODO Include these functions in 'linalg'


[View source]
def yzy #

TODO Include these functions in 'linalg'


[View source]
def yzz #

TODO Include these functions in 'linalg'


[View source]
def z_w_w #

TODO Include these functions in 'linalg'


[View source]
def z_w_x #

TODO Include these functions in 'linalg'


[View source]
def z_w_y #

TODO Include these functions in 'linalg'


[View source]
def z_w_z #

TODO Include these functions in 'linalg'


[View source]
def z_ww #

TODO Include these functions in 'linalg'


[View source]
def z_wx #

TODO Include these functions in 'linalg'


[View source]
def z_wy #

TODO Include these functions in 'linalg'


[View source]
def z_wz #

TODO Include these functions in 'linalg'


[View source]
def z_x_w #

TODO Include these functions in 'linalg'


[View source]
def z_x_x #

TODO Include these functions in 'linalg'


[View source]
def z_x_y #

TODO Include these functions in 'linalg'


[View source]
def z_x_z #

TODO Include these functions in 'linalg'


[View source]
def z_xw #

TODO Include these functions in 'linalg'


[View source]
def z_xx #

TODO Include these functions in 'linalg'


[View source]
def z_xy #

TODO Include these functions in 'linalg'


[View source]
def z_xz #

TODO Include these functions in 'linalg'


[View source]
def z_y_w #

TODO Include these functions in 'linalg'


[View source]
def z_y_x #

TODO Include these functions in 'linalg'


[View source]
def z_y_y #

TODO Include these functions in 'linalg'


[View source]
def z_y_z #

TODO Include these functions in 'linalg'


[View source]
def z_yw #

TODO Include these functions in 'linalg'


[View source]
def z_yx #

TODO Include these functions in 'linalg'


[View source]
def z_yy #

TODO Include these functions in 'linalg'


[View source]
def z_yz #

TODO Include these functions in 'linalg'


[View source]
def z_z_w #

TODO Include these functions in 'linalg'


[View source]
def z_z_x #

TODO Include these functions in 'linalg'


[View source]
def z_z_y #

TODO Include these functions in 'linalg'


[View source]
def z_z_z #

TODO Include these functions in 'linalg'


[View source]
def z_zw #

TODO Include these functions in 'linalg'


[View source]
def z_zx #

TODO Include these functions in 'linalg'


[View source]
def z_zy #

TODO Include these functions in 'linalg'


[View source]
def z_zz #

TODO Include these functions in 'linalg'


[View source]
def zw_w #

TODO Include these functions in 'linalg'


[View source]
def zw_x #

TODO Include these functions in 'linalg'


[View source]
def zw_y #

TODO Include these functions in 'linalg'


[View source]
def zw_z #

TODO Include these functions in 'linalg'


[View source]
def zww #

TODO Include these functions in 'linalg'


[View source]
def zwx #

TODO Include these functions in 'linalg'


[View source]
def zwy #

TODO Include these functions in 'linalg'


[View source]
def zwz #

TODO Include these functions in 'linalg'


[View source]
def zx_w #

TODO Include these functions in 'linalg'


[View source]
def zx_x #

TODO Include these functions in 'linalg'


[View source]
def zx_y #

TODO Include these functions in 'linalg'


[View source]
def zx_z #

TODO Include these functions in 'linalg'


[View source]
def zxw #

TODO Include these functions in 'linalg'


[View source]
def zxx #

TODO Include these functions in 'linalg'


[View source]
def zxy #

TODO Include these functions in 'linalg'


[View source]
def zxz #

TODO Include these functions in 'linalg'


[View source]
def zy_w #

TODO Include these functions in 'linalg'


[View source]
def zy_x #

TODO Include these functions in 'linalg'


[View source]
def zy_y #

TODO Include these functions in 'linalg'


[View source]
def zy_z #

TODO Include these functions in 'linalg'


[View source]
def zyw #

TODO Include these functions in 'linalg'


[View source]
def zyx #

TODO Include these functions in 'linalg'


[View source]
def zyy #

TODO Include these functions in 'linalg'


[View source]
def zyz #

TODO Include these functions in 'linalg'


[View source]
def zz_w #

TODO Include these functions in 'linalg'


[View source]
def zz_x #

TODO Include these functions in 'linalg'


[View source]
def zz_y #

TODO Include these functions in 'linalg'


[View source]
def zz_z #

TODO Include these functions in 'linalg'


[View source]
def zzw #

TODO Include these functions in 'linalg'


[View source]
def zzx #

TODO Include these functions in 'linalg'


[View source]
def zzy #

TODO Include these functions in 'linalg'


[View source]
def zzz #

TODO Include these functions in 'linalg'


[View source]