Home
last modified time | relevance | path

Searched refs:RowVectorType (Results 1 – 18 of 18) sorted by relevance

/external/eigen/test/eigen2/
Dproduct.h29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
52 RowVectorType v1 = RowVectorType::Random(rows), in product()
53 v2 = RowVectorType::Random(rows), in product()
54 vzero = RowVectorType::Zero(rows); in product()
Deigen2_miscmatrices.cpp20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in miscMatrices() typedef
Deigen2_submatrices.cpp47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in submatrices() typedef
81 RowVectorType br1(m1.block(r1,0,1,cols)); in submatrices()
/external/eigen/test/
Dproduct_selfadjoint.cpp17 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef
30 RowVectorType r1 = RowVectorType::Random(rows), in product_selfadjoint()
31 r2 = RowVectorType::Random(rows); in product_selfadjoint()
Dvectorwiseop.cpp19 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef
31 RowVectorType rowvec = RowVectorType::Random(cols); in vectorwiseop_array()
122 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef
136 RowVectorType rowvec = RowVectorType::Random(cols); in vectorwiseop_matrix()
Ddiagonalmatrices.cpp18 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
30 RowVectorType rv1 = RowVectorType::Random(cols), in diagonalmatrices()
31 rv2 = RowVectorType::Random(cols); in diagonalmatrices()
Dproduct.h27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
49 RowVectorType v1 = RowVectorType::Random(rows); in product()
Dproduct_notemporary.cpp36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
47 RowVectorType rv1 = RowVectorType::Random(rows), rvres(rows); in product_notemporary()
Dproduct_extra.cpp16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
33 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows); in product_extra()
Darray_for_matrix.cpp17 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef
27 RowVectorType rv1 = RowVectorType::Random(cols); in array_for_matrix()
61 VERIFY_IS_APPROX(m1.block(0,0,0,cols).colwise().sum(), RowVectorType::Zero(cols)); in array_for_matrix()
Darray.cpp17 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
27 RowVectorType rv1 = RowVectorType::Random(cols); in array()
Dblock.cpp39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef
81 RowVectorType br1(m1.block(r1,0,1,cols)); in block()
/external/eigen/doc/
DFunctionsTakingEigenTypes.dox160 typedef typename internal::plain_row_type<Derived>::type RowVectorType;
164 const RowVectorType x_mean = x.colwise().sum() / num_observations;
165 const RowVectorType y_mean = y.colwise().sum() / num_observations;
192 typedef typename internal::plain_row_type<Derived>::type RowVectorType;
196 const RowVectorType x_mean = x.colwise().sum() / num_observations;
197 const RowVectorType y_mean = y.colwise().sum() / num_observations;
/external/eigen/Eigen/src/QR/
DHouseholderQR.h59 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
194 RowVectorType m_temp;
DColPivHouseholderQR.h56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType; typedef
391 RowVectorType m_temp;
DFullPivHouseholderQR.h70 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
376 RowVectorType m_temp;
/external/eigen/Eigen/src/Eigen2Support/
DLU.h24 …ixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> RowVectorType; typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h32 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef