Home
last modified time | relevance | path

Searched defs:RowVectorType (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dvectorwiseop.cpp20 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in vectorwiseop_array() typedef
134 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in vectorwiseop_matrix() typedef
H A Dproduct_selfadjoint.cpp16 typedef Matrix<Scalar, 1, MatrixType::RowsAtCompileTime> RowVectorType; in product_selfadjoint() typedef
H A Dproduct.h26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RowVectorType; in product() typedef
H A Dproduct_notemporary.cpp51 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_notemporary() typedef
H A Ddiagonalmatrices.cpp17 typedef Matrix<Scalar, 1, Cols> RowVectorType; in diagonalmatrices() typedef
H A Darray_for_matrix.cpp16 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in array_for_matrix() typedef
H A Dblock.cpp45 typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime> RowVectorType; in block() typedef
H A Dproduct_extra.cpp15 typedef Matrix<Scalar, 1, Dynamic> RowVectorType; in product_extra() typedef
H A Dstl_iterators.cpp127 typedef Matrix<Scalar,1,Cols> RowVectorType; in test_stl_iterators() typedef
H A Darray_cwise.cpp90 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; in array() typedef
H A Dref.cpp149 typedef Matrix<Scalar,1,Cols> RowVectorType; in ref_vector_fixed_sizes() typedef
/aosp_15_r20/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h33 typedef Matrix<Scalar, 1, ColsAtCompileTime> RowVectorType; typedef