cheshirekow  v0.1.0
cross_matrix.h File Reference

Go to the source code of this file.

Classes

class  fiber::_CrossMatrix< Scalar, Exp >
 cross-product matrix of a vector More...
 

Namespaces

 fiber
 simple template expression library for linear algebra
 
 fiber::cross_matrix
 

Functions

template<typename Scalar , class Exp >
_CrossMatrix< Scalar, Exp > fiber::CrossMatrix (_RValue< Scalar, Exp > const &A)
 cross-product matrix of a vector More...
 

Variables

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

Detailed Description

Date
Dec 12, 2014
Author
Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)

Definition in file cross_matrix.h.