arrays.hh
Class, which calculates the determinant for each element of the array.
Definition: arrays.hh:21
ArrayDeterminant(const concepts::Array< concepts::Mapping< F, dim > > *array)
Definition: arrays.hh:23
ArrayGramMatrix(const concepts::Array< concepts::Mapping< F, dim > > &array)
Definition: arrays.hh:109
ArrayMatrixInverse(const concepts::Array< concepts::Mapping< F, dim > > *array)
Definition: arrays.hh:45
ArrayMatrixTranspose(const concepts::Array< concepts::Mapping< F, dim > > *array)
Definition: arrays.hh:68
Class, which calculates the Gram matrix M * M^T for each matrix of the array.
Definition: arrays.hh:107
ArrayReciprocal(const concepts::Array< F > *array)
Definition: arrays.hh:89
Class, which calculates the reciprocal for each element of the array.
Definition: arrays.hh:87
Mapping< F, DimX, DimY > transpose() const
Returns the transpose of the matrix.
Class, which calculates the inverse matrix for each element of the array.
Definition: arrays.hh:42
Class, which calculates the transpose matrix for each element of the array.
Definition: arrays.hh:65