HomeSort by relevance Sort by last modified time
    Searched refs:isOrthogonal (Results 1 - 3 of 3) sorted by null

  /external/eigen/doc/snippets/
MatrixBase_isOrthogonal.cpp 5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
  /external/eigen/Eigen/src/Core/
Dot.h 215 //---------- implementation of isOrthogonal / isUnitary ----------
225 bool MatrixBase<Derived>::isOrthogonal
MatrixBase.h 281 bool isOrthogonal(const MatrixBase<OtherDerived>& other,

Completed in 205 milliseconds