2 #ifndef vnl_matrix_inverse_h_ 3 #define vnl_matrix_inverse_h_ 16 #include <vnl/algo/vnl_algo_export.h> 56 #endif // vnl_matrix_inverse_h_ vnl_matrix_inverse(vnl_matrix< T > const &M)
vnl_matrix< T > inverse() const
vnl_matrix< T > solve(vnl_matrix< T > const &B) const
Solve the matrix equation M X = B, returning X.
~vnl_matrix_inverse() override=default
An ordinary mathematical matrix.
Mathematical vector class, templated by type of element.
Holds the singular value decomposition of a vnl_matrix.
Calculates inverse of a matrix (wrapper around vnl_svd<double>).
Holds the singular value decomposition of a vnl_matrix.
vnl_bignum operator *(vnl_bignum const &r1, vnl_bignum const &r2)
Returns the product of two bignum numbers.