operations.hh
Mapping< F, DimX, DimY > inverse() const
Returns the inverse of the matrix.
F determinant() const
Returns the determinant of the matrix (only valid for square matrices)
const concepts::Real conj(const concepts::Real &v)
Returns the conjugate complex of a real value.
Definition: operations.hh:83
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Definition: operations.hh:69
const concepts::Real norm(const concepts::Real &v)
Returns the square of a real value.
Definition: operations.hh:90
Mapping< F, DimY, DimY > prodTranspose() const
Returns the product with the transpose of the matrix.
Mapping< F, DimX, DimY > transpose() const
Returns the transpose of the matrix.
Definition: operations.hh:65
H operator()(const F &x, const G &y) const
Definition: operations.hh:67
Mapping< F, dim > & prodTranspose(Mapping< F, dim > &m)
Definition: operations.hh:46
Mapping< F, DimY, DimX > adjugate() const
Returns the adjugate of the matrix (only valid for square matrices) [f \mbox{adj}(M) = M^{-1}\det(M) ...
Definition: operations.hh:76