Home
last modified time | relevance | path

Searched defs:ColVectorType (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dvectorwiseop.cpp19 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef
133 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
H A Dproduct.h27 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
H A Dproduct_notemporary.cpp52 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
H A Darray_for_matrix.cpp15 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
H A Dproduct_extra.cpp16 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
H A Darray_cwise.cpp89 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
H A Dref.cpp150 typedef Matrix<Scalar,Rows,1> ColVectorType; in ref_vector_fixed_sizes() typedef
/aosp_15_r20/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h34 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef