Searched refs:setZero (Results 1 - 25 of 195) sorted by relevance

12345678

/external/eigen/doc/snippets/
H A DMatrix_setZero_int.cpp2 v.setZero(3);
H A DMatrix_setZero_int_int.cpp2 m.setZero(3, 3);
H A DMatrixBase_setZero.cpp2 m.row(1).setZero();
H A DMatrixBase_block_int_int.cpp4 m.block<2,2>(1,1).setZero();
H A DMatrixBase_block_int_int_int_int.cpp4 m.block(1, 1, 2, 2).setZero();
H A DMatrixBase_end_int.cpp4 v.tail(2).setZero();
H A DMatrixBase_segment_int_int.cpp4 v.segment(1, 2).setZero();
H A DMatrixBase_start_int.cpp4 v.head(2).setZero();
H A DMatrixBase_template_int_end.cpp4 v.tail<2>().setZero();
H A DMatrixBase_template_int_segment.cpp4 v.segment<2>(2).setZero();
H A DMatrixBase_template_int_start.cpp4 v.head<2>().setZero();
H A DMatrixBase_bottomLeftCorner_int_int.cpp5 m.bottomLeftCorner(2, 2).setZero();
H A DMatrixBase_bottomRightCorner_int_int.cpp5 m.bottomRightCorner(2, 2).setZero();
H A DMatrixBase_bottomRows_int.cpp5 a.bottomRows(2).setZero();
H A DMatrixBase_leftCols_int.cpp5 a.leftCols(2).setZero();
H A DMatrixBase_rightCols_int.cpp5 a.rightCols(2).setZero();
H A DMatrixBase_template_int_bottomRows.cpp5 a.bottomRows<2>().setZero();
H A DMatrixBase_template_int_int_block_int_int_int_int.cpp4 m.block<2, Dynamic>(1, 1, 2, 3).setZero();
H A DMatrixBase_template_int_int_bottomLeftCorner.cpp5 m.bottomLeftCorner<2,2>().setZero();
H A DMatrixBase_template_int_int_bottomLeftCorner_int_int.cpp5 m.bottomLeftCorner<2,Dynamic>(2,2).setZero();
H A DMatrixBase_template_int_int_bottomRightCorner.cpp5 m.bottomRightCorner<2,2>().setZero();
H A DMatrixBase_template_int_int_bottomRightCorner_int_int.cpp5 m.bottomRightCorner<2,Dynamic>(2,2).setZero();
/external/eigen/test/
H A Dmapstaticmethods.cpp30 PlainObjectType::Map(ptr).setZero();
31 PlainObjectType::MapAligned(ptr).setZero();
35 PlainObjectType::Map(ptr, InnerStride<>(i)).setZero();
36 PlainObjectType::MapAligned(ptr, InnerStride<>(i)).setZero();
40 PlainObjectType::Map(ptr, InnerStride<2>()).setZero();
41 PlainObjectType::MapAligned(ptr, InnerStride<3>()).setZero();
45 PlainObjectType::Map(ptr, OuterStride<>(i)).setZero();
46 PlainObjectType::MapAligned(ptr, OuterStride<>(i)).setZero();
50 PlainObjectType::Map(ptr, OuterStride<2>()).setZero();
51 PlainObjectType::MapAligned(ptr, OuterStride<3>()).setZero();
[all...]
H A Dproduct_syrk.cpp37 m2.setZero();
40 m2.setZero();
45 m2.setZero();
48 m2.setZero();
53 m2.setZero();
56 m2.setZero();
61 m2.setZero();
68 m2.setZero();
72 m2.setZero();
76 m2.setZero();
[all...]
/external/eigen/bench/
H A Dbench_sum.cpp10 v.setZero();

Completed in 217 milliseconds

12345678