Searched refs:RowVectorType (Results 1 - 17 of 17) sorted by relevance

/external/eigen/test/
H A Dproduct_selfadjoint.cpp17 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; typedef
30 RowVectorType r1 = RowVectorType::Random(rows),
31 r2 = RowVectorType::Random(rows);
H A Dvectorwiseop.cpp19 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; typedef
31 RowVectorType rowvec = RowVectorType::Random(cols);
122 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; typedef
136 RowVectorType rowvec = RowVectorType::Random(cols);
H A Ddiagonalmatrices.cpp18 typedef Matrix<Scalar, 1, Cols> RowVectorType; typedef
30 RowVectorType rv1 = RowVectorType::Random(cols),
31 rv2 = RowVectorType::Random(cols);
H A Dproduct.h27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; typedef
49 RowVectorType v1 = RowVectorType::Random(rows);
H A Dproduct_extra.cpp16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; typedef
33 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows);
H A Dproduct_notemporary.cpp36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; typedef
47 RowVectorType rv1 = RowVectorType::Random(rows), rvres(rows);
H A Darray_for_matrix.cpp17 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; typedef
27 RowVectorType rv1 = RowVectorType::Random(cols);
61 VERIFY_IS_APPROX(m1.block(0,0,0,cols).colwise().sum(), RowVectorType::Zero(cols));
H A Darray.cpp17 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; typedef
27 RowVectorType rv1 = RowVectorType::Random(cols);
H A Dblock.cpp39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; typedef
81 RowVectorType br1(m1.block(r1,0,1,cols));
/external/eigen/test/eigen2/
H A Dproduct.h29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; typedef
52 RowVectorType v1 = RowVectorType::Random(rows),
53 v2 = RowVectorType::Random(rows),
54 vzero = RowVectorType::Zero(rows);
H A Deigen2_miscmatrices.cpp20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; typedef
H A Deigen2_submatrices.cpp47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; typedef
81 RowVectorType br1(m1.block(r1,0,1,cols));
/external/eigen/Eigen/src/Eigen2Support/
H A DLU.h24 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> RowVectorType; typedef in class:Eigen::LU
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h32 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef in class:Eigen::internal::UpperBidiagonalization
/external/eigen/Eigen/src/QR/
H A DHouseholderQR.h59 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef in class:Eigen::HouseholderQR
194 RowVectorType m_temp;
H A DColPivHouseholderQR.h56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef in class:Eigen::ColPivHouseholderQR
391 RowVectorType m_temp;
H A DFullPivHouseholderQR.h70 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef in class:Eigen::FullPivHouseholderQR
376 RowVectorType m_temp;

Completed in 124 milliseconds