HomeSort by relevance Sort by last modified time
    Searched defs:AdjointReturnType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
MatrixBase.h 124 >::type AdjointReturnType;
213 const AdjointReturnType adjoint() const;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 105 >::type AdjointReturnType;
398 const AdjointReturnType adjoint() const { return transpose(); }

Completed in 720 milliseconds