cheshirekow  v0.1.0
fiber::cross_matrix Namespace Reference

Variables

const int kIDX [9]
 indices of a vector in it's cross-product representation More...
 
const int kSIGN [9]
 signs in the cross-product representation More...
 

Variable Documentation

const int fiber::cross_matrix::kIDX[9]
Initial value:
= {
0, 2, 1,
2, 0, 0,
1, 0, 0
}

indices of a vector in it's cross-product representation

Definition at line 33 of file cross_matrix.h.

const int fiber::cross_matrix::kSIGN[9]
Initial value:
= {
0, -1, 1,
1, 0, -1,
-1, 1, 0
}

signs in the cross-product representation

Definition at line 40 of file cross_matrix.h.