Home
last modified time | relevance | path

Searched refs:copyUpperTriangularPart (Results 1 – 3 of 3) sorted by relevance

/external/eigen/doc/examples/
DTemplateKeyword_simple.cpp6 void copyUpperTriangularPart(MatrixXf& dst, const MatrixXf& src) in copyUpperTriangularPart() function
17 copyUpperTriangularPart(m2, m1); in main()
DTemplateKeyword_flexible.cpp7 void copyUpperTriangularPart(MatrixBase<Derived1>& dst, const MatrixBase<Derived2>& src) in copyUpperTriangularPart() function
19 copyUpperTriangularPart(m2, m1.topLeftCorner(4,4)); in main()
/external/eigen/doc/
DTemplateKeyword.dox48 single-precision floats; the function \c copyUpperTriangularPart() does not accept static-size matr…
54 \c copyUpperTriangularPart() accept any object of type MatrixBase. This leads to the following code:
65 The one line in the body of the function \c copyUpperTriangularPart() shows the second, more obscur…