Home | History | Annotate | Download | only in include

Lines Matching refs:inv

484     _CvMAT_INV_ inv(int method = 0) const;
632 _CvMAT_INV_ inv( int method = 0 ) const;
665 /* inv(A) */
840 /* A.inv()*B or A.pinv()*B */
1383 inline _CvMAT_INV_ CvMAT::inv( int method ) const
1853 /* inv(a)*b, i.e. solve a*x = b */
2070 inline _CvMAT_INV_ _CvMAT_BASE_OP_::inv( int method ) const
2071 { return ((CvMAT)*this).inv(method); }