Added a missing inline hints.

Removed a useless Nested temporary.
This commit is contained in:
Hauke Heibel
2010-03-03 15:24:58 +01:00
parent b0ffd9bf04
commit aa6570c3a3
2 changed files with 3 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ struct ei_compute_inverse_and_det_with_check<MatrixType, ResultType, 2>
****************************/
template<typename MatrixType, typename ResultType>
void ei_compute_inverse_size3_helper(
inline void ei_compute_inverse_size3_helper(
const MatrixType& matrix,
const typename ResultType::Scalar& invdet,
const Matrix<typename ResultType::Scalar,3,1>& cofactors_col0,