Home
last modified time | relevance | path

Searched defs:RealVectorType (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Deigensolver_generic.cpp25 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in eigensolver() typedef
Dadjoint.cpp142 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in adjoint() typedef
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h62 typedef typename internal::plain_col_type<MatrixType, RealScalar>::type RealVectorType; typedef