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

  /external/eigen/test/
product_selfadjoint.cpp 18 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType;
31 RowVectorType r1 = RowVectorType::Random(rows),
32 r2 = RowVectorType::Random(rows);
vectorwiseop.cpp 20 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType;
32 RowVectorType rowvec = RowVectorType::Random(cols);
113 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
125 RowVectorType rowvec = RowVectorType::Random(cols);
diagonalmatrices.cpp 19 typedef Matrix<Scalar, 1, Cols> RowVectorType;
31 RowVectorType rv1 = RowVectorType::Random(cols),
32 rv2 = RowVectorType::Random(cols);
miscmatrices.cpp 20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
product.h 28 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType;
50 RowVectorType v1 = RowVectorType::Random(rows);
product_extra.cpp 17 typedef Matrix<Scalar, 1, Dynamic> RowVectorType;
34 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows);
product_notemporary.cpp 36 typedef Matrix<Scalar, 1, Dynamic> RowVectorType;
47 RowVectorType rv1 = RowVectorType::Random(rows), rvres(rows);
array_for_matrix.cpp 18 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
28 RowVectorType rv1 = RowVectorType::Random(cols);
62 VERIFY_IS_APPROX(m1.block(0,0,0,cols).colwise().sum(), RowVectorType::Zero(cols));
diagonal.cpp 18 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
array.cpp 18 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType;
28 RowVectorType rv1 = RowVectorType::Random(cols);
block.cpp 19 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
58 RowVectorType br1(m1.block(r1,0,1,cols));
  /external/eigen/test/eigen2/
product.h 29 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType;
52 RowVectorType v1 = RowVectorType::Random(rows),
53 v2 = RowVectorType::Random(rows),
54 vzero = RowVectorType::Zero(rows);
eigen2_miscmatrices.cpp 20 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
eigen2_submatrices.cpp 47 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
81 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;
169 RowVectorType m_temp;
ColPivHouseholderQR.h 56 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
334 RowVectorType m_temp;
FullPivHouseholderQR.h 69 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
354 RowVectorType m_temp;

Completed in 1202 milliseconds