Searched defs:inverse (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/numeric/
H A Dsymmetric-matrix-fs-operation.h76 SymmetricMatrix<N> inverse(const ConstBaseSymmetricMatrix<N> & S) function in namespace:Geom::NL
/inkscape/src/2geom/
H A Daffine.cpp373 * Singular matrices have no inverse, which means that applying them to a set of points
381 /** @brief Compute the inverse matrix.
383 * Singular matrices have no inverse (for example a matrix that has two of its columns equal).
386 * @return Inverse of the matrix, or the identity matrix if the inverse is undefined.
387 * @post (m * m.inverse()).isIdentity() == true */
388 Affine Affine::inverse() const { function in class:Geom::Affine
H A Dsbasis.cpp501 SBasis inverse(SBasis a, int k) { function in namespace:Geom

Completed in 23 milliseconds