HomeSort by relevance Sort by last modified time
    Searched refs:RowVectorType (Results 1 - 14 of 14) 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 21 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType;
33 RowVectorType rowvec = RowVectorType::Random(cols);
136 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
150 RowVectorType rowvec = RowVectorType::Random(cols);
diagonalmatrices.cpp 18 typedef Matrix<Scalar, 1, Cols> RowVectorType;
31 RowVectorType rv1 = RowVectorType::Random(cols),
32 rv2 = RowVectorType::Random(cols);
product_notemporary.cpp 21 typedef Matrix<Scalar, 1, Dynamic> RowVectorType;
32 RowVectorType rv1 = RowVectorType::Random(rows), rvres(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));
product.h 26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType;
48 RowVectorType v1 = RowVectorType::Random(rows);
173 RowVectorType w1(rows);
block.cpp 39 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType;
81 RowVectorType br1(m1.block(r1,0,1,cols));
array.cpp 18 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType;
30 RowVectorType rv1 = RowVectorType::Random(cols);
product_extra.cpp 16 typedef Matrix<Scalar, 1, Dynamic> RowVectorType;
33 RowVectorType v1 = RowVectorType::Random(rows), vrres(rows);
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 65 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
387 RowVectorType m_temp;
HouseholderQR.h 61 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
231 RowVectorType m_temp;
ColPivHouseholderQR.h 66 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
438 RowVectorType m_temp;
FullPivHouseholderQR.h 78 typedef typename internal::plain_row_type<MatrixType>::type RowVectorType;
416 RowVectorType m_temp;
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType;

Completed in 184 milliseconds