arrays.hh File Reference
#include "toolbox/array.hh"
Go to the source code of this file.
Classes | |
class | concepts::ArrayDeterminant< F, dim > |
Class, which calculates the determinant for each element of the array. More... | |
class | concepts::ArrayGramMatrix< F, dim > |
Class, which calculates the Gram matrix M * M^T for each matrix of the array. More... | |
class | concepts::ArrayMatrixInverse< F, dim > |
Class, which calculates the inverse matrix for each element of the array. More... | |
class | concepts::ArrayMatrixTranspose< F, dim > |
Class, which calculates the transpose matrix for each element of the array. More... | |
class | concepts::ArrayReciprocal< F > |
Class, which calculates the reciprocal for each element of the array. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Detailed Description
Special functions defined for each element of an array, for instant determinant or jacobian
Definition in file arrays.hh.