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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixSquareRoot.h415 template<typename Derived> class MatrixSquareRootReturnValue class in namespace:Eigen
416 : public ReturnByValue<MatrixSquareRootReturnValue<Derived> >
425 MatrixSquareRootReturnValue(const Derived& src) : m_src(src) { } function in class:Eigen::MatrixSquareRootReturnValue
446 MatrixSquareRootReturnValue& operator=(const MatrixSquareRootReturnValue&);
451 struct traits<MatrixSquareRootReturnValue<Derived> >
458 const MatrixSquareRootReturnValue<Derived> MatrixBase<Derived>::sqrt() const
461 return MatrixSquareRootReturnValue<Derived>(derived());

Completed in 81 milliseconds