Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorwiseop.cpp18 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef
121 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
Dproduct.h28 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
Dproduct_notemporary.cpp37 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
Dproduct_extra.cpp17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
Darray.cpp16 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
Darray_for_matrix.cpp16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
/external/eigen/Eigen/src/Eigen2Support/
DLU.h25 …ype::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> ColVectorType; typedef
/external/eigen/test/eigen2/
Dproduct.h30 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef