HomeSort by relevance Sort by last modified time
    Searched refs:RowVectorType (Results 1 - 17 of 17) sorted by null

  /external/eigen/test/
product_selfadjoint.cpp 17 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType;
30 RowVectorType r1 = RowVectorType::Random(rows),
31 r2 = RowVectorType::Random(rows);
vectorwiseop.cpp 19 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType;
31 RowVectorType rowvec = RowVectorType::Random(cols);
122 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
136 RowVectorType rowvec = RowVectorType::Random(cols);
diagonalmatrices.cpp 18 typedef Matrix<Scalar, 1, Cols> RowVectorType;
30 RowVectorType rv1 = RowVectorType::Random(cols),
31 rv2 = RowVectorType::Random(cols);
product.h 27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType;
49 RowVectorType v1 = RowVectorType::Random(rows);
product_notemporary.cpp 36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType;
47 RowVectorType rv1 = RowVectorType::Random(rows), rvres(rows);
product_extra.cpp 16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType;
33 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows);
array_for_matrix.cpp 17 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
27 RowVectorType rv1 = RowVectorType::Random(cols);
61 VERIFY_IS_APPROX(m1.block(0,0,0,cols).colwise().sum(), RowVectorType::Zero(cols));
array.cpp 17 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType;
27 RowVectorType rv1 = RowVectorType::Random(cols);
block.cpp 39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
81 RowVectorType br1(m1.block(r1,0,1,cols));
  /external/eigen/test/eigen2/
eigen2_miscmatrices.cpp 20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
product.h 29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType;
51 RowVectorType v1 = RowVectorType::Random(rows);
eigen2_submatrices.cpp 47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
75 RowVectorType br1(m1.block(r1,0,1,cols));
  /external/eigen/Eigen/src/Eigen2Support/
LU.h 24 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> RowVectorType;
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 32 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType;
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 59 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
200 RowVectorType m_temp;
ColPivHouseholderQR.h 56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
397 RowVectorType m_temp;
FullPivHouseholderQR.h 70 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
382 RowVectorType m_temp;

Completed in 149 milliseconds