Searched refs:copyUpperTriangularPart (Results 1 – 3 of 3) sorted by relevance
6 void copyUpperTriangularPart(MatrixXf& dst, const MatrixXf& src) in copyUpperTriangularPart() function17 copyUpperTriangularPart(m2, m1); in main()
7 void copyUpperTriangularPart(MatrixBase<Derived1>& dst, const MatrixBase<Derived2>& src) in copyUpperTriangularPart() function19 copyUpperTriangularPart(m2, m1.topLeftCorner(4,4)); in main()
48 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…